First Assert:
[Debug] 20:33:25: ../src/common/wincmn.cpp(2103): assert "GetCapture() == this"
failed: attempt to release mouse, but this window hasn't captured it
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 1732)]
0x40575481 in kill () from /lib/i686/libc.so.6
Current language: auto; currently c
(gdb) bt
#0 0x40575481 in kill () from /lib/i686/libc.so.6
#1 0x40688acd in pthread_kill () from /lib/i686/libpthread.so.0
#2 0x40688deb in raise () from /lib/i686/libpthread.so.0
#3 0x40575224 in raise () from /lib/i686/libc.so.6
#4 0x0854a6c2 in wxTrap() () at ../src/common/appbase.cpp:539
#5 0x08498a39 in wxGUIAppTraitsBase::ShowAssertDialog(wxString const&)
(this=0x88856e8, [EMAIL PROTECTED])
at ../src/common/appcmn.cpp:528
#6 0x0854aa0c in ShowAssertDialog (szFile=0x86c0eef "../src/common/wincmn.cpp",
nLine=2103,
szCond=0x86c13fd "GetCapture() == this",
szMsg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it",
traits=0x88856e8)
at ../src/common/appbase.cpp:705
#7 0x0854a426 in wxAppConsole::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86c0eef "../src/common/wincmn.cpp", line=2103, cond=0x86c13fd "GetCapture()
== this",
msg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it")
at ../src/common/appbase.cpp:408
#8 0x0840a41a in wxApp::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86c0eef "../src/common/wincmn.cpp", line=2103, cond=0x86c13fd "GetCapture()
== this",
msg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it") at
../src/gtk/app.cpp:649
#9 0x082bad8e in wxMApp::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86c0eef "../src/common/wincmn.cpp", line=2103, cond=0x86c13fd "GetCapture()
== this",
msg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it") at
.src/gui/wxMApp.cpp:553
#10 0x0854a759 in wxOnAssert(char const*, int, char const*, char const*) (
szFile=0x86c0eef "../src/common/wincmn.cpp", nLine=2103, szCond=0x86c13fd
"GetCapture() == this",
szMsg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it")
at ../src/common/appbase.cpp:585
#11 0x0854a6e5 in wxAssert(int, char const*, int, char const*, char const*) (cond=0,
szFile=0x86c0eef "../src/common/wincmn.cpp", nLine=2103, szCond=0x86c13fd
"GetCapture() == this",
szMsg=0x86c13c0 "attempt to release mouse, but this window hasn't captured it")
at ../src/common/appbase.cpp:552
#12 0x084f9743 in wxWindowBase::ReleaseMouse() (this=0x8dcf8d8) at
../src/common/wincmn.cpp:2103
#13 0x083af456 in TextViewerWindow::ProcessMouseEvent(wxMouseEvent const&, long)
(this=0x8dcf8d8,
[EMAIL PROTECTED], pos=5273) at .src/modules/TextViewer.cpp:475
#14 0x083af39f in TextViewerWindow::OnMouseEvent(wxMouseEvent&) (this=0x8dcf8d8,
[EMAIL PROTECTED])
at .src/modules/TextViewer.cpp:451
#15 0x0854a1a1 in wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler::*)(wxEvent&), wxEvent&) const
(this=0x884a788, handler=0x8dcf8d8, func=
{__pfn = 0x83af368 <TextViewerWindow::OnMouseEvent(wxMouseEvent&)>, __delta =
0}, [EMAIL PROTECTED])
at ../src/common/appbase.cpp:288
#16 0x085bc9c7 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&)
([EMAIL PROTECTED], handler=0x8dcf8d8, [EMAIL PROTECTED]) at
../src/common/event.cpp:1164
#17 0x085bbe97 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
(this=0x8823a24, [EMAIL PROTECTED],
---Type <return> to continue, or q <return> to quit---
self=0x8dcf8d8) at ../src/common/event.cpp:837
#18 0x085bcbb9 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x8dcf8d8, [EMAIL
PROTECTED])
at ../src/common/event.cpp:1226
#19 0x085bcbf9 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x893aed0, [EMAIL
PROTECTED])
at ../src/common/event.cpp:1233
#20 0x08430ef6 in gtk_window_button_release_callback (widget=0x89d6b88,
gdk_event=0x8934ed0, win=0x8dcf8d8)
at ../src/gtk/window.cpp:1703
#21 0x400c3618 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
(gdb)
Second Assert:
[Debug] 20:39:18: ../src/common/wincmn.cpp(2103): assert "GetCapture() == this"
failed: attempt to release mouse, but this window hasn't captured it
[Debug] 20:39:21: ../src/gtk/window.cpp(4339): assert "wxAssertFailure" failed: can't
release mouse - not captured
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 16384 (LWP 2788)]
0x40575481 in kill () from /lib/i686/libc.so.6
(gdb) bt
#0 0x40575481 in kill () from /lib/i686/libc.so.6
#1 0x40688acd in pthread_kill () from /lib/i686/libpthread.so.0
#2 0x40688deb in raise () from /lib/i686/libpthread.so.0
#3 0x40575224 in raise () from /lib/i686/libc.so.6
#4 0x0854a6c2 in wxTrap() () at ../src/common/appbase.cpp:539
#5 0x08498a39 in wxGUIAppTraitsBase::ShowAssertDialog(wxString const&)
(this=0x88856e8, [EMAIL PROTECTED])
at ../src/common/appcmn.cpp:528
#6 0x0854aa0c in ShowAssertDialog (szFile=0x86ad30d "../src/gtk/window.cpp",
nLine=4339,
szCond=0x86ad2fd "wxAssertFailure", szMsg=0x86ad560 "can't release mouse - not
captured",
traits=0x88856e8) at ../src/common/appbase.cpp:705
#7 0x0854a426 in wxAppConsole::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86ad30d "../src/gtk/window.cpp", line=4339, cond=0x86ad2fd
"wxAssertFailure",
msg=0x86ad560 "can't release mouse - not captured") at
../src/common/appbase.cpp:408
#8 0x0840a41a in wxApp::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86ad30d "../src/gtk/window.cpp", line=4339, cond=0x86ad2fd
"wxAssertFailure",
msg=0x86ad560 "can't release mouse - not captured") at ../src/gtk/app.cpp:649
#9 0x082bad8e in wxMApp::OnAssert(char const*, int, char const*, char const*)
(this=0x884a788,
file=0x86ad30d "../src/gtk/window.cpp", line=4339, cond=0x86ad2fd
"wxAssertFailure",
msg=0x86ad560 "can't release mouse - not captured") at .src/gui/wxMApp.cpp:553
#10 0x0854a759 in wxOnAssert(char const*, int, char const*, char const*) (
szFile=0x86ad30d "../src/gtk/window.cpp", nLine=4339, szCond=0x86ad2fd
"wxAssertFailure",
szMsg=0x86ad560 "can't release mouse - not captured") at
../src/common/appbase.cpp:585
#11 0x0854a6e5 in wxAssert(int, char const*, int, char const*, char const*) (cond=0,
szFile=0x86ad30d "../src/gtk/window.cpp", nLine=4339, szCond=0x86ad2fd
"wxAssertFailure",
szMsg=0x86ad560 "can't release mouse - not captured") at
../src/common/appbase.cpp:552
#12 0x084389bf in wxWindow::DoReleaseMouse() (this=0x8ccc468) at
../src/gtk/window.cpp:4339
#13 0x084f975a in wxWindowBase::ReleaseMouse() (this=0x8ccc468) at
../src/common/wincmn.cpp:2105
#14 0x083af456 in TextViewerWindow::ProcessMouseEvent(wxMouseEvent const&, long)
(this=0x8ccc468,
[EMAIL PROTECTED], pos=5492) at .src/modules/TextViewer.cpp:475
#15 0x083af39f in TextViewerWindow::OnMouseEvent(wxMouseEvent&) (this=0x8ccc468,
[EMAIL PROTECTED])
at .src/modules/TextViewer.cpp:451
#16 0x0854a1a1 in wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler::*)(wxEvent&), wxEvent&) const
(this=0x884a788, handler=0x8ccc468, func=
{__pfn = 0x83af368 <TextViewerWindow::OnMouseEvent(wxMouseEvent&)>, __delta =
0}, [EMAIL PROTECTED])
at ../src/common/appbase.cpp:288
#17 0x085bc9c7 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&)
([EMAIL PROTECTED], handler=0x8ccc468, [EMAIL PROTECTED]) at
../src/common/event.cpp:1164
#18 0x085bbe97 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
(this=0x8823a24, [EMAIL PROTECTED],
self=0x8ccc468) at ../src/common/event.cpp:837
#19 0x085bcbb9 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x8ccc468, [EMAIL
PROTECTED])
at ../src/common/event.cpp:1226
---Type <return> to continue, or q <return> to quit---
#20 0x085bcbf9 in wxEvtHandler::ProcessEvent(wxEvent&) (this=0x89425a0, [EMAIL
PROTECTED])
at ../src/common/event.cpp:1233
#21 0x08430ef6 in gtk_window_button_release_callback (widget=0x8bfe3d0,
gdk_event=0x8934ed0, win=0x8ccc468)
at ../src/gtk/window.cpp:1703
#22 0x400c3618 in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
-------------------------------------------------------
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