Hello,

I get assert at startup:
 .src/gui/wxFolderTree.cpp(2802): assert "0" failed: no subfolder?

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread -151199616 (LWP 24259)]
0x009e97a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) bt
#0  0x009e97a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00bc11a5 in raise () from /lib/tls/libpthread.so.0
#2  0x0069bc51 in wxTrap() () at ../wxWindows/src/common/appbase.cpp:569
#3  0x002e21fc in wxGUIAppTraitsBase::ShowAssertDialog(wxString const&) (
    this=0x9c784e8, [EMAIL PROTECTED]) at ../wxWindows/src/common/appcmn.cpp:543
#4  0x0069c060 in ShowAssertDialog (
    szFile=0x82fb345 ".src/gui/wxFolderTree.cpp", nLine=2802, 
    szCond=0x82fb439 "0", szMsg=0x82fc07f "no subfolder?", traits=0x9c784e8)
    at ../wxWindows/src/common/appbase.cpp:735
#5  0x0069b9e3 in wxAppConsole::OnAssert(char const*, int, char const*, char const*) 
(this=0x9c4c3b8, file=0x82fb345 ".src/gui/wxFolderTree.cpp", line=2802, 
    cond=0x82fb439 "0", msg=0x82fc07f "no subfolder?")
    at ../wxWindows/src/common/appbase.cpp:438
#6  0x0023ac03 in wxApp::OnAssert(char const*, int, char const*, char const*) (
    this=0x9c4c3b8, file=0x82fb345 ".src/gui/wxFolderTree.cpp", line=2802, 
    cond=0x82fb439 "0", msg=0x82fc07f "no subfolder?")
    at ../wxWindows/src/gtk/app.cpp:664
#7  0x081d1bb8 in wxMApp::OnAssert(char const*, int, char const*, char const*)
    (this=0x9c4c3b8, file=0x82fb345 ".src/gui/wxFolderTree.cpp", line=2802, 
    cond=0x82fb439 "0", msg=0x82fc07f "no subfolder?")
    at .src/gui/wxMApp.cpp:553
#8  0x0069bd08 in wxOnAssert(char const*, int, char const*, char const*) (
    szFile=0x82fb345 ".src/gui/wxFolderTree.cpp", nLine=2802, 
    szCond=0x82fb439 "0", szMsg=0x82fc07f "no subfolder?")
    at ../wxWindows/src/common/appbase.cpp:615
#9  0x0069bc84 in wxAssert(int, char const*, int, char const*, char const*) (
    cond=0, szFile=0x82fb345 ".src/gui/wxFolderTree.cpp", nLine=2802, 
    szCond=0x82fb439 "0", szMsg=0x82fc07f "no subfolder?")
    at ../wxWindows/src/common/appbase.cpp:582
#10 0x081a2856 in wxFolderTreeImpl::OnTreeExpanding(wxTreeEvent&) (
    this=0x9d2a3b0, [EMAIL PROTECTED]) at .src/gui/wxFolderTree.cpp:2802
#11 0x0069b6e4 in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x9c4c3b8, handler=0x9d2a3b0, func=
      {__pfn = 0x81a270c <wxFolderTreeImpl::OnTreeExpanding(wxTreeEvent&)>, __delta = 
0}, [EMAIL PROTECTED]) at ../wxWindows/src/common/appbase.cpp:305
#12 0x0073a0bd in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x9d2a3b0, 
    [EMAIL PROTECTED]) at ../wxWindows/src/common/event.cpp:1169
#13 0x0073904a in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
    this=0x83b53a0, [EMAIL PROTECTED], self=0x9d2a3b0)
    at ../wxWindows/src/common/event.cpp:837
#14 0x0073a2d0 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x9d2a3b0, 
    [EMAIL PROTECTED]) at ../wxWindows/src/common/event.cpp:1231
#15 0x003a7737 in wxGenericTreeCtrl::Expand(wxTreeItemId const&) (
    this=0x9d2a3b0, [EMAIL PROTECTED])
    at ../wxWindows/src/generic/treectlg.cpp:1600
