Yves-Alexis Perez wrote: > On mer, 2008-09-24 at 13:55 -0500, Jason Kraftcheck wrote: >> #24 0x00007fa1362b21a6 in __libc_start_main () from /lib/libc.so.6 >> #25 0x0000000000402ea9 in ?? () >> #26 0x00007fff41eed928 in ?? () >> #27 0x000000000000001c in ?? () >> #28 0x0000000000000007 in ?? () >> #29 0x00007fff41eedc6e in ?? () >> #30 0x00007fff41eedcb7 in ?? () >> #31 0x00007fff41eedcca in ?? () >> #32 0x00007fff41eedcd8 in ?? () >> #33 0x00007fff41eedce7 in ?? () >> #34 0x00007fff41eedcfe in ?? () >> #35 0x00007fff41eedd06 in ?? () >> #36 0x0000000000000000 in ?? () > > Erf, I guess you're missing debugging symbols from xfce4-panel and > various xfce libs. I'm not really sure I understand, there. > > Cheers,
>From GDB output: Attaching to program: /usr/lib/xfce4-cpugraph-plugin/xfce4/panel-plugins/xfce4-cpugraph-plugin, process 6221 Reading symbols from /usr/lib/libxfce4panel.so.1...Reading symbols from /usr/lib/debug/usr/lib/libxfce4panel.so.1.1.2...done. done. Loaded symbols for /usr/lib/libxfce4panel.so.1 Reading symbols from /usr/lib/libxfcegui4.so.4...Reading symbols from /usr/lib/debug/usr/lib/libxfcegui4.so.4.2.6...done. done. Loaded symbols for /usr/lib/libxfcegui4.so.4 Reading symbols from /usr/lib/libgtk-x11-2.0.so.0...Reading symbols from /usr/lib/debug/usr/lib/libgtk-x11-2.0.so.0.1200.11...done. done. The symbols are there, except for those of xfce4-cpugraph-plugin itself. Presumably entry #23 of the output was the 'main' method for the plugin as __libc_start_main calls the executable's 'main' method. As for the stuff before __libc_start_main in the stack, I doubt there are any debug symbols (possibly not even any actual functions). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]