Summary: | crash in yelp | ||
---|---|---|---|
Product: | Rarian | Reporter: | Johannes Rohr <jorohr> |
Component: | General | Assignee: | Don Scorgie <Don> |
Status: | NEW --- | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://bugzilla.gnome.org/show_bug.cgi?id=581308 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Johannes Rohr
2009-05-05 05:00:40 UTC
Thanks for taking the time to report this bug. Unfortunately, the given trace is missing some symbols that aid in debugging this crash. Could you please install rarian symbols (most likely librarian-dbg or rarian-dbg) and get a new stack-trace? See: http://live.gnome.org/GettingTraces for details of how to install the symbols. (In reply to comment #1) > Thanks for taking the time to report this bug. Unfortunately, the given trace > is missing some symbols that aid in debugging this crash. > > Could you please install rarian symbols (most likely librarian-dbg or > rarian-dbg) and get a new stack-trace? This stack trace is already generated against a non-stripped version of rarian (build with DEB_BUILD_OPTIONS=nostrip). In fact, the stack trace does not say "No symbol table info available" but "no locals". I do not know what that means, however, the installed version of librarian0 is definitely not stripped: ~$ file /usr/lib/librarian.so.0.0.0 /usr/lib/librarian.so.0.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped P.S.: Debian currently does not offer dbg packages for rarian. This is the result of another run in gdb with "bt full" (gdb) run Starting program: /usr/bin/yelp [Thread debugging using libthread_db enabled] [New Thread 0xb6aff760 (LWP 7046)] warning: Lowest section in /usr/lib/libicudata.so.40 is .hash at 000000b4 [New Thread 0xb480bb90 (LWP 7068)] [New Thread 0xb2e54b90 (LWP 7071)] [New Thread 0xb2653b90 (LWP 7072)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb2653b90 (LWP 7072)] 0xb764004b in ?? () from /usr/lib/librarian.so.0 Current language: auto; currently asm (gdb) bt full #0 0xb764004b in ?? () from /usr/lib/librarian.so.0 No locals. #1 0xb7640022 in ?? () from /usr/lib/librarian.so.0 No locals. #2 0xb7640376 in ?? () from /usr/lib/librarian.so.0 No locals. #3 0xb764061c in rrn_for_each_in_category ( funct=0x8065ab0 <rrn_add_document>, category=0x928fdd0 "Core", user_data=0x8fe4870) at rarian-main.c:93 iter = (Link *) 0x0 #4 0x080651e4 in toc_process (toc=0x8e160b8) at yelp-toc.c:474 node = (xmlNodePtr) 0x8fe4870 icon = (xmlChar *) 0x0 id = (xmlChar *) 0x928fdd0 "Core" priv = (YelpTocPriv *) 0x8e16108 error = <value optimized out> parserCtxt = (xmlParserCtxtPtr) 0x8fedb70 params_i = 0 params_max = 10 params = (gchar **) 0x0 info = (GtkIconInfo *) 0x8e160b8 info_thread = <value optimized out> man_thread = <value optimized out> ---Type <return> to continue, or q <return> to quit--- xpath = <value optimized out> obj = (xmlXPathObjectPtr) 0x928fe18 i = 0 __PRETTY_FUNCTION__ = "toc_process" #5 0xb76b8f7f in g_thread_create_proxy (data=0x8fd81b0) at /build/buildd-glib2.0_2.20.1-2-i386-hGzT8z/glib2.0-2.20.1/glib/gthread.c:635 __PRETTY_FUNCTION__ = "g_thread_create_proxy" #6 0xb73d34e5 in start_thread (arg=0xb2653b90) at pthread_create.c:297 __res = <value optimized out> __ignore1 = <value optimized out> __ignore2 = <value optimized out> pd = (struct pthread *) 0xb2653b90 now = <value optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1220661260, 0, 4001536, -1301990376, 1666182710, -750779332}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <value optimized out> #7 0xb735025e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 No locals. (gdb) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.