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 510232 - gnome-system-log crashed with SIGSEGV in strrchr()
gnome-system-log crashed with SIGSEGV in strrchr()
Status: RESOLVED OBSOLETE
Product: gnome-utils
Classification: Deprecated
Component: logview
2.20.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-17 17:38 UTC by Pedro Villavicencio
Modified: 2008-12-23 14:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Pedro Villavicencio 2008-01-17 17:38:37 UTC
This report has been filled here:

https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/183615

"Monitored log file was removed, then added back while gnome-system-log was running."

"Program received signal SIGTSTP, Stopped (user).
0xb7f85410 in __kernel_vsyscall ()
(gdb) cont
Continuing.
[New Thread 0xb60e7b90 (LWP 15245)]

Program received signal SIGSEGV, Segmentation fault.
0x08051349 in logview_get_active_log (logview=0x10) at logview.c:174
174	LogList *
(gdb) bt
  • #0 logview_get_active_log
    at logview.c line 174
  • #1 log_unbold
    at logrtns.c line 541
  • #2 g_timeout_dispatch
    at /build/buildd/glib2.0-2.15.2/glib/gmain.c line 3498
  • #3 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.15.2/glib/gmain.c line 2064
  • #4 g_main_context_iterate
    at /build/buildd/glib2.0-2.15.2/glib/gmain.c line 2697
  • #5 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.15.2/glib/gmain.c line 2905
  • #6 IA__gtk_main
    at /build/buildd/gtk+2.0-2.12.3/gtk/gtkmain.c line 1163
  • #7 main
    at main.c line 193
169	{
170	    g_return_val_if_fail (LOGVIEW_IS_WINDOW (logview), NULL);
171	    return logview->curlog;
172	}
173	
174	LogList *
175	logview_get_loglist (LogviewWindow *logview)
176	{
177	    g_return_val_if_fail (LOGVIEW_IS_WINDOW (logview), NULL);
178	    return LOG_LIST (logview->loglist);

"
Comment 1 Cosimo Cecchi 2008-12-23 14:16:18 UTC
Logview has been rewritten, so this is OBSOLETE now.