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 515958 - Yelp crashes on exit
Yelp crashes on exit
Status: RESOLVED NOTGNOME
Product: yelp
Classification: Applications
Component: General
2.20.x
Other All
: Normal critical
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 08:59 UTC by Andrew Cowie
Modified: 2008-05-23 00:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Andrew Cowie 2008-02-12 08:59:30 UTC
Steps to reproduce:
Open help. Do something with it. Close it. Crash.

Stack trace:
System: Linux 2.6.23-gentoo-r6 #1 SMP Thu Jan 31 11:44:35 EST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Cillop-Mediterranean
Icon Theme: gnome

Memory status: size: 87162880 vsize: 87162880 resident: 32972800 share: 17068032 rss: 32972800 rss_rlim: 4294967295
CPU usage: start_time: 1202764355 rtime: 66 utime: 54 stime: 12 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gnome-help'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb531b6f0 (LWP 7306)]
[New Thread 0xb385eb90 (LWP 7308)]
[New Thread 0xb4d4fb90 (LWP 7307)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread 0xb531b6f0 (LWP 7306))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 IA__g_spawn_sync
    at gspawn.c line 369
  • #3 IA__g_spawn_command_line_sync
    at gspawn.c line 677
  • #4 run_bug_buddy
    at gnome-breakpad.cc line 213
  • #5 check_if_gdb
    at gnome-breakpad.cc line 283
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 225
  • #7 google_breakpad::ExceptionHandler::HandleException
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 196
  • #8 <signal handler called>
  • #9 rrn_info_find_from_uri
    at rarian-info.c line 623
  • #10 yelp_uri_resolve
    at yelp-utils.c line 350
  • #11 yelp_window_load
    at yelp-window.c line 998
  • #12 yelp_base_new_window
    at yelp-base.c line 270
  • #13 server_new_window
    at yelp-base.c line 124
  • #14 main
    at yelp-main.c line 118
  • #15 __libc_start_main
    at libc-start.c line 229
  • #16 _start
  • #0 __kernel_vsyscall


----------- .xsession-errors (122 sec old) ---------------------
  (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
(evolution:7144): camel-CRITICAL **: camel_store_get_folder: assertion `folder_name != NULL' failed
(evolution:7144): camel-CRITICAL **: camel_object_is: assertion `o != NULL' failed
(evolution:7144): evolution-mail-CRITICAL **: mail_tools_folder_to_url: assertion `CAMEL_IS_FOLDER (folder)' failed
(evolution:7144): camel-CRITICAL **: camel_store_get_folder: assertion `folder_name != NULL' failed
(evolution:7144): camel-CRITICAL **: camel_object_is: assertion `o != NULL' failed
(evolution:7144): evolution-mail-CRITICAL **: mail_tools_folder_to_url: assertion `CAMEL_IS_FOLDER (folder)' failed
** Message: drive = 0
** Message: volume = 0
--------------------------------------------------

Other information:
Not sure if this is any use, but I figured I'd save the stacktrace and file it.

I was browsing an info page at the time, not sure if that's relevant; I've had several bombs lately.

AfC
Comment 1 Don Scorgie 2008-05-22 17:33:49 UTC
Thanks for the bug report.  This is a known issue in Rarian, which does not track it's bugs in this bugzilla.  You can track the progress of this bug at:
https://bugs.freedesktop.org/show_bug.cgi?id=15274

Marking as NOTGNOME.
Comment 2 Andrew Cowie 2008-05-23 00:18:34 UTC
Nice. Glad to know it is in hand.

AfC