On Fri, 17 Oct 2003 00:18:21 +0300 (EEST) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
> On Thu, 16 Oct 2003 16:47:30 -0400 (EDT) Richard Welty <[EMAIL PROTECTED]> wrote:

> RW> if anyone wants, i'll try it from inside gdb in order to get a backtrace.

> Of course, thanks.

here is the back trace from the first assert:

[Debug] 07:52:25 PM: .src/gui/wxllist.cpp(406): assert "wxAssertFailure" failed: 
invalid icon

Program received signal SIGTRAP, Trace/breakpoint trap.
0x42028cc1 in kill () from /lib/i686/libc.so.6
(gdb) bt
#0  0x42028cc1 in kill () from /lib/i686/libc.so.6
#1  0x42028ac8 in raise () from /lib/i686/libc.so.6
#2  0x084ffc36 in wxTrap() () at src/common/appbase.cpp:539
#3  0x0844e283 in wxGUIAppTraitsBase::ShowAssertDialog(wxString const&) (
    this=0x88e1110, [EMAIL PROTECTED]) at src/common/appcmn.cpp:528
#4  0x084fff80 in ShowAssertDialog (szFile=0x86d86a1 ".src/gui/wxllist.cpp",
    nLine=406, szCond=0x86d8691 "wxAssertFailure",
    szMsg=0x86d8684 "invalid icon", traits=0x88e1110)
    at src/common/appbase.cpp:705
#5  0x084ff9a0 in wxAppConsole::OnAssert(char const*, int, char const*, char const*) 
(this=0x88bc160, file=0x86d86a1 ".src/gui/wxllist.cpp", line=406,
    cond=0x86d8691 "wxAssertFailure", msg=0x86d8684 "invalid icon")
    at src/common/appbase.cpp:408
#6  0x083c0a54 in wxApp::OnAssert(char const*, int, char const*, char const*) (
    this=0x88bc160, file=0x86d86a1 ".src/gui/wxllist.cpp", line=406,
    cond=0x86d8691 "wxAssertFailure", msg=0x86d8684 "invalid icon")
    at src/gtk/app.cpp:649
#7  0x082b0f68 in wxMApp::OnAssert(char const*, int, char const*, char const*)
    (this=0x88bc160, file=0x86d86a1 ".src/gui/wxllist.cpp", line=406,
    cond=0x86d8691 "wxAssertFailure", msg=0x86d8684 "invalid icon")
    at .src/gui/wxMApp.cpp:553
#8  0x084ffccd in wxOnAssert(char const*, int, char const*, char const*) (
    szFile=0x86d86a1 ".src/gui/wxllist.cpp", nLine=406,
---Type <return> to continue, or q <return> to quit---
    szCond=0x86d8691 "wxAssertFailure", szMsg=0x86d8684 "invalid icon")
    at src/common/appbase.cpp:585
#9  0x084ffc59 in wxAssert(int, char const*, int, char const*, char const*) (
    cond=0, szFile=0x86d86a1 ".src/gui/wxllist.cpp", nLine=406,
    szCond=0x86d8691 "wxAssertFailure", szMsg=0x86d8684 "invalid icon")
    at src/common/appbase.cpp:552
#10 0x0829b5a6 in wxLayoutObjectIcon (this=0x8a5a238, [EMAIL PROTECTED])
    at .src/gui/wxllist.cpp:406
#11 0x405cb756 in LayoutViewer::InsertAttachment(wxBitmap const&, ClickableInfo*) 
(this=0x898ade8, [EMAIL PROTECTED], ci=0x8a5a820)
    at .src/modules/LayoutViewer.cpp:500
#12 0x0822ce89 in MessageView::ShowAttachment(MimePart const*) (
    this=0x8a8a778, mimepart=0x8a55b30) at .src/classes/MessageView.cpp:1649
#13 0x0822d6f9 in MessageView::ShowPart(MimePart const*) (this=0x8a8a778,
    mimepart=0x8a55b30) at .src/classes/MessageView.cpp:1884
#14 0x0822e490 in MessageView::ProcessPart(MimePart const*) (this=0x8a8a778,
    mimepart=0x8a55b30) at .src/classes/MessageView.cpp:2204
#15 0x0822d784 in MessageView::ProcessAllNestedParts(MimePart const*) (
    this=0x8a8a778, mimepart=0x8b847a8) at .src/classes/MessageView.cpp:1896
