GNOME Bugzilla – Bug 729545
object_instance_finalize crash
Last modified: 2014-07-03 08:46:06 UTC
This is the #1 gjs crasher on Ubuntu, was hoping it would be fixed by the GC refactoring, however still seeing in 1.40.1 Stacktrace
+ Trace 233558
Created attachment 276007 [details] [review] function: respect ownership transfer of instance parameters When calling a method that is (transfer full) on the instance parameter we need to make an extra ref/copy. I don't know why this bug was uncovered only now, it has existed since we started using GDBus, which was 3.2. Probably we started doing more GCs now. Depends on glib bug 729662.
Attachment 276007 [details] pushed as a432e83 - function: respect ownership transfer of instance parameters