Open GoogleCodeExporter opened 8 years ago
x86 or 64?
If you debug, can you get the exception/callstack?
Original comment by grahamr...@gmail.com
on 2 Feb 2012 at 9:03
x86. I used Visual Studio 2010 to debug and got the following:
"Unhandled exception at 0x77cb33bb in Gallio.Icarus.exe: 0xC0000374: A heap has
been corrupted."
The call stack is unfortunately, just full of pointers:
> ntdll.dll!77cb33bb()
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
ntdll.dll!77cb42eb()
ole32.dll!76834102()
ole32.dll!7683411e()
rpcrt4.dll!76c50224()
...
It goes on for some 35 or so lines, if you'd like the full call stack, or if
I've posted the wrong thing, let me know. Thanks!
Original comment by sendtoj...@gmail.com
on 2 Feb 2012 at 1:51
Heap corruption, oh dear!
At this point I'd normally recommend re-installing something: Gallio, Visual
Studio,... Windows :)
We can get to the bottom of what's causing the crash, if you don't mind
creating a dump of the process. But there's a good chance that won't really
help.
Before any of that though, let me try and reproduce it, just in case it's not
your machine.
Original comment by grahamr...@gmail.com
on 2 Feb 2012 at 2:03
[deleted comment]
I'm getting the same error using the same configuration.
Unhandled exception at 0x772a380b in Gallio.Icarus.exe: 0xC0000374: A heap has
been corrupted.
Original comment by j...@miguel.ms
on 9 Feb 2012 at 2:13
I can't reproduce this, I'm afraid. Does it happen with every project?
Original comment by grahamr...@gmail.com
on 12 Feb 2012 at 10:15
Yea, I special made a new project to make sure it wasn't anything to do with a
particular setup I had.
Original comment by sendtoj...@gmail.com
on 13 Feb 2012 at 11:10
Could you attach the project? I don't think it will help, but just in case.
Original comment by grahamr...@gmail.com
on 15 Feb 2012 at 8:50
Here you go :)
Original comment by sendtoj...@gmail.com
on 15 Feb 2012 at 3:46
Attachments:
Eww, VB. Just kidding :)
It works as expected on my machine, I'm afraid. No crash.
I realise it's a bit of a cop out, but I'd reinstall VS SP1.
Can you debug using the nunit gui?
Original comment by grahamr...@gmail.com
on 15 Feb 2012 at 8:54
[deleted comment]
Unfortunately I'm in a corporate environment and can't really re-install VS.
I can debug with NUnit's GUI by first attaching to its process from VS. I
didn't attach to Gallio from VS previously... is that a crucial step that I'm
missing here? (However, attaching to Gallio.Icarus.exe didn't seem to help
either).
Original comment by sendtoj...@gmail.com
on 17 Feb 2012 at 10:07
I'm getting the same issue. Attached is the result after saying I want to debug
the crash
Original comment by mult1t...@gmail.com
on 6 May 2012 at 1:11
Attachments:
Original issue reported on code.google.com by
sendtoj...@gmail.com
on 1 Feb 2012 at 10:44