[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] testsuite failure with backtrace
From: |
Patrice Dumas |
Subject: |
Re: [Gnash] testsuite failure with backtrace |
Date: |
Wed, 11 Oct 2006 11:41:48 +0200 |
User-agent: |
Mutt/1.4.2.2i |
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).
warning: the debug information found in "/usr/lib/debug//usr/lib/libgnashserver.
so.0.0.0.debug" does not match "/usr/lib/libgnashserver.so.0" (CRC mismatch).
warning: the debug information found in "/usr/lib/debug//usr/lib/libgnashbase.so
.0.0.0.debug" does not match "/usr/lib/libgnashbase.so.0" (CRC mismatch).
warning: the debug information found in "/usr/lib/debug//usr/lib/libgnashgeo.so.
0.0.0.debug" does not match "/usr/lib/libgnashgeo.so.0" (CRC mismatch).
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
#9 0x001784e1 in gnash::call_method () from /usr/lib/libgnashserver.so.0
#10 0x001eb44f in gnash::SWF::SWFHandlers::ActionCallFunction ()
from /usr/lib/libgnashserver.so.0
#11 0x001c70d2 in gnash::SWF::ActionHandler::execute ()
from /usr/lib/libgnashserver.so.0
#12 0x001c8c86 in gnash::SWF::SWFHandlers::execute ()
from /usr/lib/libgnashserver.so.0
#13 0x0017cba5 in gnash::ActionExec::operator() ()
from /usr/lib/libgnashserver.so.0
#14 0x00220369 in gnash::action_buffer::execute ()
from /usr/lib/libgnashserver.so.0
#15 0x0019fe25 in gnash::sprite_instance::get_topmost_mouse_entity ()
from /usr/lib/libgnashserver.so.0
#16 0x001a215c in gnash::sprite_instance::do_actions ()
---Type <return> to continue, or q <return> to quit---
from /usr/lib/libgnashserver.so.0
#17 0x001a2333 in gnash::sprite_instance::advance_sprite ()
from /usr/lib/libgnashserver.so.0
#18 0x001aa93e in gnash::movie_instance::advance ()
from /usr/lib/libgnashserver.so.0
#19 0x00171737 in gnash::movie_root::advance ()
from /usr/lib/libgnashserver.so.0
#20 0x08049792 in main (argc=3, argv=0xbf8b2fd4) at processor.cpp:283