gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: Unexpected exception during rendering calls (was: fi


From: Hiroyuki Ikezoe
Subject: Re: [Gnash-dev] Re: Unexpected exception during rendering calls (was: fix mixing sounds with Gstreamer backend)
Date: Wed, 15 Nov 2006 06:28:23 +0900

2006-11-15 (Wed) の 06:03 +0900 に Hiroyuki Ikezoe さんは書きました:

> I will try to catch the backtrace of OpenGL backend.

Here is the backtrace of OpenGL backend with -r1 option:

#0  0xbccc9e47 in writev () from /usr/lib/libc.so.12
#1  0xbcd74179 in writev () from /usr/lib/libpthread.so.0
#2  0xbd3e7454 in _XScreenOfWindow () from /usr/X11R6/lib/libX11.so.6
#3  0xbd3e7fd9 in _X11TransWritev () from /usr/X11R6/lib/libX11.so.6
#4  0xbd3e3938 in _XSend () from /usr/X11R6/lib/libX11.so.6
#5  0xbd57c6b5 in __glXSendLargeChunk () from /usr/X11R6/lib/libGL.so.1
#6  0xbd57c7b3 in __glXSendLargeCommand ()
from /usr/X11R6/lib/libGL.so.1
#7  0xbd56bbfd in __indirect_glGetPointerv ()
from /usr/X11R6/lib/libGL.so.1
#8  0xbd56c35d in __indirect_glTexImage2D ()
from /usr/X11R6/lib/libGL.so.1
#9  0xbdbc63c9 in software_resample(int, int, int, int, unsigned char*,
int, int) (bytes_per_pixel=3, src_width=690, src_height=428,
src_pitch=2072,
    src_data=0x991b000 '\206' <repeats 48 times>, '\214' <repeats 24
times>, '\211' <repeats 27 times>, "\210\210\210\207\207\207\206\206\206
\205\205\205\204\204\204\203\203\203\203\203\203\207\207\207\202\202
\202}}}~~~\203\203\203\207\207\207\206\206\206\203\203
\203ooocccNNN999222BBBaaazzz|||\201\201\201\206\206\206\206\206
\206{{{cccGGG333000IIIhh"..., dst_width=1024, dst_height=512)
    at render_handler_ogl.cpp:1307
#10 0xbdbc68a8 in bitmap_info_ogl::layout_image(image::image_base*) (
    this=0x98f73a0, im=0x98f7360) at render_handler_ogl.cpp:1382
#11 0xbdbc714c in bitmap_info_ogl::bitmap_info_ogl(image::rgb*) (
    this=0x98f73a0, im=0x98f7360) at render_handler_ogl.cpp:1555
#12 0xbdbc8137 in
render_handler_ogl::create_bitmap_info_rgb(image::rgb*) (
    this=0x80f6600, im=0x98f7360) at render_handler_ogl.cpp:618
---Type <return> to continue, or q <return> to quit---
#13 0xbdaa316d in gnash::render::create_bitmap_info_rgb(image::rgb*) (
    im=0x98f7360) at render.cpp:72
#14 0xbdb5ed7c in
gnash::bitmap_character_def::bitmap_character_def(std::auto_ptr<image::rgb>) 
(this=0x98a5bf0, address@hidden)
    at /usr/include/g++/memory:284
#15 0xbdb1dd19 in
gnash::SWF::tag_loaders::define_bits_jpeg_loader(gnash::stream*,
gnash::SWF::tag_type, gnash::movie_definition*) (in=0x80e08e0,
    tag=DEFINEBITS, m=0x80f6800) at /usr/include/g++/memory:299
#16 0xbdb69cce in gnash::movie_def_impl::read_all_swf() (this=0x80f6800)
    at movie_def_impl.cpp:917
#17 0xbdb6339f in gnash::MovieLoader::execute(void*) (arg=0x80f6800)
    at movie_def_impl.cpp:92
#18 0xbcd7b0bd in pthread_create () from /usr/lib/libpthread.so.0


With -r3 option, gnash says only the following:

Could not initialized GStreamer: unknown error occurred

It seems to fail in the fuction of gst_init(). Maybe memory lacks.






reply via email to

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