gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] set_display_viewport error?


From: strk
Subject: Re: [Gnash-dev] set_display_viewport error?
Date: Sat, 31 May 2008 20:17:35 +0200

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;




reply via email to

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