#16 0x0822e3ae in MessageView::ProcessMultiPart(MimePart const*, wxString const&) 
(this=0x8a8a778, mimepart=0x8b847a8, [EMAIL PROTECTED])
    at .src/classes/MessageView.cpp:2167
#17 0x0822e44e in MessageView::ProcessPart(MimePart const*) (this=0x8a8a778,
---Type <return> to continue, or q <return> to quit---
    mimepart=0x8b847a8) at .src/classes/MessageView.cpp:2180
#18 0x0822e5dc in MessageView::Update() (this=0x8a8a778)
    at .src/classes/MessageView.cpp:2241
#19 0x082316f0 in MessageView::DoShowMessage(Message*) (this=0x8a8a778,
    mailMessage=0x8b88a88) at .src/classes/MessageView.cpp:3113
#20 0x082cb22c in wxMessageView::DoShowMessage(Message*) (this=0x8a8a778,
    mailMessage=0x8b88a88) at .src/gui/wxMessageView.cpp:221
#21 0x0822ae1d in MessageView::OnASFolderResultEvent(MEventASFolderResultData&)
    (this=0x8a8a778, [EMAIL PROTECTED]) at .src/classes/MessageView.cpp:972
#22 0x0822acbb in MessageView::OnMEvent(MEventData&) (this=0x8a8a778,
    [EMAIL PROTECTED]) at .src/classes/MessageView.cpp:918
#23 0x08233bbc in MEventManager::Dispatch(MEventData*) (dataptr=0x8a539c0)
    at .src/classes/MEvent.cpp:195
#24 0x08233a0c in MEventManager::ForceDispatchPending() ()
    at .src/classes/MEvent.cpp:145
#25 0x08233998 in MEventManager::DispatchPending() ()
    at .src/classes/MEvent.cpp:122
#26 0x082b0eec in wxMApp::OnIdle(wxIdleEvent&) (this=0x88bc160,
    [EMAIL PROTECTED]) at .src/gui/wxMApp.cpp:521
#27 0x084ff71b in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x88bc160, handler=0x88bc160, func=
      {__pfn = 0x82b0eb4 <wxMApp::OnIdle(wxIdleEvent&)>, __delta = 0},
    [EMAIL PROTECTED]) at src/common/appbase.cpp:288
---Type <return> to continue, or q <return> to quit---
#28 0x085716bb in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x88bc160,
    [EMAIL PROTECTED]) at src/common/event.cpp:1164
#29 0x08570b8f in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
    this=0x8898898, [EMAIL PROTECTED], self=0x88bc160)
    at src/common/event.cpp:837
#30 0x085718ab in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x88bc160,
    [EMAIL PROTECTED]) at src/common/event.cpp:1226
#31 0x0844dedc in wxAppBase::ProcessIdle() (this=0x88bc160)
    at src/common/appcmn.cpp:402
#32 0x083c0212 in wxapp_idle_callback () at src/gtk/app.cpp:252
#33 0x0866090f in g_idle_dispatch ()
#34 0x0865f9cd in g_main_dispatch ()
#35 0x0865fe35 in g_main_iterate ()
#36 0x08660064 in g_main_run ()
#37 0x085ae1a6 in gtk_main ()
#38 0x084e21c7 in wxEventLoop::Run() (this=0x8b35a28) at src/gtk/evtloop.cpp:87
#39 0x0844db3a in wxAppBase::MainLoop() (this=0x88bc160)
    at src/common/appcmn.cpp:262
#40 0x0844dc83 in wxAppBase::OnRun() (this=0x88bc160)
    at src/common/appcmn.cpp:330
#41 0x082b1c07 in wxMApp::OnRun() (this=0x88bc160) at .src/gui/wxMApp.cpp:1109
#42 0x08533b26 in wxEntry(int&, char**) ([EMAIL PROTECTED], argv=0xbffff744)
---Type <return> to continue, or q <return> to quit---
    at src/common/init.cpp:416
#43 0x082b0621 in main (argc=1, argv=0xbffff744) at .src/gui/wxMApp.cpp:343
#44 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
(gdb)
-- 
Richard Welty                                         [EMAIL PROTECTED]
Averill Park Networking                                         518-573-7592
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to