<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Output from gdb, with both librarian &amp; yelp compiled with debugging
symbols:<br>
<br>
Starting program: /usr/bin/yelp <br>
[Thread debugging using libthread_db enabled]<br>
[New Thread 0x7fba0221a7d0 (LWP 15381)]<br>
[New Thread 0x7fb9f0f6d950 (LWP 15384)]<br>
[New Thread 0x7fb9ee6d1950 (LWP 15385)]<br>
[New Thread 0x7fb9eded0950 (LWP 15386)]<br>
<br>
Program received signal SIGSEGV, Segmentation fault.<br>
[Switching to Thread 0x7fb9eded0950 (LWP 15386)]<br>
0x00007fb9fe425d40 in strcmp () from /lib/libc.so.6<br>
(gdb) backtrace<br>
#0  0x00007fb9fe425d40 in strcmp () from /lib/libc.so.6<br>
#1  0x00007fb9ff5ad983 in ?? () from /usr/lib/librarian.so.0<br>
#2  0x00007fb9ff5ada17 in ?? () from /usr/lib/librarian.so.0<br>
#3  0x00007fb9ff5ada17 in ?? () from /usr/lib/librarian.so.0<br>
#4  0x00007fb9ff5ad7ba in ?? () from /usr/lib/librarian.so.0<br>
#5  0x00007fb9ff5ad42f in ?? () from /usr/lib/librarian.so.0<br>
#6  0x00007fb9ff5ad4b3 in rrn_for_each_in_category (<br>
    funct=0x426550 &lt;rrn_add_document&gt;, category=0x1353de0 "Core",
<br>
    user_data=0xdb4fb0) at rarian-main.c:126<br>
#7  0x000000000042693d in toc_process (toc=0x9d5920) at yelp-toc.c:476<br>
#8  0x00007fb9ff82a554 in ?? () from /usr/lib/libglib-2.0.so.0<br>
#9  0x00007fb9fe704f7a in start_thread () from /lib/libpthread.so.0<br>
#10 0x00007fb9fe479a4d in clone () from /lib/libc.so.6<br>
#11 0x0000000000000000 in ?? ()<br>
<br>
<br>
Josselin Mouette wrote:
<blockquote cite="mid:1246053069.5329.5.camel@tomoyo" type="cite">
  <pre wrap="">Le vendredi 26 juin 2009 à 16:47 -0400, Terry Watt a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Contents of /usr/share/gnome:
drwxr-xr-x  2 root root 4096 2009-06-20 14:23 applications
drwxr-xr-x  2 root root 4096 2009-06-20 14:32 autostart
drwxr-xr-x  2 root root 4096 2009-06-20 14:22 cursor-fonts
-rw-r--r--  1 root root  131 2009-05-29 05:54 gnome-panelrc
drwxr-xr-x 84 root root 4096 2009-06-20 23:10 help
drwxr-xr-x  2 root root 4096 2009-06-25 19:18 wm-properties
    </pre>
  </blockquote>
  <pre wrap=""><!---->
OK, so this might be entirely unrelated to /usr/share/gnome.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Backtraces attached, one with /usr/share/gnome/ in xdg_data_dirs and
therefore segfault, and one without such that yelp works.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Strace is not a general-purpose debugging tool. Usable backtraces are
generated with gdb.

  </pre>
</blockquote>
<br>
</body>
</html>