All, I'm seeing a consistently-repeatable segfault and/or bus error that arises due to a seemingly-innocent set of conditions. If I change the number of objects, or the "name" (object attribute, which is a string), the bus error disappears. If I change it back, the bus error reappears.
When I run using gdb, I see the following error: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x6d6f7579 0x929e9ae2 in SelectAndVendDataForGlyphVector () I'm running Mac OS X Snow Leopard on a MacBook Pro, with video card NVidiea GeForce 9400M. Does anyone have any suggestions for diagnosing and/or fixing this problem? -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