#16 0x08279eb7 in wxPTreeCtrl::RestoreExpandedBranches(wxTreeItemId const&, wxString 
const&) (this=0x9d2a3b0, [EMAIL PROTECTED], [EMAIL PROTECTED])
    at .src/wx/generic/persctrl.cpp:1502
#17 0x0827a088 in wxPTreeCtrl::RestoreExpandedBranches() (this=0x9d2a3b0)
    at .src/wx/generic/persctrl.cpp:1553
#18 0x08279aa7 in wxPTreeCtrl::OnSize(wxSizeEvent&) (this=0x9d2a3b0, 
    [EMAIL PROTECTED]) at .src/wx/generic/persctrl.cpp:1399
#19 0x0069b6e4 in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x9c4c3b8, handler=0x9d2a3b0, func=
      {__pfn = 0x8279a80 <wxPTreeCtrl::OnSize(wxSizeEvent&)>, __delta = 0}, 
    [EMAIL PROTECTED]) at ../wxWindows/src/common/appbase.cpp:305
#20 0x0073a0bd in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x9d2a3b0, 
    [EMAIL PROTECTED]) at ../wxWindows/src/common/event.cpp:1169
#21 0x0073904a in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
    this=0x83b53a0, [EMAIL PROTECTED], self=0x9d2a3b0)
    at ../wxWindows/src/common/event.cpp:837
#22 0x0073a2d0 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x9d2a3b0, 
    [EMAIL PROTECTED]) at ../wxWindows/src/common/event.cpp:1231
#23 0x0026d9ac in wxWindow::DoSetSize(int, int, int, int, int) (
    this=0x9d2a3b0, x=0, y=0, width=295, height=833, sizeFlags=3)
    at ../wxWindows/src/gtk/window.cpp:3036
#24 0x00375a9b in wxWindowBase::SetSize(int, int, int, int, int) (
    this=0x9d2a3b0, x=0, y=0, width=295, height=833, sizeFlags=3)
    at window.h:220
#25 0x0039e961 in wxSplitterWindow::SizeWindows() (this=0x9d2ba58)
    at ../wxWindows/src/generic/splitter.cpp:665
#26 0x0039ebf3 in wxSplitterWindow::DoSplit(wxSplitMode, wxWindow*, wxWindow*, int) 
(this=0x9d2ba58, mode=wxSPLIT_VERTICAL, window1=0x9d2a3b0, 
    window2=0x9d24d68, sashPosition=295)
    at ../wxWindows/src/generic/splitter.cpp:713
#27 0x0039fe37 in wxSplitterWindow::SplitVertically(wxWindow*, wxWindow*, int)
    (this=0x9d2ba58, window1=0x9d2a3b0, window2=0x9d24d68, sashPosition=295)
    at splitter.h:118
#28 0x08277279 in wxPSplitterWindow::SplitVertically(wxWindow*, wxWindow*, int)
    (this=0x9d2ba58, window1=0x9d2a3b0, window2=0x9d24d68, sashPosition=413)
    at .src/wx/generic/persctrl.cpp:684
#29 0x081cd6ab in wxMainFrame (this=0x9ca5ee8, [EMAIL PROTECTED], parent=0x0)
    at .src/gui/wxMainFrame.cpp:605
#30 0x081d2806 in wxMApp::CreateTopLevelFrame() (this=0x9c4c3b8)
    at .src/gui/wxMApp.cpp:1107
#31 0x08144c91 in MAppBase::OnStartup() (this=0x9c4c41c)
    at .src/classes/MApplication.cpp:595
#32 0x081d24e1 in wxMApp::OnInit() (this=0x9c4c3b8) at .src/gui/wxMApp.cpp:1015
#33 0x081d6e86 in wxAppConsole::CallOnInit() (this=0x9c4c3b8) at app.h:87
#34 0x006de27e in wxEntry(int&, char**) ([EMAIL PROTECTED], argv=0xfef22c04)
    at ../wxWindows/src/common/init.cpp:394
#35 0x081d1319 in main (argc=1, argv=0xfef22c04) at .src/gui/wxMApp.cpp:342


Regards,
Nerijus


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to