Hi, I need help investigating a crash that occurs with mono 2.0. I get a segmentation fault and mono crashes. I tried to debug it with gdb, but I'm unable to find at which line of code the crash occurred. Here's the output I get from gdb when the crash occurs : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1481681808 (LWP 4260)] 0x57800936 in ?? () (gdb) where #0 0x57800936 in ?? () #1 0x00000000 in ?? ()
I also tried running valgrind on my process, but the application doesn't crash when running with valgrind, probably because the timing is changed. I run on a 2 cpus machine and my application has around 60 threads. Any idea what I could do to get more information about the crash? Thanks, Jonathan
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
