Hi
I am experiencing the same as Volker, or something similar.
I start M, it comes up, downloads all the messages, filters them,
displays the splash screen, which I 'ok' away.
Everything is fine, but if I try to select a folder, I get a sigsegv.
I cleaned out everything from lib, include, etc. Recompiled wxGTK from
scratch, recompiled M (CVS this morning) from scratch
#0 0x4043b4f2 in dlclose () from /lib/libdl.so.2
#1 0x4000a265 in _dl_catch_error () from /lib/ld-linux.so.2
#2 0x4043b92f in dlerror () from /lib/libdl.so.2
#3 0x4043b543 in dlsym () from /lib/libdl.so.2
#4 0x40248718 in wxDynamicLibrary::GetSymbol (this=0x8464d20,
name=@0xbfffe4ec, success=0x0)
at ../../wxWindows/src/common/dynload.cpp:242
#5 0x40249373 in wxDllLoader::GetSymbol (dllHandle=0x1,
name=@0xbfffe4ec, success=0x0)
at ../../wxWindows/src/common/dynload.cpp:574
#6 0x810ead2 in MModule::ListAvailableModules
(interfaceName=@0xbfffe600, loadableOnly=false)
at .src/classes/MModule.cpp:723
#7 0x80ff361 in MessageView::CreateViewer (this=0x841adc8,
parent=0x841aad8)
at .src/classes/MessageView.cpp:545
#8 0x80ffc4f in MessageView::UpdateProfileValues (this=0x841adc8)
at .src/classes/MessageView.cpp:770
#9 0x8106a6c in MessageView::SetFolder (this=0x841adc8, asmf=0x8433c98)
at .src/classes/MessageView.cpp:2810
#10 0x814512b in wxFolderView::ShowFolder (this=0x8419660, mf=0x83ebd00)
at .src/gui/wxFolderView.cpp:3600
#11 0x8145294 in wxFolderView::SetFolder (this=0x8419660, mf=0x83ebd00)
at .src/gui/wxFolderView.cpp:3655
#12 0x825b75b in wxMainFolderView::SetFolder (this=0x8419660, mf=0x83ebd00)
at .src/gui/wxMainFrame.cpp:192
#13 0x8145755 in wxFolderView::OpenFolder (this=0x8419660,
folder=0x841f128, readonly=false)
at .src/gui/wxFolderView.cpp:3781
#14 0x816001f in wxMainFrame::OpenFolder (this=0x83e19e0,
pFolder=0x841f128, readonly=false)
at .src/gui/wxMainFrame.cpp:348
#15 0x825b597 in wxMainFolderTree::OnOpenHere (this=0x84144c0,
folder=0x841f128)
at .src/gui/wxMainFrame.cpp:125
#16 0x8136eed in wxFolderTree::OnSelectionChange (this=0x84144c0,
newsel=0x841f128)
at .src/gui/wxFolderTree.cpp:862
#17 0x825b542 in wxMainFolderTree::OnSelectionChange (this=0x84144c0,
oldsel=0x841b7f0,
newsel=0x841f128) at .src/gui/wxMainFrame.cpp:115
#18 0x813af5d in wxFolderTreeImpl::OnTreeSelect (this=0x8416e98,
event=@0xbfffeac8)
at .src/gui/wxFolderTree.cpp:2348
#19 0x4024ccb8 in wxEvtHandler::SearchEventTable (this=0x8416e98,
table=@0x833a2e0,
event=@0xbfffeac8) at ../../wxWindows/src/common/event.cpp:887
#20 0x4024c9ac in wxEvtHandler::ProcessEvent (this=0x8416e98,
event=@0xbfffeac8)
at ../../wxWindows/src/common/event.cpp:803
#21 0x401c7514 in wxGenericTreeCtrl::SelectItem (this=0x8416e98,
itemId=@0xbfffebd0,
unselect_others=true, extended_select=false) at
../../wxWindows/src/generic/treectlg.cpp:1644
#22 0x401cba58 in wxGenericTreeCtrl::OnMouse (this=0x8416e98,
event=@0xbfffeefc)
at ../../wxWindows/src/generic/treectlg.cpp:2848
#23 0x4024ccb8 in wxEvtHandler::SearchEventTable (this=0x8416e98,
table=@0x8360138,
event=@0xbfffeefc) at ../../wxWindows/src/common/event.cpp:887
#24 0x4024c9ac in wxEvtHandler::ProcessEvent (this=0x8416e98,
event=@0xbfffeefc)
at ../../wxWindows/src/common/event.cpp:803
#25 0x4021adcc in gtk_window_button_press_callback (widget=0x8417350,
gdk_event=0x8440168,
win=0x8416e98) at ../../wxWindows/src/gtk/window.cpp:1350
#26 0x4062fe20 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
---Type <return> to continue, or q <return> to quit---
#27 0x406625d6 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
Cannot access memory at address 0x14
BTW, the latest CVS (5 min ago) doesn't compile ...
.src/gui/wxComposeView.cpp: In function `class wxComposeView *
CreateComposeView(Profile *, const MailFolder::Params &,
wxComposeView::Mode, wxComposeView::MessageKind, bool)':
.src/gui/wxComposeView.cpp:938: `CreateComposeView(Profile *, const
MailFolder::Params &, wxComposeView::Mode, wxComposeView::MessageKind,
bool)' was declared `extern' and later `static'
/home/michele/Projects/M/include/gui/wxComposeView.h:454: previous
declaration of `CreateComposeView(Profile *, const MailFolder::Params &,
wxComposeView::Mode, wxComposeView::MessageKind, bool)'
.src/gui/wxComposeView.cpp: In method `bool wxComposeView::SaveAsDraft()
const':
.src/gui/wxComposeView.cpp:3294: ambiguous overload for `String & =
MOptionValue'
/home/michele/MyStuff/include/wx/string.h:284: candidates are: class
wxString & wxString::operator =(int)
/home/michele/MyStuff/include/wx/string.h:493: class
wxString & wxString::operator =(const wxString &)
/home/michele/MyStuff/include/wx/string.h:495: class
wxString & wxString::operator =(char)
gmake[1]: *** [gui/wxComposeView.o] Error 1
gmake[1]: Leaving directory `/home/michele/Projects/Builds/M/src'
gmake: *** [all] Error 2
Ciao
Michele
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers