Hello,
Well, the great news is that this happens without involving the JIT or GC -
it happens just at startup, so this is a plain-old C bug.
Your best bet is now to run this with Valgrind and see what it tells you.
On Thu, Oct 22, 2015 at 12:04 PM, Miguel González <
mgonza...@codicesoftware.com>
I executed a sample command (gacutils.exe -l) under gdb to see the trace at the
time of the crash.
This is the backtrace as returned by gdb:
Program received signal SIGABRT, Aborted.
0xf7e1b245 in raise () from /lib/libc.so.6
#0 0xf7e1b245 in raise () from /lib/libc.so.6
#1 0xf7e1cac3 in abort
Hi Miguel,
Thanks for the update :-) I had also an e-mail from Zoltan Varga yesterday
telling me that the change had been applied. I updated my code accordingly to
see if that could be the fix for my issue, too… But it didn’t :-(
I’ll try using gdb as you suggested. I hadn’t considered it befor