I know we have seen this one before but maybe if I send assert reports each
time they occur we might finally see something different that leads to a fix.

>From the main M window, I wanted to add an address to my addressbook. Clicked
Addresses and got assert below. Can you tell me what bitmap it is trying to
display and maybe I can use GIMP or another graphics program to dsplay it and
see if it is corrupt (although I doubt it as this error has been here for a
long time and I have rebuilt CVS images during that time meaning it would have
to be corrupt in CVS :-(

[Debug] 12:20:00: ../src/generic/imaglist.cpp(73): assert "bitmap.GetWidth() == 
m_width && bitmap.GetHeight() == m_height" failed: invalid bitmap size in wxImageList: 
this might work on this platform but definitely won't under Windows.

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 1502)]
0x4088a481 in kill () from /lib/i686/libc.so.6
(gdb) bt
#0  0x4088a481 in kill () from /lib/i686/libc.so.6
#1  0x40cb7acd in pthread_kill () from /lib/i686/libpthread.so.0
#2  0x40cb7deb in raise () from /lib/i686/libpthread.so.0
#3  0x4088a224 in raise () from /lib/i686/libc.so.6
#4  0x4056a92f in wxTrap() () at ../src/common/appbase.cpp:539
#5  0x40316b96 in wxGUIAppTraitsBase::ShowAssertDialog(wxString const&) (
    this=0x8414290, [EMAIL PROTECTED]) at ../src/common/appcmn.cpp:528
#6  0x4056acdd in ShowAssertDialog (
    szFile=0x40408d7f "../src/generic/imaglist.cpp", nLine=73,
    szCond=0x40408d40 "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height",
    szMsg=0x40408cc0 "invalid bitmap size in wxImageList: this might work on this 
platform but definitely won't under Windows.", traits=0x8414290)
    at ../src/common/appbase.cpp:705
#7  0x4056a623 in wxAppConsole::OnAssert(char const*, int, char const*, char const*) 
(this=0x83d9320, file=0x40408d7f "../src/generic/imaglist.cpp", line=73,
    cond=0x40408d40 "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height",
    msg=0x40408cc0 "invalid bitmap size in wxImageList: this might work on this 
platform but definitely won't under Windows.") at ../src/common/appbase.cpp:408
#8  0x4026dce9 in wxApp::OnAssert(char const*, int, char const*, char const*) (
    this=0x83d9320, file=0x40408d7f "../src/generic/imaglist.cpp", line=73,
    cond=0x40408d40 "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height",
---Type <return> to continue, or q <return> to quit---
    msg=0x40408cc0 "invalid bitmap size in wxImageList: this might work on this 
platform but definitely won't under Windows.") at ../src/gtk/app.cpp:649
#9  0x081cf9aa in ?? ()
#10 0x4056a9e6 in wxOnAssert(char const*, int, char const*, char const*) (
    szFile=0x40408d7f "../src/generic/imaglist.cpp", nLine=73,
    szCond=0x40408d40 "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height",
    szMsg=0x40408cc0 "invalid bitmap size in wxImageList: this might work on this 
platform but definitely won't under Windows.")
    at ../src/common/appbase.cpp:585
#11 0x4056a962 in wxAssert(int, char const*, int, char const*, char const*) (
    cond=0, szFile=0x40408d7f "../src/generic/imaglist.cpp", nLine=73,
    szCond=0x40408d40 "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height",
    szMsg=0x40408cc0 "invalid bitmap size in wxImageList: this might work on this 
platform but definitely won't under Windows.")
    at ../src/common/appbase.cpp:552
#12 0x402bf329 in wxGenericImageList::Add(wxBitmap const&) (this=0x85da008,
    [EMAIL PROTECTED]) at ../src/generic/imaglist.cpp:73
#13 0x0811e3ba in ?? ()
#14 0x08113f35 in ?? ()
#15 0x08112cb4 in ?? ()
#16 0x081f4ee7 in ?? ()
#17 0x081cc63a in ?? ()
---Type <return> to continue, or q <return> to quit---
#18 0x4056a339 in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x83d9320, handler=0x8436b58, func=
      {__pfn = 0x81cbdd0, __delta = 0}, [EMAIL PROTECTED])
    at ../src/common/appbase.cpp:288
#19 0x40600f44 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x8436b58,
    [EMAIL PROTECTED]) at ../src/common/event.cpp:1164
#20 0x4060032e in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
    this=0x83bbba4, [EMAIL PROTECTED], self=0x8436b58)
    at ../src/common/event.cpp:837
#21 0x40601160 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x8436b58,
    [EMAIL PROTECTED]) at ../src/common/event.cpp:1226
#22 0x403a1fdc in wxWindowBase::TryParent(wxEvent&) (this=0x849e150,
    [EMAIL PROTECTED]) at ../src/common/wincmn.cpp:2188
#23 0x406011c5 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x849e150,
    [EMAIL PROTECTED]) at ../src/common/event.cpp:1239
#24 0x40390d15 in wxToolBarBase::OnLeftClick(int, bool) (this=0x849e150,
    id=157, toggleDown=false) at ../src/common/tbarbase.cpp:574
#25 0x4030e61a in gtk_toolbar_callback (tool=0x84a1cb0)
    at ../src/gtk/tbargtk.cpp:187
#26 0x40a47a26 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to