Le 17/10/2011 22:40, ygrek a écrit :
I tried to look after system logs, but I found nothing about this event.On Mon, 17 Oct 2011 18:32:53 +0200 Emmanuel Dieul <[email protected]> wrote:Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 6724.0x14ac] 0x610e73da in pthread::thread_init_wrapper(void*) () from /cygdrive/l/programmation/cygwin/bin/cygwin1.dll (gdb) backtrace #0 0x610e73da in pthread::thread_init_wrapper(void*) () from /cygdrive/l/programmation/cygwin/bin/cygwin1.dll #1 0x762b2ad6 in OutputDebugStringA () from /cygdrive/c/Windows/syswow64/KERNELBASE.dll #2 0x40010006 in ?? () #3 0x00000000 in ?? () (gdb) So, it seems cygwin is in trouble with my program... Damn !OutputDebugStringA means there should be some useful info. Run it under windbg to see the message. Also look into system event logs. I looked into Application and System logs of Windows, but I found nothing. I also tried to run my program under windbg. With my first run (command GN twice), I could see my program running and then stop with the same kind of error (STATUS_ACCESS_VIOLATION). However, I don't understand anything of what windbg told me : 0:000> KP 20As I'm clearly not even a usual user, this is completely unknown for me. |
- [Caml-list] ocamlrun: Segmentation fault (core dumped) Emmanuel Dieul
- Re: [Caml-list] ocamlrun: Segmentation fault (core dum... Adrien
- Re: [Caml-list] ocamlrun: Segmentation fault (core... Emmanuel Dieul
- Re: [Caml-list] ocamlrun: Segmentation fault (... ygrek
- Re: [Caml-list] ocamlrun: Segmentation fau... Emmanuel Dieul
