After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758359 - Do not assert when debugging 'objects' and some doesn't call parent's finalize()
Do not assert when debugging 'objects' and some doesn't call parent's finalize()
Status: RESOLVED DUPLICATE of bug 563872
Product: glib
Classification: Platform
Component: gobject
2.46.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-11-19 18:05 UTC by Milan Crha
Modified: 2017-11-17 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (590 bytes, patch)
2015-11-19 18:05 UTC, Milan Crha
none Details | Review

Description Milan Crha 2015-11-19 18:05:32 UTC
Created attachment 315914 [details] [review]
proposed patch

I compiled GLib with --enable-debug=yes and run it on the Evolution with:
  $ GOBJECT_DEBUG=objects evolution
I cannot get the result on close, because WebKit1 doesn't call parent's finalize(). I know it's not good of it, but it's a library over which I have no control from within the Evolution, thus I propose to relax on this check and notify about it on the console only, instead of crashing. Proposed patch attached.
Comment 1 Philip Withnall 2017-11-17 14:29:54 UTC
This is being discussed in bug #563872.

*** This bug has been marked as a duplicate of bug 563872 ***