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. -- ygrek http://ygrek.org.ua -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
