On Fri, May 30, 2008 at 02:25:20PM +0100, Low Yu Siang wrote:

> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1208740144 (LWP 23159)]
> 0x00ac72b8 in gnash::movie_root::set_display_viewport
> (this=0x83e6858, x0=0, y0=0, w=176, h=144) at
> /usr/include/boost/intrusive_ptr.hpp:120
> 120             return p_;
> 
> I am using version 0.8.2. Any idea where should I
> start looking for this bug?  Thank you.

You might be missing to keep the created movie
by intrusive_ptr. Try valgrind, which would tell you
as soon as a read is attempted to illegal memory,
and what was last action on the memory (like
what deleted it).

--strk;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to