GNOME Bugzilla – Bug 632576
Brasero segfaults just before it should start burning
Last modified: 2011-01-30 22:36:17 UTC
dmesg says: brasero[19596]: segfault at 24 ip 00007f87f55e6952 sp 00007fffd123bf18 error 6 in libglib-2.0.so.0.2600.0[7f87f55ce000+e6000] How it happens: Choose "Data project", add some files, click "Burn", click "Burn", poof. The project was a dvd-r, apparently the files I try to put on it don't matter. A backtrace is at http://paste.pocoo.org/show/277495/ Brasero version is 2.32.0, glib2 version is 2.26.0. Operating system: archlinux, x86_64. I don't run gnome.
Created attachment 172741 [details] the backtrace I mentioned in the report
*** Bug 632717 has been marked as a duplicate of this bug. ***
brasero_inhibit_suspend(): if (res == NULL) { g_warning ("Failed to inhibit the system from suspending: %s", error->message); g_error_free (error); cookie = -1; } else { g_variant_get (res, "(u)", &cookie); } g_variant_unref (res); The unref needs to be in the else { } block, of course! Same bug in brasero_uninhibit_suspend().
Fixed in both git gnome-2-32 and master. Thanks Christian for pointing.
*** Bug 634929 has been marked as a duplicate of this bug. ***
*** Bug 638753 has been marked as a duplicate of this bug. ***
*** Bug 640776 has been marked as a duplicate of this bug. ***