[MacPorts] #25454: umbrello

MacPorts noreply at macports.org
Mon Dec 6 07:43:42 PST 2010


#25454: umbrello
-----------------------------------------+----------------------------------
  Reporter:  bertrand.zuchuat@…          |       Owner:  snc@…           
      Type:  request                     |      Status:  reopened        
  Priority:  Normal                      |   Milestone:                  
 Component:  ports                       |     Version:  1.9.1           
Resolution:                              |    Keywords:                  
      Port:  kdesdk4                     |  
-----------------------------------------+----------------------------------

Comment(by sharky@…):

 Look at the following:

 libSystem.B.dylib                   0x00007fff831ca972 abort + 83
 QtCore                              0x0000000100e3c245
 qt_message_output(QtMsgType, char const*) + 117
 libkdeui.5.dylib                    0x0000000100597652
 KApplicationPrivate::init(bool) + 2066

 The fact that "abort" gets called implies that qt_message_output() was
 called with the "QtFatalMsg" message type. I took a look at
 KApplicationPrivate::init() and unless I am mistaken, the most likely
 explanation is the "kFatal" is being called here:

   if (!QDBusConnection::sessionBus().isConnected() || !(bus =
 QDBusConnection::sessionBus().interface())) {
       kFatal(101) << "Session bus not found" << endl;
       ::exit(125);
   }

 => is DBus activated / working for you?

-- 
Ticket URL: <https://trac.macports.org/ticket/25454#comment:17>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list