Displaying 1 result from an estimated 1 matches for "getgworldpixmap".
2006 Dec 07
0
[ wxruby-Bugs-7146 ] Setting item image in TreeCtrl crashes on OS X
...items have images set (using ImageList), it causes a crash on OS X. The same code works correctly on Linux.
Looks like the underlying wxBitmap is broken or has got GC''d somewhere...
The (snipped) backtrace is:
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x915f9f3c in GetGWorldPixMap ()
(gdb) whe
#0 0x915f9f3c in GetGWorldPixMap ()
#1 0x032bdc64 in wxDC::DoDrawBitmap(wxBitmap const&, int, int, bool) ()
#2 0x0333db0c in wxImageList::Draw(int, wxDC&, int, int, int, bool) ()
#3 0x03388668 in wxGenericTreeCtrl::PaintItem(wxGenericTreeItem*, wxDC&) ()
#4 0x033889b8...