gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] gnash seg. fault.


From: annonygmouse
Subject: Re: [Gnash-dev] gnash seg. fault.
Date: Tue, 22 Aug 2006 18:04:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3

strk wrote:
Please try running with -vp switch and see if things change.
--stkr;


Still crashing for me.
In case I was updating my working Copy incorrectly, I've just deleted
and checked it out again.
I've run:
 ./autogen.sh && ./configure --enable-plugin  && make && make install

And then:
gdb gnash
set args /home/jo/gnash/testsuite/movies.all/elvis.swf  -vp
run
...

here's the output:
<snip>
17:58:10:   depth = 1
17:58:10:   char id = 511
17:58:10: SWF[306646]: tag type = 1, tag length = 0
17:58:10:   show_frame (sprite)
17:58:10: SWF[306648]: tag type = 26, tag length = 5
17:58:10:   place_object_2
17:58:10:   depth = 1
17:58:10:   char id = 513
17:58:10: SWF[306655]: tag type = 1, tag length = 0
17:58:10:   show_frame (sprite)
17:58:10: SWF[306657]: tag type = 0, tag length = 0
17:58:10:   -- sprite END --
17:58:10: SWF[306659]: tag type = 26, tag length = 12
17:58:10:   place_object_2
17:58:10:   depth = 3
17:58:10:   char id = 514
17:58:10:   mat:
17:58:10: | 1.0000 0.0000 213.8500 |
17:58:10: | 0.0000 1.0000 141.8500 |
17:58:10:   ratio: 0.000015
17:58:10: SWF[306677]: tag type = 19, tag length = 420
17:58:10: WARNING: Only Gstreamer sound backend supports SoundStreamBlock tag
17:58:10: SWF[307099]: tag type = 1, tag length = 0
17:58:10:   show_frame
17:58:10: WARNING: void gnash::color_setrgb(const gnash::fn_call&): unimplemented
17:58:10: get_bytes_loaded returning 1837963 (loaded frame: 2/1484)
17:58:10: get_bytes_total returning 1837963
17:58:10: get_bytes_loaded returning 1837963 (loaded frame: 2/1484)
17:58:10: get_bytes_total returning 1837963
gnash: render_handler_ogl.cpp:176: void render_handler_ogl::fill_style::apply() const: Assertion `m_bitmap_info->m_texture_id' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 47185311499520 (LWP 8775)]
0x00002aea2e6b807b in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00002aea2e6b807b in raise () from /lib/libc.so.6
#1  0x00002aea2e6b984e in abort () from /lib/libc.so.6
#2  0x00002aea2e6b1af4 in __assert_fail () from /lib/libc.so.6
#3 0x00002aea2992ed88 in render_handler_ogl::fill_style::apply (this=0x56ce40) at render_handler_ogl.cpp:176 #4 0x00002aea2992ef37 in render_handler_ogl::draw_mesh_strip (this=0x56cdf0, coords=0x2247, vertex_count=6) at render_handler_ogl.cpp:549 #5 0x00002aea29ae4570 in gnash::mesh_set::display (this=0x6253c0, mat=<value optimized out>, cx=<value optimized out>, address@hidden, address@hidden)
    at shape.cpp:623
#6 0x00002aea29aea580 in gnash::shape_character_def::display (this=0x5b0190, address@hidden, address@hidden, pixel_scale=1, address@hidden,
    address@hidden) at shape_character_def.cpp:569
#7 0x00002aea29aeac1e in gnash::shape_character_def::display (this=0x5b0190, inst=0x5de630) at shape_character_def.cpp:365 #8 0x00002aea29a9d774 in gnash::generic_character::display (this=0x5de630) at ./generic_character.h:77 #9 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5dd220) at dlist.cpp:521 #10 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5dd110) at sprite_instance.cpp:1543 #11 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5d8d40) at dlist.cpp:521 #12 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5d8c30) at sprite_instance.cpp:1543 #13 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5d7820) at dlist.cpp:521 #14 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5d7710) at sprite_instance.cpp:1543 #15 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5d4880) at dlist.cpp:521 #16 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5d4770) at sprite_instance.cpp:1543 #17 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5c2f00) at dlist.cpp:521 #18 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5c2df0) at sprite_instance.cpp:1543 #19 0x00002aea29acc499 in gnash::DisplayList::display (this=0x5bf390) at dlist.cpp:521 #20 0x00002aea29aefa7f in gnash::sprite_instance::display (this=0x5bf280) at sprite_instance.cpp:1543 #21 0x00002aea29aab8c1 in gnash::movie_root::display (this=0x5c0620) at movie_root.cpp:292 #22 0x00002aea2971d1cc in gnash::Gui::advance_movie (data=0x50d680) at gui.cpp:206 #23 0x00002aea2b2847db in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0 #24 0x00002aea2b284149 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #25 0x00002aea2b2872b5 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#26 0x00002aea2b2875b6 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#27 0x00002aea2e9f17e2 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x00002aea2971bd3b in gnash::GtkGui::run (this=<value optimized out>) at gtk.cpp:164 #29 0x0000000000402458 in main (argc=3, argv=0x7fff81a9d168) at gnash.cpp:416
(gdb)

Hope it helps.
Sebastià




reply via email to

[Prev in Thread] Current Thread [Next in Thread]