[MacPorts] #43767: kmymoney4-devel crashes at startup
#43767: kmymoney4-devel crashes at startup --------------------+----------------------------- Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: kmymoney4-devel --------------------+----------------------------- {{{ Process: kmymoney [97246] Path: /Applications/MacPorts/*/kmymoney.app/Contents/MacOS/kmymoney Identifier: ??? Version: ??? (???) Code Type: X86-64 (Native) Parent Process: launchd [261] Responsible: kmymoney [97246] User ID: 502 Date/Time: 2014-05-21 00:21:54.486 +0200 OS Version: Mac OS X 10.9.3 (13D65) Report Version: 11 Anonymous UUID: 80AF6DCF-E201-69CA-C32F-803868317B9F Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_GUARD Exception Codes: 0x4000000100000003, 0x00007fff8c917c48 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8c1720c2 close + 10 1 libkdeui.5.dylib 0x000000010b3af0d7 KCrash::defaultCrashHandler(int) + 247 2 libsystem_platform.dylib 0x00007fff8297f5aa _sigtramp + 26 3 ??? 0x00000000000f4324 0 + 1000228 4 QtGui 0x000000010d44e1e2 QWidgetPrivate::setGeometry_sys_helper(int, int, int, int, bool) + 626 5 QtGui 0x000000010d44dc4f QWidgetPrivate::setGeometry_sys(int, int, int, int, bool) + 159 6 QtGui 0x000000010d4fddc4 QWidget::resize(QSize const&) + 68 7 QtGui 0x000000010d48db63 QMenuPrivate::QMacMenuPrivate::addAction(QMacMenuAction*, QMacMenuAction*, QMenuPrivate*) + 1555 8 QtGui 0x000000010d48ffec QMenuPrivate::macMenu(NSMenu*) + 412 9 QtGui 0x000000010d48f471 QMenuPrivate::QMacMenuPrivate::syncAction(QMacMenuAction*) + 3073 10 QtGui 0x000000010d48dc2e QMenuPrivate::QMacMenuPrivate::addAction(QMacMenuAction*, QMacMenuAction*, QMenuPrivate*) + 1758 11 QtGui 0x000000010d48ffec QMenuPrivate::macMenu(NSMenu*) + 412 12 QtGui 0x000000010d490600 QMenuBarPrivate::QMacMenuBarPrivate::syncAction(QMacMenuAction*) + 96 13 QtGui 0x000000010d490542 QMenuBarPrivate::QMacMenuBarPrivate::addAction(QMacMenuAction*, QMacMenuAction*) + 418 14 QtGui 0x000000010d4910ff QMenuBarPrivate::macMenu() + 687 15 QtGui 0x000000010d49197f QMenuBarPrivate::macUpdateMenuBarImmediatly() + 1087 16 QtGui 0x000000010d45cb85 -[NSApplication(QApplicationIntegration) qt_sendPostedMessage:] + 277 17 QtGui 0x000000010d45cc61 -[NSApplication(QApplicationIntegration) qt_filterEvent:] + 113 18 QtGui 0x000000010d45cd08 -[QNSApplication sendEvent:] + 40 19 QtGui 0x000000010d4658e9 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 809 20 QtCore 0x000000010d1ad361 QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 81 21 0x000000010a101dec runKMyMoney(KApplication*, KStartupLogo*) + 1884 22 0x000000010a1012bc main + 9052 23 libdyld.dylib 0x00007fff86dc75fd start + 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/43767> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup ------------------------------+------------------ Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: kmymoney4-devel | ------------------------------+------------------ Changes (by mk@…): * cc: iandw.au@… (added) Comment: Herewith I verify that even using KDE library version 4.12.4 and switching to raster graphics {{{ QT_GRAPHICSSYSTEM=raster /Applications/MacPorts/KDE4/kmymoney.app/Contents/MacOS/kmymoney }}} crashes the application! -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup with KDE libraries version 4.12.5 installed ------------------------------+------------------ Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: kmymoney4-devel | ------------------------------+------------------ -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup with KDE libraries version 4.12.5 installed ------------------------------+---------------------- Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: kmymoney4-devel | ------------------------------+---------------------- Changes (by mk@…): * keywords: => haspatch Comment: Simply removing the patch patch-cmake-modules-KDE4Macros.cmake.diff will do the job: {{{ #!diff --- Portfile old +++ Portfile new @@ -6,6 +6,7 @@ name kdelibs4 version 4.12.5 +revision 1 categories kde kde4 maintainers nicos license LGPL-2+ GPL-2+ BSD @@ -58,8 +59,7 @@ patch-cmake-modules-FindKDE4-Internal.cmake.diff \ patch-cmake-modules-FindPhonon.cmake.diff \ patch-cmake-modules-FindQt4.cmake.diff \ - patch-cmake-modules-KDE4Macros.cmake.diff \ - patch-kapplications-raster.diff + patch-cmake-modules-KDE4Macros.cmake.diff patch.pre_args -p1 }}} Since nicos is the sole maintainer of kdelibs4 and because I don't know which consequences this might have for other KDE applications, I won't commit this change myself and rather wait for him to cross-check the other apps. -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup with KDE libraries version 4.12.5 installed ------------------------------+---------------------- Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: kmymoney4-devel | ------------------------------+---------------------- Changes (by mk@…): * cc: stansand@… (added) -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup with KDE libraries version 4.12.5 installed ------------------------------+---------------------- Reporter: mk@… | Owner: mk@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: kmymoney4-devel | ------------------------------+---------------------- Comment (by nicos@…): For reference, here is also the output of kmymoney when launched from the command line: {{{ /Applications/MacPorts/KDE4/kmymoney.app/Contents/MacOS/kmymoney kmymoney(8055)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "The name org.kde.kded was not provided by any .service files" kmymoney(8055)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 1 offers for "Print check" kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "KMyMoney OFX" kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 1 offers for "iCalendar" kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "csvimport" kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "KBanking" kmymoney(8055)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found 0 offers for "Reconciliation report" KMyMoney printcheck plugin loaded kmymoney(8055)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: QFSFileEngine::open: No file name specified KMyMoney ofximport plugin loaded KMyMoney iCalendar plugin loaded KMyMoney csvimport plugin loaded 7:2014/05/21 20-07-49:aqbanking(8055):started KMyMoney kbanking plugin loaded KMyMoney reconciliation report plugin loaded Killed: 9 }}} -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#43767: kmymoney4-devel crashes at startup with KDE libraries version 4.12.5 installed ------------------------------+---------------------- Reporter: mk@… | Owner: mk@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: kmymoney4-devel | ------------------------------+---------------------- Changes (by nicos@…): * status: new => closed * resolution: => fixed Comment: The patch causing the issue has been reverted in r120268. Kmymoney should work after the upgrade of kdelibs4. -- Ticket URL: <https://trac.macports.org/ticket/43767#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts