Anonymous | Login | Signup for a new account | 2024-11-21 12:28 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001493 | aMule | Transfer | public | 2009-02-14 19:41 | 2011-04-17 14:22 | ||||
Reporter | uncombedcoconut | ||||||||
Assigned To | sturedman | ||||||||
Priority | normal | Severity | crash | Reproducibility | random | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 2.2.3 | ||||||||
Target Version | Fixed in Version | 2.3.1 | |||||||
Summary | 0001493: aMule has started crashing randomly under CUpDownClient::SetDownloadState(true) | ||||||||
Description | aMule has normally been rock-solid, but it's crashed twice in the past two days. I'm guessing from the crash-dumps that it's the same bug, but it'll be hard to reproduce or diagnose. I'm willing to test stuff, but the crash has always appeared after hour(s) of live operation, so anything like a valgrind run is infeasible. | ||||||||
Additional Information | Built from source with GCC 4.3.3 (i686) for wxGTK with these options: --enable-amulecmd --disable-debug --enable-optimize --disable-amule-daemon --disable-geoip --enable-nls --disable-webserver --disable-cas --disable-alcc | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | Gentoo Linux (x86 testing) | ||||||||
Attached Files | amule-bugreport.txt [^] (20,229 bytes) 2009-02-14 19:41 [Show Content] [Hide Content]System: Linux 2.6.28-gentoo-r1 #3 SMP Thu Jan 22 15:38:15 PST 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 115249152 vsize: 115249152 resident: 29777920 share: 9756672 rss: 29777920 rss_rlim: 18446744073709551615 CPU usage: start_time: 1234563934 rtime: 158390 utime: 120994 stime: 37396 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/amule' [Thread debugging using libthread_db enabled] [New Thread 0xb65b4710 (LWP 32014)] [New Thread 0xb343eb90 (LWP 32024)] [New Thread 0xb4c41b90 (LWP 32021)] 0xb8067424 in __kernel_vsyscall () #0 0xb8067424 in __kernel_vsyscall () #1 0xb801aadb in waitpid () from /lib/libpthread.so.0 #2 0xb6be2337 in IA__g_spawn_sync (working_directory=0x0, argv=0x9438708, envp=0x0, flags=<value optimized out>, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa64f88) at gspawn.c:382 #3 0xb6be267c in IA__g_spawn_command_line_sync ( command_line=0x9d51988 "bug-buddy --appname=\"amule\" --pid=32014", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa64f88) at gspawn.c:694 #4 0xb63bbb33 in run_bug_buddy (appname=<value optimized out>, pid=<value optimized out>, minidump_path=0x0) at gnome-breakpad.cc:223 #5 0xb63bc01c in check_if_gdb () at gnome-breakpad.cc:292 #6 0xb63bc155 in bugbuddy_segv_handle (signum=6) at gnome-breakpad.cc:84 #7 <signal handler called> #8 0xb8067424 in __kernel_vsyscall () #9 0xb72b0680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #10 0xb72b1ec8 in *__GI_abort () at abort.c:88 #11 0xb75dd25b in wxFatalSignalHandler () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:1112 #12 <signal handler called> #13 CUpDownClient::ClearDownloadBlockRequests (this=0x97c1dd0) at BaseClient.cpp:1174 #14 0x080a59f0 in CUpDownClient::SetDownloadState (this=0x97c1dd0, byNewState=1 '\001') at DownloadClient.cpp:542 #15 0x08082c32 in CUpDownClient::Disconnected (this=0x97c1dd0, strReason=@0xbfa65ee8, bFromSocket=false) at BaseClient.cpp:1238 #16 0x0808b3d3 in CClientList::ProcessDirectCallbackList (this=0x8e67848) at ClientList.cpp:1113 #17 0x0808b7cf in CClientList::Process (this=0x8e67848) at ClientList.cpp:748 #18 0x080730ed in CamuleApp::OnCoreTimer (this=0x8d9e780) at amule.cpp:1457 #19 0xb7537911 in wxAppConsole::HandleEvent (this=0x8d9e780, handler=0x8d9e780, func=NULL, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:322 #20 0xb75d865a in wxEvtHandler::ProcessEventIfMatches (entry=@0x8688420, handler=0x8d9e780, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1231 #21 0xb75d9994 in wxEventHashTable::HandleEvent (this=0x86883a0, event=@0xb2b13aa0, self=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:906 #22 0xb75d9a9b in wxEvtHandler::ProcessEvent (this=0x8d9e780, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1293 #23 0xb75d8bf9 in wxEvtHandler::ProcessPendingEvents (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1191 #24 0xb7537c71 in wxAppConsole::ProcessPendingEvents (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:294 #25 0xb7841291 in wxAppBase::ProcessIdle (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:435 #26 0xb77907b3 in wxapp_idle_callback () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/app.cpp:206 #27 0xb6ba6221 in g_idle_dispatch (source=0xb2b16850, callback=0x97c1dd0, user_data=0x0) at gmain.c:3922 #28 0xb6ba8178 in IA__g_main_context_dispatch (context=0x8d9e8f8) at gmain.c:1814 #29 0xb6bab813 in g_main_context_iterate (context=0x8d9e8f8, block=1, dispatch=1, self=0x8d9feb8) at gmain.c:2448 #30 0xb6babd12 in IA__g_main_loop_run (loop=0x911df50) at gmain.c:2656 #31 0xb7016fb9 in IA__gtk_main () at gtkmain.c:1200 #32 0xb77aa275 in wxEventLoop::Run (this=0x9133928) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/evtloop.cpp:76 #33 0xb78410fe in wxAppBase::MainLoop (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:312 #34 0xb7840cd1 in wxAppBase::OnRun (this=0x97c1dd0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:367 #35 0xb7572b6a in wxEntry (argc=@0xb76408ac, argv=0x8d8d9e0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:460 #36 0xb7572d67 in wxEntry (argc=@0xbfa66400, argv=0xbfa66484) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:472 #37 0x08149df0 in main (argc=) at amule-gui.cpp:95 Thread 3 (Thread 0xb4c41b90 (LWP 32021)): #0 0xb8067424 in __kernel_vsyscall () No symbol table info available. #1 0xb801a396 in nanosleep () from /lib/libpthread.so.0 No locals. #2 0xb75dd9d8 in wxMicroSleep (microseconds=0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:191 tmReq = {tv_sec = 0, tv_nsec = 212000000} #3 0xb75dda01 in wxMilliSleep (milliseconds=212) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:212 No locals. #4 0xb75d591d in wxThread::Sleep (milliseconds=212) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:986 No locals. #5 0x0810c864 in UploadBandwidthThrottler::Entry (this=0x8fba780) at UploadBandwidthThrottler.cpp:324 timeSinceLastLoop = 0 minFragSize = 1300 doubleSendSize = 2600 bytesToSpend = 7 sleepTime = 212 thisLoopTick = 1931670033 lastLoopTick = 1931670033 realBytesToSpend = -2592649 allowedDataRate = 12288 rememberedSlotCounter = 4 extraSleepTime = 1 #6 0xb75d73c3 in wxThreadInternal::PthreadStart (thread=0x8fba780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:766 pthread = (wxThreadInternal *) 0x8fb94b8 rc = <value optimized out> dontRunAtAll = false #7 0xb75d743d in wxPthreadStart (ptr=0x8fba780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:718 No locals. #8 0xb8013170 in start_thread (arg=0xb4c41b90) at pthread_create.c:297 __res = <value optimized out> __ignore1 = <value optimized out> __ignore2 = <value optimized out> pd = (struct pthread *) 0xb4c41b90 now = <value optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1207820300, 0, 4001536, -1262218136, -453437316, 1857861733}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0x0, 0xb80130bb}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <value optimized out> robust = <value optimized out> #9 0xb7354bce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 No locals. Thread 2 (Thread 0xb343eb90 (LWP 32024)): #0 0xb8067424 in __kernel_vsyscall () No symbol table info available. #1 0xb8016fb2 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179 No locals. #2 0xb75d5ac7 in wxConditionInternal::WaitTimeout (this=0x8e12f58, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:405 tspec = {tv_sec = 1234587284, tv_nsec = 93000000} err = 466949 #3 0xb75d5b1f in wxCondition::WaitTimeout (this=0x9122b64, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/include/wx/thrimpl.cpp:256 No locals. #4 0xb75d71a4 in wxSemaphoreInternal::WaitTimeout (this=0x9122b60, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:552 remainingTime = -516 locker = {m_isOk = true, m_mutex = @0x9122b60} #5 0xb75d722f in wxSemaphore::WaitTimeout (this=0x8df1560, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/include/wx/thrimpl.cpp:320 No locals. #6 0x08225ab7 in CTimerThread::Entry (this=0x8df1540) at Timer.cpp:64 now = 1931670041 sinceLast = 0 timeout = 4294966780 evt = {<wxEvent> = {<wxObject> = {_vptr.wxObject = 0x83b8008, static ms_classInfo = {m_className = 0xb75fac44, m_objectSize = 8, m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2 = 0x0, static sm_first = 0xb7a92fac, m_next = 0xb7641aa4, static sm_classTable = 0x8d72008}, m_refData = 0x0}, m_eventObject = 0x0, m_eventType = 10245, m_timeStamp = 0, m_id = 6128, m_callbackUserData = 0x0, m_propagationLevel = 0, m_skipped = false, m_isCommandEvent = false, static ms_classInfo = { m_className = 0xb7600484, m_objectSize = 36, m_objectConstructor = 0, m_baseInfo1 = 0xb7641a38, m_baseInfo2 = 0x0, static sm_first = 0xb7a92fac, m_next = 0xb7642ae8, static sm_classTable = 0x8d72008}}, <No data fields>} lastEvent = 1931670041 #7 0xb75d73c3 in wxThreadInternal::PthreadStart (thread=0x8df1540) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:766 pthread = (wxThreadInternal *) 0x8de79a0 rc = <value optimized out> dontRunAtAll = false #8 0xb75d743d in wxPthreadStart (ptr=0x8df1540) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:718 No locals. #9 0xb8013170 in start_thread (arg=0xb343eb90) at pthread_create.c:297 __res = <value optimized out> __ignore1 = <value optimized out> __ignore2 = <value optimized out> pd = (struct pthread *) 0xb343eb90 now = <value optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1207820300, 0, 4001536, -1287396248, -350676877, 1857861733}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0x0, 0xb80130bb}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <value optimized out> robust = <value optimized out> #10 0xb7354bce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 No locals. Thread 1 (Thread 0xb65b4710 (LWP 32014)): #0 0xb8067424 in __kernel_vsyscall () No symbol table info available. #1 0xb801aadb in waitpid () from /lib/libpthread.so.0 No locals. #2 0xb6be2337 in IA__g_spawn_sync (working_directory=0x0, argv=0x9438708, envp=0x0, flags=<value optimized out>, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa64f88) at gspawn.c:382 outpipe = -1 errpipe = -1 pid = 28807 fds = {__fds_bits = {-1228644364, 157118152, 155420436, -1079619944, -1229157743, 8, 157118152, 4, -1228644364, 157118152, 155420436, -1079619832, -1229171070, 157118152, -1229256608, 0, -1220779656, 0, -1, -1079619788, 151360512, 159102642, 16, 11, -1079619848, -1079619852, 155420424, 3, 0, 17, 164960687, 157118152}} ret = <value optimized out> outstr = (GString *) 0x0 errstr = (GString *) 0x0 failed = 0 status = <value optimized out> __PRETTY_FUNCTION__ = "IA__g_spawn_sync" #3 0xb6be267c in IA__g_spawn_command_line_sync ( command_line=0x9d51988 "bug-buddy --appname=\"amule\" --pid=32014", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfa64f88) at gspawn.c:694 retval = 0 argv = (gchar **) 0x9438708 __PRETTY_FUNCTION__ = "IA__g_spawn_command_line_sync" #4 0xb63bbb33 in run_bug_buddy (appname=<value optimized out>, pid=<value optimized out>, minidump_path=0x0) at gnome-breakpad.cc:223 exec_str = ( gchar *) 0x9d51988 "bug-buddy --appname=\"amule\" --pid=32014" res = <value optimized out> error = (GError *) 0x0 #5 0xb63bc01c in check_if_gdb () at gnome-breakpad.cc:292 mypath = "/usr/bin/amule", '\0' <repeats 240 times> gdb = (gchar *) 0x9206cb8 "/usr/bin/gdb" appname = (gchar *) 0x8da9b98 "amule" pid = 32014 #6 0xb63bc155 in bugbuddy_segv_handle (signum=6) at gnome-breakpad.cc:84 in_segv = 1 #7 <signal handler called> No symbol table info available. #8 0xb8067424 in __kernel_vsyscall () No symbol table info available. #9 0xb72b0680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1220784140 selftid = 32014 #10 0xb72b1ec8 in *__GI_abort () at abort.c:88 act = {__sigaction_handler = {sa_handler = 0xb80697b4, sa_sigaction = 0xb80697b4}, sa_mask = {__val = {14, 3059449096, 5, 0, 1, 3076061190, 148431200, 163882328, 163882456, 3076751348, 3073320932, 1851, 3215349748, 3215349736, 82, 137845244, 3215349808, 3081328784, 3075544394, 3073299119, 0, 0, 82, 3074184544, 82, 3215349716, 3073298291, 3074184544, 137845244, 82, 0, 137845244}}, sa_flags = -1220784140, sa_restorer = 0x52} sigs = {__val = {32, 0 <repeats 31 times>}} #11 0xb75dd25b in wxFatalSignalHandler () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:1112 No locals. #12 <signal handler called> No symbol table info available. #13 CUpDownClient::ClearDownloadBlockRequests (this=0x97c1dd0) at BaseClient.cpp:1174 cur_block = (Requested_Block_Struct *) 0x97c1dd0 #14 0x080a59f0 in CUpDownClient::SetDownloadState (this=0x97c1dd0, byNewState=1 '\001') at DownloadClient.cpp:542 No locals. #15 0x08082c32 in CUpDownClient::Disconnected (this=0x97c1dd0, strReason=@0xbfa65ee8, bFromSocket=false) at BaseClient.cpp:1238 bDelete = <value optimized out> #16 0x0808b3d3 in CClientList::ProcessDirectCallbackList (this=0x8e67848) at ClientList.cpp:1113 curClient = (CUpDownClient *) 0x97c1dd0 cur_tick = 1931654140 #17 0x0808b7cf in CClientList::Process (this=0x8e67848) at ClientList.cpp:748 cur_tick = 1931654140 buddy = Connected #18 0x080730ed in CamuleApp::OnCoreTimer (this=0x8d9e780) at amule.cpp:1457 msCur = 23333874 msPrev1 = 23333874 msPrev5 = 23333272 msPrevSave = 23303567 msPrevHist = 23333000 msPrevOS = 23333272 msPrevKnownMet = 21600577 #19 0xb7537911 in wxAppConsole::HandleEvent (this=0x8d9e780, handler=0x8d9e780, func=NULL, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:322 No locals. #20 0xb75d865a in wxEvtHandler::ProcessEventIfMatches (entry=@0x8688420, handler=0x8d9e780, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1231 tableId1 = <value optimized out> tableId2 = <value optimized out> #21 0xb75d9994 in wxEventHashTable::HandleEvent (this=0x86883a0, event=@0xb2b13aa0, self=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:906 n = 1 count = 2 eventType = 10245 eTTnode = (wxEventHashTable::EventTypeTable * const) 0x8dfdbd8 #22 0xb75d9a9b in wxEvtHandler::ProcessEvent (this=0x8d9e780, event=@0xb2b13aa0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1293 No locals. #23 0xb75d8bf9 in wxEvtHandler::ProcessPendingEvents (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1191 event = {m_ptr = 0xb2b13aa0} n = 1 #24 0xb7537c71 in wxAppConsole::ProcessPendingEvents (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:294 handler = (class wxEvtHandler *) 0x8d9e780 #25 0xb7841291 in wxAppBase::ProcessIdle (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:435 event = {<wxEvent> = {<wxObject> = {_vptr.wxObject = 0xbfa66138, static ms_classInfo = {m_className = 0xb75fac44, m_objectSize = 8, m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2 = 0x0, static sm_first = 0xb7a92fac, m_next = 0xb7641aa4, static sm_classTable = 0x8d72008}, m_refData = 0xb7637ff4}, m_eventObject = 0x1, m_eventType = 139049664, m_timeStamp = -1079615192, m_id = -1218617731, m_callbackUserData = 0x8d7f8d0, m_propagationLevel = -1218215948, m_skipped = 56, m_isCommandEvent = 97, static ms_classInfo = {m_className = 0xb7600484, m_objectSize = 36, m_objectConstructor = 0, m_baseInfo1 = 0xb7641a38, m_baseInfo2 = 0x0, static sm_first = 0xb7a92fac, m_next = 0xb7642ae8, static sm_classTable = 0x8d72008}}, m_requestMore = 166, static sm_idleMode = wxIDLE_PROCESS_SPECIFIED, static ms_classInfo = { m_className = 0xb79197e0, m_objectSize = 36, m_objectConstructor = 0xb7781400 <wxIdleEvent::wxCreateObject()>, m_baseInfo1 = 0xb7642b00, m_baseInfo2 = 0x0, static sm_first = 0xb7a92fac, m_next = 0xb79cc5a8, static sm_classTable = 0x8d72008}} needMore = false #26 0xb77907b3 in wxapp_idle_callback () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/app.cpp:206 idleID_save = 3746821 moreIdles = true #27 0xb6ba6221 in g_idle_dispatch (source=0xb2b16850, callback=0x97c1dd0, user_data=0x0) at gmain.c:3922 No locals. #28 0xb6ba8178 in IA__g_main_context_dispatch (context=0x8d9e8f8) at gmain.c:1814 No locals. #29 0xb6bab813 in g_main_context_iterate (context=0x8d9e8f8, block=1, dispatch=1, self=0x8d9feb8) at gmain.c:2448 max_priority = 2147483647 timeout = 19 some_ready = 1 nfds = 39 allocated_nfds = <value optimized out> fds = (GPollFD *) 0x923eac0 __PRETTY_FUNCTION__ = "g_main_context_iterate" #30 0xb6babd12 in IA__g_main_loop_run (loop=0x911df50) at gmain.c:2656 self = (GThread *) 0x8d9feb8 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #31 0xb7016fb9 in IA__gtk_main () at gtkmain.c:1200 tmp_list = (GList *) 0x0 functions = (GList *) 0x0 init = (GtkInitFunction *) 0x9133928 loop = (GMainLoop *) 0x911df50 #32 0xb77aa275 in wxEventLoop::Run (this=0x9133928) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/evtloop.cpp:76 exitcode = <value optimized out> #33 0xb78410fe in wxAppBase::MainLoop (this=0x8d9e780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:312 mainLoop = {<wxEventLoopPtr> = {m_ptr = 0x9133928}, m_pp = 0x8d9e7c0, m_pOld = 0x0} #34 0xb7840cd1 in wxAppBase::OnRun (this=0x97c1dd0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:367 No locals. #35 0xb7572b6a in wxEntry (argc=@0xb76408ac, argv=0x8d8d9e0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:460 No locals. #36 0xb7572d67 in wxEntry (argc=@0xbfa66400, argv=0xbfa66484) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:472 No locals. #37 0x08149df0 in main (argc=) at amule-gui.cpp:95 No locals. #0 0xb8067424 in __kernel_vsyscall () The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal] ----------- .xsession-errors (99444 sec old) --------------------- ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ...Too much output, ignoring rest... -------------------------------------------------- amule-bugreport-2.txt [^] (20,216 bytes) 2009-02-14 19:41 [Show Content] [Hide Content] System: Linux 2.6.28-gentoo-r1 #3 SMP Thu Jan 22 15:38:15 PST 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 129925120 vsize: 129925120 resident: 45289472 share: 9428992 rss: 45289472 rss_rlim: 18446744073709551615 CPU usage: start_time: 1234597230 rtime: 391502 utime: 272435 stime: 119067 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/amule' [Thread debugging using libthread_db enabled] [New Thread 0xb6501710 (LWP 14399)] [New Thread 0xb338bb90 (LWP 14409)] [New Thread 0xb4b8eb90 (LWP 14406)] 0xb7fb4424 in __kernel_vsyscall () #0 0xb7fb4424 in __kernel_vsyscall () #1 0xb7f67adb in waitpid () from /lib/libpthread.so.0 #2 0xb6b2f337 in IA__g_spawn_sync (working_directory=0x0, argv=0xa8861b8, envp=0x0, flags=<value optimized out>, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfcb2a08) at gspawn.c:382 #3 0xb6b2f67c in IA__g_spawn_command_line_sync ( command_line=0xad5b380 "bug-buddy --appname=\"amule\" --pid=14399", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfcb2a08) at gspawn.c:694 #4 0xb6308b33 in run_bug_buddy (appname=<value optimized out>, pid=<value optimized out>, minidump_path=0x0) at gnome-breakpad.cc:223 #5 0xb630901c in check_if_gdb () at gnome-breakpad.cc:292 #6 0xb6309155 in bugbuddy_segv_handle (signum=6) at gnome-breakpad.cc:84 #7 <signal handler called> #8 0xb7fb4424 in __kernel_vsyscall () #9 0xb71fd680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #10 0xb71feec8 in *__GI_abort () at abort.c:88 #11 0xb752a25b in wxFatalSignalHandler () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:1112 #12 <signal handler called> #13 CPartFile::ClientStateChanged (this=0x10, oldState=0, newState=1) at PartFile.cpp:3628 #14 0x080a5958 in CUpDownClient::SetDownloadState (this=0xac91e18, byNewState=1 '\001') at DownloadClient.cpp:525 #15 0x08082c32 in CUpDownClient::Disconnected (this=0xac91e18, strReason=@0xbfcb3938, bFromSocket=false) at BaseClient.cpp:1238 #16 0x0808b3d3 in CClientList::ProcessDirectCallbackList (this=0x9d79a08) at ClientList.cpp:1113 #17 0x0808b7cf in CClientList::Process (this=0x9d79a08) at ClientList.cpp:748 #18 0x080730ed in CamuleApp::OnCoreTimer (this=0x9cb0780) at amule.cpp:1457 #19 0xb7484911 in wxAppConsole::HandleEvent (this=0x9cb0780, handler=0x9cb0780, func=&virtual table offset 0, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:322 #20 0xb752565a in wxEvtHandler::ProcessEventIfMatches (entry=@0x8688420, handler=0x9cb0780, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1231 #21 0xb7526994 in wxEventHashTable::HandleEvent (this=0x86883a0, event=@0xb282bab8, self=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:906 #22 0xb7526a9b in wxEvtHandler::ProcessEvent (this=0x9cb0780, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1293 #23 0xb7525bf9 in wxEvtHandler::ProcessPendingEvents (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1191 #24 0xb7484c71 in wxAppConsole::ProcessPendingEvents (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:294 #25 0xb778e291 in wxAppBase::ProcessIdle (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:435 #26 0xb76dd7b3 in wxapp_idle_callback () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/app.cpp:206 #27 0xb6af3221 in g_idle_dispatch (source=0xb28080e8, callback=0, user_data=0x0) at gmain.c:3922 #28 0xb6af5178 in IA__g_main_context_dispatch (context=0x9cb08f8) at gmain.c:1814 #29 0xb6af8813 in g_main_context_iterate (context=0x9cb08f8, block=1, dispatch=1, self=0x9cb1eb8) at gmain.c:2448 #30 0xb6af8d12 in IA__g_main_loop_run (loop=0x9c9ef18) at gmain.c:2656 #31 0xb6f63fb9 in IA__gtk_main () at gtkmain.c:1200 #32 0xb76f7275 in wxEventLoop::Run (this=0xa027978) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/evtloop.cpp:76 #33 0xb778e0fe in wxAppBase::MainLoop (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:312 #34 0xb778dcd1 in wxAppBase::OnRun (this=0x10) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:367 #35 0xb74bfb6a in wxEntry (argc=@0xb758d8ac, argv=0x9c9f9e0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:460 #36 0xb74bfd67 in wxEntry (argc=@0xbfcb3e50, argv=0xbfcb3ed4) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:472 #37 0x08149df0 in main (argc=) at amule-gui.cpp:95 Thread 3 (Thread 0xb4b8eb90 (LWP 14406)): #0 0xb7fb4424 in __kernel_vsyscall () No symbol table info available. #1 0xb7f67396 in nanosleep () from /lib/libpthread.so.0 No locals. #2 0xb752a9d8 in wxMicroSleep (microseconds=0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:191 tmReq = {tv_sec = 0, tv_nsec = 212000000} #3 0xb752aa01 in wxMilliSleep (milliseconds=212) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:212 No locals. #4 0xb752291d in wxThread::Sleep (milliseconds=212) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:986 No locals. #5 0x0810c864 in UploadBandwidthThrottler::Entry (this=0x9ec9228) at UploadBandwidthThrottler.cpp:324 timeSinceLastLoop = 0 minFragSize = 1300 doubleSendSize = 2600 bytesToSpend = 8 sleepTime = 212 thisLoopTick = 1978392598 lastLoopTick = 1978392598 realBytesToSpend = -2591800 allowedDataRate = 12288 rememberedSlotCounter = 2 extraSleepTime = 1 #6 0xb75243c3 in wxThreadInternal::PthreadStart (thread=0x9ec9228) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:766 pthread = (wxThreadInternal *) 0x9ed33f0 rc = <value optimized out> dontRunAtAll = false #7 0xb752443d in wxPthreadStart (ptr=0x9ec9228) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:718 No locals. #8 0xb7f60170 in start_thread (arg=0xb4b8eb90) at pthread_create.c:297 __res = <value optimized out> __ignore1 = <value optimized out> __ignore2 = <value optimized out> pd = (struct pthread *) 0xb4b8eb90 now = <value optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1208553484, 0, 4001536, -1262951320, 325449929, -1902094129}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0x0, 0xb7f600bb}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <value optimized out> robust = <value optimized out> #9 0xb72a1bce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 No locals. Thread 2 (Thread 0xb338bb90 (LWP 14409)): #0 0xb7fb4424 in __kernel_vsyscall () No symbol table info available. #1 0xb7f63fb2 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179 No locals. #2 0xb7522ac7 in wxConditionInternal::WaitTimeout (this=0xa029358, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:405 tspec = {tv_sec = 1234634006, tv_nsec = 758000000} err = 735461 #3 0xb7522b1f in wxCondition::WaitTimeout (this=0xa021c34, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/include/wx/thrimpl.cpp:256 No locals. #4 0xb75241a4 in wxSemaphoreInternal::WaitTimeout (this=0xa021c30, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:552 remainingTime = -516 locker = {m_isOk = true, m_mutex = @0xa021c30} #5 0xb752422f in wxSemaphore::WaitTimeout (this=0x9fc9a90, milliseconds=100) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/include/wx/thrimpl.cpp:320 No locals. #6 0x08225ab7 in CTimerThread::Entry (this=0x9fc9a70) at Timer.cpp:64 now = 1978392706 sinceLast = 0 timeout = 4294966780 evt = {<wxEvent> = {<wxObject> = {_vptr.wxObject = 0x83b8008, static ms_classInfo = {m_className = 0xb7547c44, m_objectSize = 8, m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2 = 0x0, static sm_first = 0xb79dffac, m_next = 0xb758eaa4, static sm_classTable = 0x9c84008}, m_refData = 0x0}, m_eventObject = 0x0, m_eventType = 10245, m_timeStamp = 0, m_id = 6128, m_callbackUserData = 0x0, m_propagationLevel = 0, m_skipped = false, m_isCommandEvent = false, static ms_classInfo = { m_className = 0xb754d484, m_objectSize = 36, m_objectConstructor = 0, m_baseInfo1 = 0xb758ea38, m_baseInfo2 = 0x0, static sm_first = 0xb79dffac, m_next = 0xb758fae8, static sm_classTable = 0x9c84008}}, <No data fields>} lastEvent = 1978392706 #7 0xb75243c3 in wxThreadInternal::PthreadStart (thread=0x9fc9a70) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:766 pthread = (wxThreadInternal *) 0xa029218 rc = <value optimized out> dontRunAtAll = false #8 0xb752443d in wxPthreadStart (ptr=0x9fc9a70) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/threadpsx.cpp:718 No locals. #9 0xb7f60170 in start_thread (arg=0xb338bb90) at pthread_create.c:297 __res = <value optimized out> __ignore1 = <value optimized out> __ignore2 = <value optimized out> pd = (struct pthread *) 0xb338bb90 now = <value optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1208553484, 0, 4001536, -1288129432, 331741382, -1902094129}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0x0, 0xb7f600bb}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <value optimized out> robust = <value optimized out> #10 0xb72a1bce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 No locals. Thread 1 (Thread 0xb6501710 (LWP 14399)): #0 0xb7fb4424 in __kernel_vsyscall () No symbol table info available. #1 0xb7f67adb in waitpid () from /lib/libpthread.so.0 No locals. #2 0xb6b2f337 in IA__g_spawn_sync (working_directory=0x0, argv=0xa8861b8, envp=0x0, flags=<value optimized out>, child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfcb2a08) at gspawn.c:382 outpipe = -1 errpipe = -1 pid = 3685 fds = {__fds_bits = {-1229377548, 166191832, 176710084, -1077204712, -1229890927, 8, 166191832, 4, -1229377548, 166191832, 176710084, -1077204600, -1229904254, 166191832, -1229989792, 0, -1221512840, 0, -1, -1077204556, 176859248, 185913098, 16, 11, -1077204616, -1077204620, 176710072, 3, 0, 17, 181777319, 166191832}} ret = <value optimized out> outstr = (GString *) 0x0 errstr = (GString *) 0x0 failed = 0 status = <value optimized out> __PRETTY_FUNCTION__ = "IA__g_spawn_sync" #3 0xb6b2f67c in IA__g_spawn_command_line_sync ( command_line=0xad5b380 "bug-buddy --appname=\"amule\" --pid=14399", standard_output=0x0, standard_error=0x0, exit_status=0x0, error=0xbfcb2a08) at gspawn.c:694 retval = 0 argv = (gchar **) 0xa8861b8 __PRETTY_FUNCTION__ = "IA__g_spawn_command_line_sync" #4 0xb6308b33 in run_bug_buddy (appname=<value optimized out>, pid=<value optimized out>, minidump_path=0x0) at gnome-breakpad.cc:223 exec_str = ( gchar *) 0xad5b380 "bug-buddy --appname=\"amule\" --pid=14399" res = <value optimized out> error = (GError *) 0x0 #5 0xb630901c in check_if_gdb () at gnome-breakpad.cc:292 mypath = "/usr/bin/amule", '\0' <repeats 240 times> gdb = (gchar *) 0xae76ad8 "/usr/bin/gdb" appname = (gchar *) 0x9cbbb98 "amule" pid = 14399 #6 0xb6309155 in bugbuddy_segv_handle (signum=6) at gnome-breakpad.cc:84 in_segv = 1 #7 <signal handler called> No symbol table info available. #8 0xb7fb4424 in __kernel_vsyscall () No symbol table info available. #9 0xb71fd680 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 resultvar = <value optimized out> pid = -1221517324 selftid = 14399 #10 0xb71feec8 in *__GI_abort () at abort.c:88 act = {__sigaction_handler = {sa_handler = 0xb7fb67b4, sa_sigaction = 0xb7fb67b4}, sa_mask = {__val = {14, 3058715912, 5, 0, 1, 3075328006, 164233568, 181021064, 181021192, 3076018164, 3072587748, 1851, 3217764980, 3217764968, 82, 137845244, 3217765040, 3080595600, 3074811210, 3072565935, 0, 0, 82, 3073451360, 82, 3217764948, 3072565107, 3073451360, 137845244, 82, 0, 137845244}}, sa_flags = -1221517324, sa_restorer = 0x52} sigs = {__val = {32, 0 <repeats 31 times>}} #11 0xb752a25b in wxFatalSignalHandler () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/unix/utilsunx.cpp:1112 No locals. #12 <signal handler called> No symbol table info available. #13 CPartFile::ClientStateChanged (this=0x10, oldState=0, newState=1) at PartFile.cpp:3628 No locals. #14 0x080a5958 in CUpDownClient::SetDownloadState (this=0xac91e18, byNewState=1 '\001') at DownloadClient.cpp:525 No locals. #15 0x08082c32 in CUpDownClient::Disconnected (this=0xac91e18, strReason=@0xbfcb3938, bFromSocket=false) at BaseClient.cpp:1238 bDelete = <value optimized out> #16 0x0808b3d3 in CClientList::ProcessDirectCallbackList (this=0x9d79a08) at ClientList.cpp:1113 curClient = (CUpDownClient *) 0xac91e18 cur_tick = 1978378594 #17 0x0808b7cf in CClientList::Process (this=0x9d79a08) at ClientList.cpp:748 cur_tick = 1978378594 buddy = Connected #18 0x080730ed in CamuleApp::OnCoreTimer (this=0x9cb0780) at amule.cpp:1457 msCur = 36760828 msPrev1 = 36760828 msPrev5 = 36760732 msPrevSave = 36759232 msPrevHist = 36760000 msPrevOS = 36760732 msPrevKnownMet = 36001138 #19 0xb7484911 in wxAppConsole::HandleEvent (this=0x9cb0780, handler=0x9cb0780, func=&virtual table offset 0, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:322 No locals. #20 0xb752565a in wxEvtHandler::ProcessEventIfMatches (entry=@0x8688420, handler=0x9cb0780, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1231 tableId1 = <value optimized out> tableId2 = <value optimized out> #21 0xb7526994 in wxEventHashTable::HandleEvent (this=0x86883a0, event=@0xb282bab8, self=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:906 n = 1 count = 2 eventType = 10245 eTTnode = (wxEventHashTable::EventTypeTable * const) 0x9d0fda8 #22 0xb7526a9b in wxEvtHandler::ProcessEvent (this=0x9cb0780, event=@0xb282bab8) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1293 No locals. #23 0xb7525bf9 in wxEvtHandler::ProcessPendingEvents (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/event.cpp:1191 event = {m_ptr = 0xb282bab8} n = 1 #24 0xb7484c71 in wxAppConsole::ProcessPendingEvents (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appbase.cpp:294 handler = (class wxEvtHandler *) 0x9cb0780 #25 0xb778e291 in wxAppBase::ProcessIdle (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:435 event = {<wxEvent> = {<wxObject> = {_vptr.wxObject = 0xbfcb3b88, static ms_classInfo = {m_className = 0xb7547c44, m_objectSize = 8, m_objectConstructor = 0, m_baseInfo1 = 0x0, m_baseInfo2 = 0x0, static sm_first = 0xb79dffac, m_next = 0xb758eaa4, static sm_classTable = 0x9c84008}, m_refData = 0xb7584ff4}, m_eventObject = 0x1, m_eventType = 139049664, m_timeStamp = -1077200008, m_id = -1219350915, m_callbackUserData = 0x9c918d0, m_propagationLevel = -1218949132, m_skipped = 136, m_isCommandEvent = 59, static ms_classInfo = {m_className = 0xb754d484, m_objectSize = 36, m_objectConstructor = 0, m_baseInfo1 = 0xb758ea38, m_baseInfo2 = 0x0, static sm_first = 0xb79dffac, m_next = 0xb758fae8, static sm_classTable = 0x9c84008}}, m_requestMore = 203, static sm_idleMode = wxIDLE_PROCESS_SPECIFIED, static ms_classInfo = { m_className = 0xb78667e0, m_objectSize = 36, m_objectConstructor = 0xb76ce400 <wxIdleEvent::wxCreateObject()>, m_baseInfo1 = 0xb758fb00, m_baseInfo2 = 0x0, static sm_first = 0xb79dffac, m_next = 0xb79195a8, static sm_classTable = 0x9c84008}} needMore = false #26 0xb76dd7b3 in wxapp_idle_callback () at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/app.cpp:206 idleID_save = 11987139 moreIdles = true #27 0xb6af3221 in g_idle_dispatch (source=0xb28080e8, callback=0, user_data=0x0) at gmain.c:3922 No locals. #28 0xb6af5178 in IA__g_main_context_dispatch (context=0x9cb08f8) at gmain.c:1814 No locals. #29 0xb6af8813 in g_main_context_iterate (context=0x9cb08f8, block=1, dispatch=1, self=0x9cb1eb8) at gmain.c:2448 max_priority = 2147483647 timeout = 19 some_ready = 1 nfds = 32 allocated_nfds = <value optimized out> fds = (GPollFD *) 0xa281f50 __PRETTY_FUNCTION__ = "g_main_context_iterate" #30 0xb6af8d12 in IA__g_main_loop_run (loop=0x9c9ef18) at gmain.c:2656 self = (GThread *) 0x9cb1eb8 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #31 0xb6f63fb9 in IA__gtk_main () at gtkmain.c:1200 tmp_list = (GList *) 0x0 functions = (GList *) 0x0 init = (GtkInitFunction *) 0xa027978 loop = (GMainLoop *) 0x9c9ef18 #32 0xb76f7275 in wxEventLoop::Run (this=0xa027978) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/gtk/evtloop.cpp:76 exitcode = <value optimized out> #33 0xb778e0fe in wxAppBase::MainLoop (this=0x9cb0780) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:312 mainLoop = {<wxEventLoopPtr> = {m_ptr = 0xa027978}, m_pp = 0x9cb07c0, m_pOld = 0x0} #34 0xb778dcd1 in wxAppBase::OnRun (this=0x10) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/appcmn.cpp:367 No locals. #35 0xb74bfb6a in wxEntry (argc=@0xb758d8ac, argv=0x9c9f9e0) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:460 No locals. #36 0xb74bfd67 in wxEntry (argc=@0xbfcb3e50, argv=0xbfcb3ed4) at /var/tmp/portage/x11-libs/wxGTK-2.8.9.1-r3/work/wxPython-src-2.8.9.1/src/common/init.cpp:472 No locals. #37 0x08149df0 in main (argc=) at amule-gui.cpp:95 No locals. #0 0xb7fb4424 in __kernel_vsyscall () The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal] ----------- .xsession-errors (146167 sec old) --------------------- ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ** (amule:22722): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed ...Too much output, ignoring rest... -------------------------------------------------- | ||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2009-02-14 19:41 | uncombedcoconut | New Issue | |
2009-02-14 19:41 | uncombedcoconut | File Added: amule-bugreport.txt | |
2009-02-14 19:41 | uncombedcoconut | Operating System | => Gentoo Linux (x86 testing) |
2009-02-14 19:41 | uncombedcoconut | File Added: amule-bugreport-2.txt | |
2011-04-17 14:22 | GonoszTopi | Assigned To | => sturedman |
2011-04-17 14:22 | GonoszTopi | Status | new => resolved |
2011-04-17 14:22 | GonoszTopi | Resolution | open => fixed |
2011-04-17 14:22 | GonoszTopi | Fixed in Version | => 2.3.1 |
Copyright © 2000 - 2024 MantisBT Team |