Re[2]: Unix compilation fixed
Vadim Zeitlin <zeitlin <at> dptmaths.ens-cachan.fr>
2004-05-05 09:24:16 GMT
On Wed, 5 May 2004 13:01:51 +1000 Mark Livingstone <mlivingstone <at> iprimus.com.au> wrote:
ML> Program received signal SIGSEGV, Segmentation fault.
ML> 0x081b166a in ?? ()
ML> (gdb) bt
ML> #0 0x081b166a in ?? ()
ML> #1 0x081cdb9a in ?? ()
ML> #2 0x406161b1 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&)
ML> (entry= <at> 0x83f75d0, handler=0x8487928, event= <at> 0xbffff0c0) at ../src/common/event.cpp:1175
ML> #3 0x40615122 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (this=0x83f7584, event= <at> 0xbffff0c0,
ML> self=0x8487928) at ../src/common/event.cpp:837
ML> #4 0x4061637a in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x8487928, event= <at> 0xbffff0c0)
ML> at ../src/common/event.cpp:1231
ML> #5 0x4031f085 in wxAppBase::SendIdleEvents(wxWindow*, wxIdleEvent&) (this=0x8415c40, win=0x8487928,
ML> event= <at> 0xbffff0c0) at ../src/common/appcmn.cpp:421
ML> #6 0x4031ef65 in wxAppBase::ProcessIdle() (this=0x8415c40) at ../src/common/appcmn.cpp:396
ML> #7 0x40276f4f in wxApp::Yield(bool) (this=0x8415c40, onlyIfNeeded=true) at ../src/gtk/app.cpp:153
ML> #8 0x081d197c in ?? ()
ML> #9 0x4061a48d in wxYieldIfNeeded() () at ../src/common/utilscmn.cpp:533
ML> #10 0x403e1390 in wxGenericTreeCtrl::ScrollTo(wxTreeItemId const&) (this=0x84af180, item= <at> 0xbffff374)
ML> at ../src/generic/treectlg.cpp:1917
ML> #11 0x403e134c in wxGenericTreeCtrl::EnsureVisible(wxTreeItemId const&) (this=0x84af180, item= <at> 0xbffff374)
ML> at ../src/generic/treectlg.cpp:1903
ML> #12 0x403e0f0a in wxGenericTreeCtrl::DoSelectItem(wxTreeItemId const&, bool, bool) (this=0x84af180,
ML> itemId= <at> 0xbffff374, unselect_others=true, extended_select=false) at ../src/generic/treectlg.cpp:1794
ML> #13 0x403e10c6 in wxGenericTreeCtrl::SelectItem(wxTreeItemId const&, bool) (this=0x84af180,
ML> itemId= <at> 0xbffff374, select=true) at ../src/generic/treectlg.cpp:1835
ML> #14 0x081a4f69 in ?? ()
ML> #15 0x081a18dd in ?? ()
(Continue reading)