XE2 crashes in second debug run

TwineCompile - Cut C++Builder compile times by up to 50x!
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

XE2 crashes in second debug run

Post by TKrauss »

Hi,

Since our project is grown a bit (about 1.5 million lines of code) the IDE crashes if the debugger is started a second time, but only if something changed in code.

First there appears an exception of ntdll.dll and after that there appears another exception in TwineCompilePluginCore2012.dll...

Is there any additional log or something else which I could upload to help you fix this issue?
Without TwineCompile the debugger doesn't crash...
Or is this a known IDE bug of XE2?

Thank you!
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 crashes in second debug run

Post by jomitech »

I have not heard of this issue before. If you turn off SORTA compile, does it still happen?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 crashes in second debug run

Post by TKrauss »

SORTA compilation is already turned off...

Are there any log messages that I can send you?
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 crashes in second debug run

Post by jomitech »

Can you provide me with the exception code and address? Or better still, the entire error log.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 crashes in second debug run

Post by TKrauss »

Where can I find the error log?
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 crashes in second debug run

Post by jomitech »

It should be in the crash window that you get.
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 crashes in second debug run

Post by TKrauss »

There is only a exception of TwineCompilePluginXE2.dll no error log at all...
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 crashes in second debug run

Post by jomitech »

Can you give me the steps that you can use to reproduce the issue, so that I can try to replicate it here?
Jon
TKrauss
Posts: 97
Joined: Thu Jul 21, 2011 8:22 am

Re: XE2 crashes in second debug run

Post by TKrauss »

jomitech wrote:Can you give me the steps that you can use to reproduce the issue, so that I can try to replicate it here?
I don't know how I can reproduce this in a small project...
We have 1.5 million lines of code. And only there it is happening.
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: XE2 crashes in second debug run

Post by jomitech »

I'm not looking for a test case, I'm basically looking for the steps you take. For example:
1. Open project
2. Change some code
3. Run (which makes the project then starts the executable)
4. Close the application
5. Change some other code
6. Click Run again (and the IDE crashes here)
Jon
Post Reply