Closed
Bug 1214182
Opened 10 years ago
Closed 10 years ago
crash on saving a page
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ht990332, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20151013004413
Steps to reproduce:
First of all, this broke under gtk+ 3.18/gnome 3.18 and was not in problem in 3.16.
Simple try saving pages a few times (normally crashes on second to fifth attempt).
firefox
(firefox:18386): GLib-GIO-CRITICAL **: g_dbus_connection_is_closed: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(firefox:18386): GLib-GObject-CRITICAL **: g_object_new_valist: invalid object type 'GVfsDBusMount' for value type 'GDBusConnection'
(firefox:18386): GLib-GIO-CRITICAL **: g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(firefox:18386): GLib-CRITICAL **: g_propagate_error: assertion 'src != NULL' failed
(firefox:18386): GLib-GIO-CRITICAL **: g_dbus_connection_is_closed: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(firefox:18386): GLib-GObject-CRITICAL **: g_object_new_valist: invalid object type 'GVfsDBusMount' for value type 'GDBusConnection'
(firefox:18386): GLib-GIO-CRITICAL **: g_dbus_connection_call_sync_internal: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(firefox:18386): GLib-CRITICAL **: g_propagate_error: assertion 'src != NULL' failed
[Child 18495] ###!!! ABORT: Aborting on channel error.: file /home/hussam/src/firefox/src/gecko-dev/ipc/glue/MessageChannel.cpp, line 1768
[Child 18495] ###!!! ABORT: Aborting on channel error.: file /home/hussam/src/firefox/src/gecko-dev/ipc/glue/MessageChannel.cpp, line 1768
Segmentation fault (core dumped)
Gnome does a lot of changes and it is sometimes tough to keep up and support latest gtk+, etc...
| Reporter | ||
Comment 1•10 years ago
|
||
Looks like this was a glib error which was fixed in today's 2.46.1
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•