Summary: | Crash when starting multiple instances | ||
---|---|---|---|
Product: | dbus | Reporter: | Nickolay V. Shmyrev <nshmyrev> |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED FIXED | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | high | CC: | chpe |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 7813 |
Description
Nickolay V. Shmyrev
2006-08-08 01:12:47 UTC
Is it possible to try the version of dbus in CVS? There was a double free fix and threading fixes. Also make sure epiphany turns on threading early with dbus_g_threads_init I don't need to call the dbus thread init function if I don't use dbus before gnome_vfs_init(), right? The first thing in epiphany's main is gnome_program_init which calls gnome_vfs_init which calls dbus_g_thread_init, and only afterward I use dbus. So I am running D-Bus 0.91 and I am not seeing this crash. I bet this is fixed in CVS. Looking at the bt again it looks like this has been fixed in the latest releases. It looks like an unref of a shared connection. We now hold a ref to the connection internally so crashes like this don't happen. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.