2008/10/17 Jonathan Gagnon <[EMAIL PROTECTED]>: > 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? did you simply try the debugger include in MonoDevelop ? > > Thanks, > > Jonathan > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > >
-- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
