I shutdown M properly. When I restrted it, I got this. I presume this is a
side effect of the listctrl change maybe since it started about the same time?
BTW, the messages details are now working well. Thanks!
It also happens when I try to start composing / replying to a message and
when I press send.
(gdb) exec-file M
(gdb) run M
Starting program: /usr/local/bin/M M
[New Thread 16384 (LWP 1471)]
[Debug] 11:57:44: ../src/generic/listctrl.cpp(2264): assert "HasFlag(wxLC_REPORT
)" failed: only works in report mode
Gtk-CRITICAL **: file gtkwindow.c: line 1647 (gtk_window_move_resize): assertion
`GTK_WIDGET_REALIZED (window)' failed.
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 1471)]
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=0x40408e5d "../src/generic/listctrl.cpp", nLine=2264,
szCond=0x40409109 "HasFlag(wxLC_REPORT)",
szMsg=0x404090ef "only works in report mode", traits=0x8414290)
at ../src/common/appbase.cpp:705
#7 0x4056a623 in wxAppConsole::OnAssert(char const*, int, char const*, char con
st*) (this=0x83d9320, file=0x40408e5d
"../src/generic/listctrl.cpp",
line=2264, cond=0x40409109 "HasFlag(wxLC_REPORT)",
msg=0x404090ef "only works in report mode")
at ../src/common/appbase.cpp:408
#8 0x4026dce9 in wxApp::OnAssert(char const*, int, char const*, char const*) (
this=0x83d9320, file=0x40408e5d "../src/generic/listctrl.cpp", line=2264,
cond=0x40409109 "HasFlag(wxLC_REPORT)",
msg=0x404090ef "only works in report mode") at ../src/gtk/app.cpp:649
#9 0x081cf9aa in ?? ()
#10 0x4056a9e6 in wxOnAssert(char const*, int, char const*, char const*) (
szFile=0x40408e5d "../src/generic/listctrl.cpp", nLine=2264,
---Type <return> to continue, or q <return> to quit---
szCond=0x40409109 "HasFlag(wxLC_REPORT)",
szMsg=0x404090ef "only works in report mode")
at ../src/common/appbase.cpp:585
#11 0x4056a962 in wxAssert(int, char const*, int, char const*, char const*) (
cond=0, szFile=0x40408e5d "../src/generic/listctrl.cpp", nLine=2264,
szCond=0x40409109 "HasFlag(wxLC_REPORT)",
szMsg=0x404090ef "only works in report mode")
at ../src/common/appbase.cpp:552
#12 0x402c6349 in wxListMainWindow::GetLineHeight() const (this=0x850d998)
at ../src/generic/listctrl.cpp:2264
#13 0x402caf92 in wxListMainWindow::RecalculatePositions(bool) (
this=0x850d998, noRefresh=false) at ../src/generic/listctrl.cpp:3858
#14 0x402ce836 in wxGenericListCtrl::OnSize(wxSizeEvent&) (this=0x850d400)
at ../src/generic/listctrl.cpp:5140
#15 0x4056a339 in wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x83d9320, handler=0x850d400, func=
{__pfn = 0x402ce7da <wxGenericListCtrl::OnSize(wxSizeEvent&)>, __delta = 0},
[EMAIL PROTECTED]) at ../src/common/appbase.cpp:288
#16 0x40600f44 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x850d400,
[EMAIL PROTECTED]) at ../src/common/event.cpp:1164
#17 0x4060032e in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
this=0x40dfab58, [EMAIL PROTECTED], self=0x850d400)
at ../src/common/event.cpp:837
---Type <return> to continue, or q <return> to quit---
#18 0x40601160 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x850d400,
[EMAIL PROTECTED]) at ../src/common/event.cpp:1226
#19 0x402a1622 in wxWindow::DoSetSize(int, int, int, int, int) (
this=0x850d400, x=0, y=0, width=1008, height=397, sizeFlags=4)
at ../src/gtk/window.cpp:2974
#20 0x403a3f47 in wxWindowBase::SetSize(int, int, int, int, int) (
this=0x850d400, x=0, y=0, width=1008, height=397, sizeFlags=4)
at ../include/wx/window.h:182
#21 0x403849f2 in wxSizerItem::SetDimension(wxPoint, wxSize) (this=0x850ddd0,
pos={x = 0, y = 0}, size={x = 1008, y = 397})
at ../src/common/sizer.cpp:273
#22 0x40388ee3 in wxBoxSizer::RecalcSizes() (this=0x850d398)
at ../src/common/sizer.cpp:1397
#23 0x40386179 in wxSizer::Layout() (this=0x850d398)
at ../src/common/sizer.cpp:600
#24 0x40386504 in wxSizer::SetDimension(int, int, int, int) (this=0x850d398,
x=0, y=0, width=1008, height=429) at ../src/common/sizer.cpp:702
#25 0x403a092d in wxWindowBase::Layout() (this=0x850cea8)
at ../src/common/wincmn.cpp:1517
#26 0x403c24af in wxPanel::OnSize(wxSizeEvent&) (this=0x850cea8,
[EMAIL PROTECTED]) at ../src/generic/panelg.cpp:155
#27 0x4056a339 in wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler::*)(wxEvent&), wxEvent&) const (this=0x83d9320, handler=0x850cea8, func=
{__pfn = 0x403c2476 <wxPanel::OnSize(wxSizeEvent&)>, __delta = 0},
---Type <return> to continue, or q <return> to quit---
[EMAIL PROTECTED]) at ../src/common/appbase.cpp:288
#28 0x40600f44 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&) ([EMAIL PROTECTED], handler=0x850cea8,
[EMAIL PROTECTED]) at ../src/common/event.cpp:1164
#29 0x4060032e in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (
this=0x404cfed8, [EMAIL PROTECTED], self=0x850cea8)
at ../src/common/event.cpp:837
#30 0x40601160 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x850cea8,
[EMAIL PROTECTED]) at ../src/common/event.cpp:1226
#31 0x402a1622 in wxWindow::DoSetSize(int, int, int, int, int) (
this=0x850cea8, x=2, y=32, width=1008, height=429, sizeFlags=3)
at ../src/gtk/window.cpp:2974
#32 0x403a3f47 in wxWindowBase::SetSize(int, int, int, int, int) (
this=0x850cea8, x=2, y=32, width=1008, height=429, sizeFlags=3)
at ../include/wx/window.h:182
#33 0x402fbe65 in gtk_page_size_callback (alloc=0xbfffd5b0, win=0x850cea8)
at ../src/gtk/notebook.cpp:148
#34 0x40a47881 in gtk_marshal_NONE__POINTER () from /usr/lib/libgtk-1.2.so.0
(gdb)
-------------------------------------------------------
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