gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] [PATCH] fix mixing sounds with Gstreamer backend


From: strk
Subject: Re: [Gnash-dev] [PATCH] fix mixing sounds with Gstreamer backend
Date: Tue, 14 Nov 2006 12:02:54 +0100

On Tue, Nov 14, 2006 at 06:20:42PM +0900, Hiroyuki Ikezoe wrote:
> 2006-11-14 (火) の 09:21 +0100 に strk さんは書きました:
> > On Tue, Nov 14, 2006 at 03:32:54PM +0900, Hiroyuki Ikezoe wrote:
> > > Hello,
> > > 
> > > 2006-11-14 (Tue) ã® 04:36 +0900 ã« Hiroyuki Ikezoe 
> > > ã•ã‚“ã¯æ›¸ãã¾ã—ãŸ:
> > > 
> > > > Well, I can not play gangsta_rap_se.swf yet. Because it causes crash
> > > > with X server, I have never gotten any causes.
> > > 
> > > With AGG backend, I caught out the cause.
> > > Here is the backtrace.
> > > 
> > > #0  0xbcdef0ab in kill () from /usr/lib/libc.so.12
> > > #1  0xbce7010f in abort () from /usr/lib/libc.so.12
> > > #2  0xbcf5a9dc in __cxxabiv1::__terminate(void (*)()) ()
> > >    from /usr/lib/libstdc++.so.5
> > > #3  0xbcf5aa10 in std::terminate() () from /usr/lib/libstdc++.so.5
> > > #4  0xbcf5a961 in __cxa_throw () from /usr/lib/libstdc++.so.5
> > > #5  0xbcf59fe6 in operator new(unsigned) () from /usr/lib/libstdc++.so.5
> > 
> > mm..
> > I guess we should at least catch std::exception from gui/gnash.cpp main,
> > and then, yes, release memory more often as it seems we're using too much.
> 
> Yes, but the crash happens at startup the flash. I can see no window.  I
> guess there is no memory which can be freed at that time.

mmm... OutOfMemory during statics initialization ?
Can you confirm this by simply invoking 'gprocessor' with *no* args ?
(then if it doesn't work try feeding it an SWF file from smallest to bigger
 until you can reproduce).

--strk;




reply via email to

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