gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] std::bad_cast


From: Andrea Palmatè
Subject: Re: [Gnash-dev] std::bad_cast
Date: Tue, 12 May 2009 12:49:32 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

strk ha scritto:
Note that the catch block re-throws, so shouldn't really hide anything
(at least as of revno 10865)

    catch (std::exception& ex) // unexpected but we can tell what it is
    {
        log_debug("Unexpected exception from swf_function execution: %s",
                ex.what());
        throw;
    }
Yes,
indeed this catch show me all that bad_cast. But is hard to understand for me which has caused that bad cast. Could be everything and i don't know where look at.
By the way, with 4.2.3 compiler now i'm able also to show the YouTube player

http://www.amigasoft.net/pages/gnash/images/youtube.png

even if there are some elements that are drawn in a wrong way
This evening i will use your same compiler options to see if, for example, using -O2 instead of -O3 will cure the problem

Andrea




reply via email to

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