On Wed, Oct 11, 2006 at 11:41:48AM +0200, Patrice Dumas wrote: > On Wed, Oct 11, 2006 at 10:22:44AM +0200, strk wrote: > > On Thu, Oct 05, 2006 at 09:56:23PM +0200, Patrice Dumas wrote: > > > > Finally, your backtraces do not include line numbers, please > > compile with debugging symbols and run trought gdb for better help. > > I get warnings from gdb: > (gdb) run > Starting program: /home/dumas/src/gnash/utilities/.libs/gprocessor -v > Global.swf > warning: the debug information found in > "/usr/lib/debug//usr/lib/libgnashbackend > .so.0.0.0.debug" does not match "/usr/lib/libgnashbackend.so.0" (CRC > mismatch).
Did you install gnash beore running .libs/gprocessor ? The version under .libs will use the installed libs. Rob reported use of libtool -mode=execute, but I haven't tested it. > But I get a backtrace nevertheless: > > Program received signal SIGABRT, Aborted. > [Switching to Thread -1208174896 (LWP 28973)] > 0x00cbf402 in __kernel_vsyscall () > (gdb) bt > #0 0x00cbf402 in __kernel_vsyscall () > #1 0x00f49d40 in raise () from /lib/libc.so.6 > #2 0x00f4b591 in abort () from /lib/libc.so.6 > #3 0x00f7f18b in __libc_message () from /lib/libc.so.6 > #4 0x00f86efd in _int_free () from /lib/libc.so.6 > #5 0x00f8a550 in free () from /lib/libc.so.6 > #6 0x00e41291 in operator delete () from /usr/lib/libstdc++.so.6 > #7 0x00e412ed in operator delete[] () from /usr/lib/libstdc++.so.6 > #8 0x00203ef3 in gnash::as_global_trace () from /usr/lib/libgnashserver.so.0 Still no line numbers ? Again, this is the *installed* lib, so maybe you only compiled debugging symbols but not installed it. --strk; _______________________________________________ Gnash mailing list Gnash@gnu.org http://lists.gnu.org/mailman/listinfo/gnash