Page 1 of 2

XE2 crashes in second debug run

Posted: Mon Feb 20, 2012 4:37 pm
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!

Re: XE2 crashes in second debug run

Posted: Tue Feb 21, 2012 8:50 am
by jomitech
I have not heard of this issue before. If you turn off SORTA compile, does it still happen?

Re: XE2 crashes in second debug run

Posted: Tue Feb 21, 2012 2:26 pm
by TKrauss
SORTA compilation is already turned off...

Are there any log messages that I can send you?

Re: XE2 crashes in second debug run

Posted: Wed Feb 22, 2012 8:57 am
by jomitech
Can you provide me with the exception code and address? Or better still, the entire error log.

Re: XE2 crashes in second debug run

Posted: Wed Feb 22, 2012 9:09 am
by TKrauss
Where can I find the error log?

Re: XE2 crashes in second debug run

Posted: Wed Feb 22, 2012 9:33 am
by jomitech
It should be in the crash window that you get.

Re: XE2 crashes in second debug run

Posted: Wed Feb 22, 2012 11:06 am
by TKrauss
There is only a exception of TwineCompilePluginXE2.dll no error log at all...

Re: XE2 crashes in second debug run

Posted: Thu Feb 23, 2012 9:15 am
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?

Re: XE2 crashes in second debug run

Posted: Mon Feb 27, 2012 4:36 am
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.

Re: XE2 crashes in second debug run

Posted: Mon Feb 27, 2012 8:57 am
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)