Vadim Zeitlin wrote:

>On Sun, 21 Apr 2002 09:35:39 -0400 (EDT) tom campbell 
><[EMAIL PROTECTED]> wrote:
>
>tc> rm ~/.M  (get rid of old config files)
>
> This is not necessary, Mahogany can/will update them itself.
>
>tc> When Mahogany starts get:
>tc>    removing stale lock /tmp/.Mahogany (or something like like, filename
>tc>                                        from memory)
>tc>    crash, application terminated abnormally dialog box
>tc>    core file generated
>tc> 
>tc> Anybody have any ideas?
>
> No, except the same old obvious one: are you sure that you have recompiled
>the program using the same headers you had used for building the library?
>In particular, if you had built the library first, then updated it from the
>cvs and then built M, it wouldn't work.
>
> If you're absolutely sure you didn't do something like this the only thing
>to do is to redo everything but configuring wxWindows with --enable-debug
>switch and M with --with-debug one - then you have the program with the
>debug info and you should run it under gdb from the directory where you
>built it (i.e. not from the installation directory as the installed binary
>is stripped). When it crashes under gdb, please do "bt" and send the output
>here - this would allow me to diagnose the problem.
>
Here you go.
I am experiencing the same (guess why I am using mozilla ;o)).
The CVS of both M and wx are at the latest, the rebuilds are from 
scratch, i.e. rm -rf *
in the build directory and rerun configure.
It is all wx stuff and I had the suspicion that it would be rather wx's 
fault ...

#0  0x40399acb in wxGetTopLevelParent (win=0x8526840)
    at ../../wxWindows/src/common/wincmn.cpp:1804
#1  0x402b0e51 in wxTopLevelWindowGTK::OnInternalIdle (this=0x84c2ac0)
    at ../../wxWindows/src/gtk/toplevel.cpp:768
#2  0x402861fe in wxFrame::OnInternalIdle (this=0x84c2ac0)
    at ../../wxWindows/src/gtk/frame.cpp:502
#3  0x40262c28 in wxApp::CallInternalIdle (this=0x84b7aa0, win=0x84c2ac0)
    at ../../wxWindows/src/gtk/app.cpp:515
#4  0x40262bd1 in wxApp::SendIdleEvents (this=0x84b7aa0)
    at ../../wxWindows/src/gtk/app.cpp:506
#5  0x40262ad8 in wxApp::OnIdle (this=0x84b7aa0, event=@0xbffff490)
    at ../../wxWindows/src/gtk/app.cpp:480
#6  0x402f5c1c in wxEvtHandler::SearchEventTable (this=0x84b7aa0,
    table=@0x84346d8, event=@0xbffff490)
    at ../../wxWindows/src/common/event.cpp:888
#7  0x402f58c9 in wxEvtHandler::ProcessEvent (this=0x84b7aa0, 
event=@0xbffff490)
    at ../../wxWindows/src/common/event.cpp:804
#8  0x402629ed in wxApp::ProcessIdle (this=0x84b7aa0)
    at ../../wxWindows/src/gtk/app.cpp:457
#9  0x40262202 in wxapp_idle_callback () at 
../../wxWindows/src/gtk/app.cpp:229

Ciao

Michele



_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to