gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Firefox 3.0.19 crash


From: strk
Subject: Re: [Gnash-dev] Firefox 3.0.19 crash
Date: Sun, 30 May 2010 22:51:11 +0200

For the reproducibility, set verbosity to 2, log to gmail,
delete a mail from inbox (interesting that there's an SWF involved there).

--strk;

On Sun, May 30, 2010 at 10:43:55PM +0200, strk wrote:
> terminate called after throwing an instance of 'boost::io::bad_format_string'
>   what():  boost::bad_format_string: format-string is ill-formed
> 
> #10 0x00007f9373767286 in gnash::log_debug<std::string> (
>     t0=<value optimized out>)
>     at /usr/src/gnash/gnash-head/plugin/npapi/plugin.h:198
> #11 0x00007f937375a779 in gnash::nsPluginInstance::processPlayerRequest (
>     this=0x7f93747f1800, buf=<value optimized out>,
>     linelen=<value optimized out>)
>     at /usr/src/gnash/gnash-head/plugin/npapi/plugin.cpp:782
> #12 0x00007f937375aef0 in gnash::nsPluginInstance::handlePlayerRequests (
>     this=0x7f93747f1800, iochan=0x7f937584cb30, cond=<value optimized out>)
>     at /usr/src/gnash/gnash-head/plugin/npapi/plugin.cpp:721
> 
> The offending line is:
> 
>         gnash::log_debug("Calling NPN_GetURL(" + jsurl.str() + ", '" + 
> std::string(tgt) + "');");
> 
> The correct way to use log_debug is with a printf-like format:
> 
>         gnash::log_debug("Calling NPN_GetURL(%s, %s)",
>               jsurl.str(), tgt);
> 
> 
> --strk;
> 
>   ()   Free GIS & Flash consultant/developer
>   /\   http://strk.keybit.net/services.html
> 
> _______________________________________________
> Gnash-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-dev

-- 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

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