After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170244 - gnome-system-log crashes when viewing /var/log/syslog (monitorer)
gnome-system-log crashes when viewing /var/log/syslog (monitorer)
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: logview
2.10.x
Other Linux
: High critical
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
: 171616 300374 307999 308009 310646 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-13 22:37 UTC by rebroad
Modified: 2006-07-03 14:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Path to fix segfault (293 bytes, patch)
2005-05-01 14:08 UTC, Sylvain Pasche
committed Details | Review

Description rebroad 2005-03-13 22:37:35 UTC
Distribution: Debian 3.1
Package: gnome-utils
Severity: normal
Version: GNOME2.10.0 2.10.0
Gnome-Distributor: Ubuntu
Synopsis: gnome-system-log crashes when viewing /var/log/syslog (monitorer)
Bugzilla-Product: gnome-utils
Bugzilla-Component: logview
Bugzilla-Version: 2.10.0
BugBuddy-GnomeVersion: 2.0 (2.10.0)
Description:
Description of the crash:
Summary says it all

Steps to reproduce the crash:
1. use application to open /var/log/syslog
2. select the option to "monitor".
3. 

Expected Results:
It crashes.

How often does this happen?
2nd time in a row now, so currently always.

Additional Information:



Debugging Information:

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)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its
symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1221545152 (LWP 1535)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1221545152 (LWP 1535))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 mon_update_display
  • #5 mon_update_display
  • #6 g_main_context_wakeup
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #8 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #9 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #11 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 main
  • #0 __kernel_vsyscall




------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-03-13 17:37 -------


Unknown version 2.10.0 in product gnome-utils.  Setting version to "2.10.x".
Unknown platform unknown. Setting to default platform "Other".
Unknown milestone "unknown" in product "gnome-utils".
   Setting to default milestone for this product, '---'
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here, unknown@bugzilla.gnome.org.
   Previous reporter was rebroad@gmail.com.
Setting to default status "UNCONFIRMED".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Yaron Tausky 2005-03-14 08:42:57 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in
determining the cause of the crash. Please make sure that the package was
compiled with debugging symbols and see
http://bugzilla.gnome.org/getting-traces.cgi for more information about useful
stack traces.
Comment 2 Elijah Newren 2005-03-25 17:51:42 UTC
*** Bug 171616 has been marked as a duplicate of this bug. ***
Comment 3 Elijah Newren 2005-04-12 20:33:26 UTC
*** Bug 300374 has been marked as a duplicate of this bug. ***
Comment 4 Sylvain Pasche 2005-05-01 14:08:30 UTC
Created attachment 45902 [details] [review]
Path to fix segfault

Looks like ReadNewLines or ReadLastPage sometimes return NULL instead of a
table. So this small fix prevents a segfault if this is the case.
Comment 5 Vincent Noel 2005-05-19 19:42:54 UTC
I have applied your patch, please note that things are very unstable right now
in CVS (file monitoring does not work just yet). Thanks !
Comment 6 Glenn J. Mason 2005-06-17 01:56:01 UTC
*** Bug 307999 has been marked as a duplicate of this bug. ***
Comment 7 Glenn J. Mason 2005-06-17 02:52:38 UTC
*** Bug 308009 has been marked as a duplicate of this bug. ***
Comment 8 Teppo Turtiainen 2005-07-17 13:57:02 UTC
*** Bug 310646 has been marked as a duplicate of this bug. ***
Comment 9 Vincent Noel 2005-10-06 22:37:48 UTC
This issue should be fixed in cvs HEAD. Could you please try out the cvs version
of gnome-system-log, and see if it fixes the problem ? 
If you don't have access to cvs, please try the 2.13.1 version, which should be
out on october 24th, and report back.
Thanks for your help !
Comment 10 Olav Vitters 2006-07-03 14:54:26 UTC
Assume it was fixed. All dupes are from older versions. Please reopen if it was not.