Displaying 1 result from an estimated 1 matches for "cggstaterelease".
2007 Apr 29
0
[ wxruby-Bugs-10438 ] ClientDC segfault on exit
...(brokentoy)
Summary: ClientDC segfault on exit
Initial Comment:
If a ClientDC has been created I get a segfault on exit on OS X. Think ClientDC should be managed using a block in the same way as PaintDC.
Backtrace is:
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x98bc1cbc in CGGStateRelease ()
(gdb) whe
#0 0x98bc1cbc in CGGStateRelease ()
#1 0x98bc5f78 in CGContextRestoreGState ()
#2 0x036d8a74 in wxMacCoreGraphicsContext::SetNativeContext(CGContext*) ()
#3 0x036d7e70 in wxMacCoreGraphicsContext::~wxMacCoreGraphicsContext() ()
#4 0x034cea44 in wxDC::~wxDC() ()
#5 0x034cdc6c in w...