Hi Guys,

I am getting this assert when M starts up after making with CVS's changes. 

M is now trying to go into compose mode automatically each time it starts up.
When I tried to start up composer to send this message, it did it again.

(gdb) run M
Starting program: /usr/local/bin/M M
[New Thread 16384 (LWP 13603)]
[Debug] 12:25:39: ../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 13603)]
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 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/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, 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=0x8507cb8)
    at ../src/generic/listctrl.cpp:2264
#13 0x402caf92 in wxListMainWindow::RecalculatePositions(bool) (this=0x8507cb8, 
noRefresh=false)
    at ../src/generic/listctrl.cpp:3858
#14 0x402ce836 in wxGenericListCtrl::OnSize(wxSizeEvent&) (this=0x8507720)
    at ../src/generic/listctrl.cpp:5140
#15 0x4056a339 in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const
    (this=0x83d9320, handler=0x8507720, 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=0x8507720, [EMAIL PROTECTED]) at 
../src/common/event.cpp:1164
#17 0x4060032e in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) 
(this=0x40dfab58,
    [EMAIL PROTECTED], self=0x8507720) at ../src/common/event.cpp:837
#18 0x40601160 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x8507720, [EMAIL 
PROTECTED])
    at ../src/common/event.cpp:1226
#19 0x402a1622 in wxWindow::DoSetSize(int, int, int, int, int) (this=0x8507720, x=0, 
y=0, width=1008,
    height=404, sizeFlags=4) at ../src/gtk/window.cpp:2974
---Type <return> to continue, or q <return> to quit---
#20 0x403a3f47 in wxWindowBase::SetSize(int, int, int, int, int) (this=0x8507720, x=0, 
y=0, width=1008,
    height=404, sizeFlags=4) at ../include/wx/window.h:182
#21 0x403849f2 in wxSizerItem::SetDimension(wxPoint, wxSize) (this=0x85080f0, pos={x = 
0, y = 0}, size=
      {x = 1008, y = 404}) at ../src/common/sizer.cpp:273
#22 0x40388ee3 in wxBoxSizer::RecalcSizes() (this=0x85076b8) at 
../src/common/sizer.cpp:1397
#23 0x40386179 in wxSizer::Layout() (this=0x85076b8) at ../src/common/sizer.cpp:600
#24 0x40386504 in wxSizer::SetDimension(int, int, int, int) (this=0x85076b8, x=0, y=0, 
width=1008,
    height=436) at ../src/common/sizer.cpp:702
#25 0x403a092d in wxWindowBase::Layout() (this=0x85071c8) at 
../src/common/wincmn.cpp:1517
#26 0x403c24af in wxPanel::OnSize(wxSizeEvent&) (this=0x85071c8, [EMAIL PROTECTED])
    at ../src/generic/panelg.cpp:155
#27 0x4056a339 in wxAppConsole::HandleEvent(wxEvtHandler*, void 
(wxEvtHandler::*)(wxEvent&), wxEvent&) const
    (this=0x83d9320, handler=0x85071c8, func=
      {__pfn = 0x403c2476 <wxPanel::OnSize(wxSizeEvent&)>, __delta = 0}, [EMAIL 
PROTECTED])
    at ../src/common/appbase.cpp:288
#28 0x40600f44 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&)
    ([EMAIL PROTECTED], handler=0x85071c8, [EMAIL PROTECTED]) at 
../src/common/event.cpp:1164
#29 0x4060032e in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) 
(this=0x404cfed8,
    [EMAIL PROTECTED], self=0x85071c8) at ../src/common/event.cpp:837
#30 0x40601160 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x85071c8, [EMAIL 
PROTECTED])
    at ../src/common/event.cpp:1226
#31 0x402a1622 in wxWindow::DoSetSize(int, int, int, int, int) (this=0x85071c8, x=2, 
y=32, width=1008,
    height=436, sizeFlags=3) at ../src/gtk/window.cpp:2974
#32 0x403a3f47 in wxWindowBase::SetSize(int, int, int, int, int) (this=0x85071c8, x=2, 
y=32, width=1008,
    height=436, sizeFlags=3) at ../include/wx/window.h:182
#33 0x402fbe65 in gtk_page_size_callback (alloc=0xbfffd5b0, win=0x85071c8) 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 is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to