gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #31868] Tes run_swfdec_testsuite_m some times fail w


From: Benjamin Wolsey
Subject: [Gnash-commit] [bug #31868] Tes run_swfdec_testsuite_m some times fail with a segfault
Date: Wed, 02 Mar 2011 11:08:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/10.10 Chromium/9.0.597.94 Chrome/9.0.597.94 Safari/534.13

Follow-up Comment #8, bug #31868 (project gnash):

movie_root contains a MovieLoader, which handles threaded movie loading. Its
threads are cleared in the dtor, which is called from movie_root's dtor.

However, in gprocessor the movie_root is an auto variable that is destroyed on
exit from play_movie, while movie_definition (and MovieLibrary, which may also
be relevant) are cleared beforehand.

Probably this can be fixed by ensuring the movie_root is destroyed before the
movie_definition.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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