Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11118 closed defect (fixed)

py-gtk py-gnome meld

Reported by: daveh@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.4
Keywords: python bus error dbus Cc:
Port:

Description

Meld dies with a buss Error. This seems to be related to gconfd starting python and typing import prefs will cause a buss error.

Attachments (2)

out.gz (92.6 KB) - added by daveh@… 17 years ago.
ktrace of python die on import
out.2.gz (207.9 KB) - added by daveh@… 17 years ago.
ktrace of gconf as it dies/closes

Download all attachments as: .zip

Change History (10)

Changed 17 years ago by daveh@…

Attachment: out.gz added

ktrace of python die on import

Changed 17 years ago by daveh@…

Attachment: out.2.gz added

ktrace of gconf as it dies/closes

comment:1 Changed 17 years ago by daveh@…

gnome-session gives the error:

There was an error starting the GNOME Settings Daemon.

Some things, such as themes, sounds, or background settings may not work correctly.

The last error message was:

Unable to determine the address of the message bus

GNOME will still try to restart the Settings Daemon next time you log in

comment:2 Changed 17 years ago by daveh@…

after getting dbus going properly gnome-session now works but meld still dies with the same error. starting python from a console in the meld directory and typing import prefs causes a buss error

comment:3 Changed 17 years ago by daveh@…

import prefs

# prefs.pyc matches prefs.py import prefs # precompiled from prefs.pyc import gobject # directory /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject import gobject # from /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/init.py # can't create /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/init.pyc import gobject._gobject # dynamically loaded from /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/_gobject.so Bus error

comment:4 Changed 17 years ago by rhwood@…

Keywords: dbus added

All versions of DBUS are known to have severe problems running on Mac OS X at this point in time. This is most likely one of those problems.

comment:5 Changed 17 years ago by daveh@…

not a dbus error the error is bus error is very easy to reproduce with the following start python python then type the line import gconf python2.4 Python 2.4.3 (#1, Dec 5 2006, 13:20:37) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import gconf

Bus error

comment:6 Changed 17 years ago by yves@…

Milestone: Port Bugs
Version: 1.3.21.4

should be fixed with changeset:23297

comment:7 Changed 17 years ago by yves@…

Resolution: fixed
Status: newclosed

no news = good news

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.