On 12/01/2009 08:32 PM, Tim Moore wrote:
> Just to be clear, are you running with 
> CullThreadPerCameraDrawThreadPerContext,
> or what? How many of each?
> On 12/01/2009 07:37 PM, Curtis Olson wrote:
>> Here's an updated back trace with debugging symbols for plib ... the
>> segfault is on "typeinfo for puDial()" which is strange.  Is this RTTI
>> related?  I observe that the crash happens when the dialog box is being
>> closed, so could we have something out of order or a race condition
>> between the thread that creates/deletes dialog boxes and the render
>> thread, where the dialog box is destroyed while the render thread is in
>> the middle of drawing the scene?  The random nature of the crash could
>> fit in with the theory that it's a race condition with the render thread.
I've checked in a fix that should prevent the GUI drawing code from running
at the same time as code that might manipulate its state; give it a try.

You're not trying to do something weird like run the GUI on more than one
screen, are you?

Tim

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to