gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #32001] yt video makes Gnash crash


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #32001] yt video makes Gnash crash
Date: Tue, 08 Mar 2011 01:06:42 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b12) Gecko/20100101 Firefox/4.0b12

Update of bug #32001 (project gnash):

                Category:                  plugin => video-ffmpeg           
             Assigned to:                    None => strk                   
                 Summary: yt video makes plugin crash => yt video makes Gnash
crash

    _______________________________________________________

Follow-up Comment #4:

I can't reproduce the crash with FFMPEG. However, it is easy to explain.

parseNextFrame() calls av_read_frame which triggers a seek. seekMedia() throws
an exception because FFMPEG seeks to an offset < 0. The exception is uncaught,
and Gnash aborts.

It seems to me that parseNextFrame() should either be prepared to catch the
exception, or seekMedia() should not throw exceptions.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32001>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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