id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
232,Segfault after creating additional soy.Window objects on X11,ArcRiley,ZachMiller,"{{{
>>> import soy
>>> w1 = soy.Window('foo')
>>> w2 = soy.Window('bar')
>>> Segmentation fault
}}}

The segfault takes place reliably when one or more windows are created, then the glutMainLoopEvent renders the window(s), then one or more additional windows are created.  It seems almost certain this is a bug internal to freeglut.

Proposed solution is to migrate away from glut/freeglut due to this and the limitations they impose; no supporting borderless windows, not providing direct control over render timing, limited support for USB HID devices, etc.",defect,closed,High,beta1,_core,Trunk,fixed,,
