Re: [GnomeMeeting-devel-list] GM bug?



Le mar 24/12/2002 à 00:42, Damien Sandras a écrit :
> Hi all,
> 
> I sometimes have GnomeMeeting crashing when exiting, on my laptop only.
> However, I can't have a backtrace :
> - the gnome window telling there is a segfault tell me that process 1
> segfaulted
> - when I run GM in gdb, there is no problem
> 
> I wonder if I have a local bug, or a real bug.
> Do some of you experience crashes when exiting or am I alone?
> 
> thanks,

I've learnt a lot about threads recently, made some little programs to
play with it, and had a lot of crashes with them.

I've already encountered the problems you describe, that is: segfault
when program exits (only sometimes), and all runs ok when run in a gdb.

I did solve them by being careful to stop properly all threads before
the main one exits. That was a timing problem: one of my little threads
called a function in the main thread, which didn't exist anymore.

Perhaps this helps,

Snark




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]