gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #40439] Segfault on exit (GC and XML)


From: Sandro Santilli
Subject: [Gnash-commit] [bug #40439] Segfault on exit (GC and XML)
Date: Fri, 01 Nov 2013 21:30:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #2, bug #40439 (project gnash):

I think the ownership diagram for XMLNode is way too complex.
An XMLNode can be owned by the object attached to it, or may be owned by its
parent. If attached to an object, the object owns it, and can delete it.
Otherwise it must be deleted by parent.

But neither parent nor attached object can know if the XMLNode was deleted by
the other !

This bug is missing a testcase, which is very needed at this point.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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