GNOME Bugzilla – Bug 380410
crash in System Log: I did nothing. Had it r...
Last modified: 2007-02-26 19:36:08 UTC
Version: 2.16.1 What were you doing when the application crashed? I did nothing. Had it running when I went home. I can't see from the details when it happened, but since it is a log viewing tool, I would look into log rotation. Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 32600064 vsize: 0 resident: 32600064 share: 0 rss: 14888960 rss_rlim: 0 CPU usage: start_time: 1164703765 rtime: 0 utime: 1300 stime: 0 cutime:1282 cstime: 0 timeout: 18 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/gnome-system-log' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1225054016 (LWP 32274)] (no debugging symbols found) 0xffffe410 in __kernel_vsyscall ()
+ Trace 90207
Thread 1 (Thread -1225054016 (LWP 32274))
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Installed various -dbgsym packages, and went home. Another crash tonight. This is the details I got today. If I should install more -dbgsym packages, please tell me which! - Affi Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 33439744 vsize: 0 resident: 33439744 share: 0 rss: 15933440 rss_rlim: 0 CPU usage: start_time: 1164808995 rtime: 0 utime: 1107 stime: 0 cutime:1073 cstime: 0 timeout: 34 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/gnome-system-log' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1224804160 (LWP 17064)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 90494
Thread 1 (Thread -1224804160 (LWP 17064))
thanks for the stack trace. fixed in HEAD. 2006-11-30 Emmanuele Bassi <ebassi@cvs.gnome.org> * log_repaint.c: Check the return value of strrchr(). (should fix #380410 and duplicates)
fix in CVS HEAD/SVN trunk: http://svn.gnome.org/viewcvs/gnome-utils/trunk/logview/log_repaint.c?r1=6916&r2=7282 backported to gnome-2-16 branch at 2007-01-13: http://svn.gnome.org/viewcvs/gnome-utils/branches/gnome-2-16/logview/log_repaint.c?r1=7152&r2=7331 according to http://bugzilla.gnome.org/show_bug.cgi?id=355887#c120 this will probably also fix bug 355887 with 164 duplicates.