gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: pre-release candidate


From: Rob Savoye
Subject: Re: [Gnash-dev] Re: pre-release candidate
Date: Wed, 09 Feb 2011 10:36:53 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b2 Thunderbird/3.1.7

On 02/08/11 19:11, Brad wrote:

  Under OpenBSD 4.9 "current", Firefox fails to build... I'll keep at
it, but here's the block of code in curl_adapter.cpp that was changed to
fix one of the problems that gives you the "error" message with YouTube.
It might be worth adding a print statement or enabling
GNASH_CURL_VERBOSE to see this is still the problem. Note that this
problem is not related to cookies.

    // As of libcurl 7.21.x, the DNS resolving appears to be going
    // on in the background, so curl_multi_fdset fails to return
    // anything useful. So we use the user timeout value to
    // give DNS enough time to resolve the lookup.
    if (userTimeout && lastProgress.elapsed() > userTimeout) {
        log_error(_("FIXME: Timeout (%u milliseconds) while loading "
                            "from url %s"), userTimeout, _url);
         // TODO: should we set _error here ?
        return;
    } else {
         continue;
    }

 To get debug output from Gnash, increase the value of
GNASH_PLUGIN_DEBUG in plugin.cpp, then then when running Firefox from a
terminal, you'll get all the debug output. Don't forget to 'tee' it to a
file, cause it'll be huge.

        - rob -



reply via email to

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