gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Memory allocation model?


From: strk
Subject: Re: [Gnash-dev] Memory allocation model?
Date: Tue, 21 Nov 2006 22:21:58 +0100

On Tue, Nov 21, 2006 at 10:02:31PM +0100, Michael Meier wrote:
> strk wrote:
> 
> > I added another one with a commit today: texinfo.
> > Do you have that ? (for makeinfo)
> 
> Yes.

mm... please consider filing a bug report for this problem.
 
> Uhh, didn't know valgrind before, shame on me :/ It's a very cool program :D
> I ran valgrind like that
> 
> address@hidden:~/software/gnash/cvs/gnash/testsuite/actionscript.all$
> valgrind ../../gui/gnash  -1 -r 0 -v String.swf
> 
> Is this reasonable? I think the output is OK as valgrind looks OK even
> though I don't understand the "suppressed: 17 from 1" part of it. I

Not really as ../../gui/gnash is a shellscript, while valgrind expects
an executable. You'll need libtool to transform ../../gui/gnash
in something useful for valgrind:

libtool --mode=execute valgrind ../../gui/gnash -1 -r0 -v String.swf 2> ERR

--strk;




reply via email to

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