crash in QMutex::lock / IndexedString constructor
Stephan Diederich
stephan.diederich at googlemail.com
Mon Jun 1 20:06:32 UTC 2009
Hi,
I played a bit with (building) KDevelop4 beta3 on OSX today. Both
kdevplatform and kdevelop are from the beta3 tarballs.
Unfortunately KDevelop crashes right on startup. CrashReporter log is attached.
As one can see in the bt, the crash happens in static initialization.
IndexedString uses the following global in it's QString constructor:
RepositoryManager< IndexedStringRepository >
globalIndexedStringRepository("String Index");
which may, or may not be initialized at that time.
moving that global into an accessor like this:
namespace {
RepositoryManager< IndexedStringRepository >&
getGlobalIndexedStringRepository(){
static RepositoryManager< IndexedStringRepository >
globalIndexedStringRepository("String Index");
return globalIndexedStringRepository;
}
}
fixed it.
HTH,
stephan
-------------- next part --------------
Process: kdevelop [21632]
Path: /Applications/KDE4/kdevelop.app/Contents/MacOS/kdevelop
Identifier: kdevelop
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [123]
Interval Since Last Report: 1204213 sec
Crashes Since Last Report: 106
Per-App Interval Since Last Report: 0 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2009-06-01 13:46:49.844 +0200
OS Version: Mac OS X 10.5.7 (9J61)
Report Version: 6
Anonymous UUID: 39209CCA-E5DC-4107-BD48-42A7C0E5A9A8
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
Crashed Thread: 0
Thread 0 Crashed:
0 QtCore 0x019fcfaf QMutex::lock() + 15
1 ...devplatformlanguage.1.dylib 0x00f9cd53 KDevelop::RepositoryManager<KDevelop::ItemRepository<KDevelop::(anonymous namespace)::IndexedStringData, KDevelop::(anonymous namespace)::IndexedStringRepositoryItemRequest, false, true, 0u, 1048576u>, true, true>::createRepository() const + 179 (qmutex.h:117)
2 ...devplatformlanguage.1.dylib 0x00f9a98a KDevelop::IndexedString::IndexedString(QString const&) + 634
3 ...devplatformlanguage.1.dylib 0x00f3d839 KDevelop::Identifier::Identifier(QString const&, unsigned int, unsigned int*) + 345
4 ...devplatformlanguage.1.dylib 0x0108e03c __static_initialization_and_destruction_0(int, int) + 460
5 dyld 0x8fe12f36 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 246
6 dyld 0x8fe0e7e3 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 307
7 dyld 0x8fe0e775 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 197
8 dyld 0x8fe0e775 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 197
9 dyld 0x8fe0e775 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 197
10 dyld 0x8fe0e8c9 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 57
11 dyld 0x8fe04102 dyld::initializeMainExecutable() + 146
12 dyld 0x8fe07bcf dyld::_main(mach_header const*, unsigned long, int, char const**, char const**, char const**) + 3087
13 dyld 0x8fe01872 dyldbootstrap::start(mach_header const*, int, char const**, long) + 818
14 dyld 0x8fe01037 _dyld_start + 39
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000011 ebx: 0x00f9ccb7 ecx: 0xbfffdb5c edx: 0x00000001
edi: 0x01108630 esi: 0x00000010 ebp: 0xbfffda98 esp: 0xbfffda80
ss: 0x0000001f efl: 0x00010282 eip: 0x019fcfaf cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000010
Binary Images:
0x1000 - 0x15fe0 + (4.0) <f281bb316c3704c9e460a5c327023a7a> /Applications/KDE4/kdevelop.app/Contents/MacOS/kdevelop
0x1d000 - 0x34ff2 +libkdevplatforminterfaces.1.dylib ??? (???) <2e2658c4c3bbcbd21a5bcf5c1a88bf17> /usr/local/lib/libkdevplatforminterfaces.1.dylib
0x55000 - 0x8cfeb +libkutils.4.dylib ??? (???) <795aefeb8506fcf5e11d3bb8f65768da> /opt/local/lib/libkutils.4.dylib
0x165000 - 0x191feb +libkparts.4.dylib ??? (???) <864c4d54897e04f3b028d6f058b1f248> /opt/local/lib/libkparts.4.dylib
0x1b0000 - 0x1beffb +libknotifyconfig.4.dylib ??? (???) <b7e2095cdc95eefe7186123ae0f85fae> /opt/local/lib/libknotifyconfig.4.dylib
0x1c9000 - 0x1e7ff1 +libktexteditor.4.dylib ??? (???) <c74cf55109b9eef6ad7dc0c789c09152> /opt/local/lib/libktexteditor.4.dylib
0x2e4000 - 0x4eaff7 +libkdecore.5.dylib ??? (???) <472b3f9d999258418192238c7c786196> /opt/local/lib/libkdecore.5.dylib
0x5c8000 - 0x67fff7 +libkdevplatformshell.1.dylib ??? (???) <763254e960706bd6a615728895f9db5f> /usr/local/lib/libkdevplatformshell.1.dylib
0x72d000 - 0x942ff2 +libkio.5.dylib ??? (???) <db2c43c6d6e1b734fdfea1512bf40a9f> /opt/local/lib/libkio.5.dylib
0xa47000 - 0xa54ff2 +libthreadweaver.4.dylib ??? (???) <9da2dc539e13b1eb15f810158231753c> /opt/local/lib/libthreadweaver.4.dylib
0xa61000 - 0xc08ffe +QtDesigner ??? (???) <27404f1b21b276c732f759eb0341a8a1> /opt/local/libexec/qt4-kde/lib/QtDesigner.framework/Versions/4/QtDesigner
0xd2d000 - 0xd97fe3 +libkfile.4.dylib ??? (???) <394fd9565c155b7e7ae672d328fefa5d> /opt/local/lib/libkfile.4.dylib
0xdda000 - 0xe15ffb +libkdevplatformvcs.1.dylib ??? (???) <9ae8aa0ee21c82f0347c1ebfc60d72dd> /usr/local/lib/libkdevplatformvcs.1.dylib
0xe52000 - 0x10befff +libkdevplatformlanguage.1.dylib ??? (???) <c431eeee2e9673ceced39601736c9f2e> /usr/local/lib/libkdevplatformlanguage.1.dylib
0x124a000 - 0x1280fe7 +libsublime.1.dylib ??? (???) <8e598db07d0008525c1e9e5eb837d905> /usr/local/lib/libsublime.1.dylib
0x12ba000 - 0x12cdfe2 +libkdevplatformutil.1.dylib ??? (???) <b5be8c916b29fd7550b703a3f29e4489> /usr/local/lib/libkdevplatformutil.1.dylib
0x12df000 - 0x12edfe9 +libkdevplatformproject.1.dylib ??? (???) <c8efaef5ccc7d8f121460126d5383bd4> /usr/local/lib/libkdevplatformproject.1.dylib
0x1300000 - 0x1309fef +libkdevplatformoutputview.1.dylib ??? (???) <2626ac6c3294bae9b534e7717e3c8063> /usr/local/lib/libkdevplatformoutputview.1.dylib
0x1310000 - 0x1331fe2 +libkdevplatformdebugger.1.dylib ??? (???) <306048fc78813f62439f71b197029dfb> /usr/local/lib/libkdevplatformdebugger.1.dylib
0x1354000 - 0x136efe6 +libkrosscore.4.dylib ??? (???) <e26d7a6be16f8f8f8b5975fa8caf22e1> /opt/local/lib/libkrosscore.4.dylib
0x137c000 - 0x143efe2 +QtNetwork ??? (???) <efa1f8be5685414148a58d384579aaf9> /opt/local/libexec/qt4-kde/lib/QtNetwork.framework/Versions/4/QtNetwork
0x148a000 - 0x14d8fff +QtXml ??? (???) <5a39e9559977150b4f0b6f252dbed059> /opt/local/libexec/qt4-kde/lib/QtXml.framework/Versions/4/QtXml
0x14f9000 - 0x1536fe4 +libsolid.4.dylib ??? (???) <a3c663a1f1b2765a050820d2856fb31f> /opt/local/lib/libsolid.4.dylib
0x1565000 - 0x1804fff +libkdeui.5.dylib ??? (???) <308434cd360d68440ea424631d2130f0> /opt/local/lib/libkdeui.5.dylib
0x1974000 - 0x19c9fe7 +QtDBus ??? (???) <3e6ce58865434b38f0a161cbac415abd> /opt/local/libexec/qt4-kde/lib/QtDBus.framework/Versions/4/QtDBus
0x19ed000 - 0x1bacff3 +QtCore ??? (???) <c056b1f672e5a33e5ab16d92bbb477f9> /opt/local/libexec/qt4-kde/lib/QtCore.framework/Versions/4/QtCore
0x1c2d000 - 0x2368fe7 +QtGui ??? (???) <e83a2fac23b45287167fd417ee104761> /opt/local/libexec/qt4-kde/lib/QtGui.framework/Versions/4/QtGui
0x25c6000 - 0x2603ff5 +QtSvg ??? (???) <d377c0bd3cee4d3c60b3097790be8123> /opt/local/libexec/qt4-kde/lib/QtSvg.framework/Versions/4/QtSvg
0x2621000 - 0x2631ffd +libz.1.dylib ??? (???) <2989882d55fd828d3f37c0c133c236d8> /opt/local/lib/libz.1.dylib
0x2636000 - 0x2644fff +libbz2.1.0.dylib ??? (???) <fc82409784f63d590c1bcc009beabd3c> /opt/local/lib/libbz2.1.0.dylib
0x2649000 - 0x2650ff3 +libintl.8.dylib ??? (???) <8e4dda78b0312c1c9b3f9e7f5753afa9> /opt/local/lib/libintl.8.dylib
0x2655000 - 0x268dfeb +libssl.0.9.8.dylib ??? (???) <048da2db2c9a6df30b609d912e51d136> /opt/local/lib/libssl.0.9.8.dylib
0x26a1000 - 0x27a3fe7 +libcrypto.0.9.8.dylib ??? (???) <b3afae96be90e45499af8508a75140b9> /opt/local/lib/libcrypto.0.9.8.dylib
0x2801000 - 0x2830fff +libdbus-1.3.dylib ??? (???) <d5d56aec7582b6372322d0f36ee30304> /opt/local/lib/libdbus-1.3.dylib
0x2841000 - 0x2938ff0 +libiconv.2.dylib ??? (???) <9495682248f36bb46d4a4d40e187ecf0> /opt/local/lib/libiconv.2.dylib
0x2945000 - 0x2a45fe2 +QtScript ??? (???) <f9fc9d59d91d818a31ad0445293143eb> /opt/local/libexec/qt4-kde/lib/QtScript.framework/Versions/4/QtScript
0x2a8c000 - 0x2ae6ff7 +libstreamanalyzer.0.dylib ??? (???) <a52a79ea0434e2912ddb936b267be84f> /opt/local/lib/libstreamanalyzer.0.dylib
0x2b43000 - 0x2b66fff +libstreams.0.dylib ??? (???) <88b14759fbc0bb5c31611558cdf6699f> /opt/local/lib/libstreams.0.dylib
0x2b8a000 - 0x2ba9feb +libpng12.0.dylib ??? (???) <953f4a874470f2e49e6b1815d13031d5> /opt/local/lib/libpng12.0.dylib
0x2bb0000 - 0x2be1fef +libphonon.4.dylib ??? (???) <9fdd89bd34af078e20bee149a8e85b9c> /opt/local/lib/libphonon.4.dylib
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90003000 - 0x90013fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x900f6000 - 0x90135fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90136000 - 0x90139fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9013b000 - 0x9013bff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9013c000 - 0x90160fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x90161000 - 0x9017cffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9021e000 - 0x90236fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9023a000 - 0x9023cfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9023d000 - 0x90268fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x902d7000 - 0x90351ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x913e6000 - 0x913f2ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91751000 - 0x91839ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9183a000 - 0x91c4afef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91c4b000 - 0x91c55feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91c56000 - 0x91d89fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x920b0000 - 0x928aefef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92a27000 - 0x92a84ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x92a85000 - 0x92d8dfff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92f1d000 - 0x92fcfffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
0x93003000 - 0x93010fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93011000 - 0x93011ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x93012000 - 0x93063ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x93064000 - 0x93422fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x93423000 - 0x938f4fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x938f5000 - 0x93bcfff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x93bd0000 - 0x93bd0ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93bd1000 - 0x93c1afef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93c28000 - 0x93c2ffe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x94501000 - 0x945a8feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x945a9000 - 0x9464dfec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9466c000 - 0x94d0cfe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94d0d000 - 0x94d11fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x94d2f000 - 0x94d2fffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94e5a000 - 0x94e79ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94e7a000 - 0x94f06ff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94f42000 - 0x94fceff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x94ff4000 - 0x9500cff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95146000 - 0x95147ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x95212000 - 0x95216fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95217000 - 0x9521effe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x9521f000 - 0x95256fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x95257000 - 0x95307fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x95308000 - 0x9530dfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9535e000 - 0x95373ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9537a000 - 0x953b4fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x953b5000 - 0x9551cff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
0x9556c000 - 0x95660ff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x95661000 - 0x959fefef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x959ff000 - 0x95a92fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95a93000 - 0x95a93ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95aa9000 - 0x95aaffff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95ab0000 - 0x95b2dfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95cff000 - 0x95d08fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x95e89000 - 0x95f10ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x95f84000 - 0x95f84ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x95fe6000 - 0x96063feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96064000 - 0x96064fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x96065000 - 0x96094fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96095000 - 0x960d3fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x960d4000 - 0x961b4fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x961b5000 - 0x961c5ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x961c6000 - 0x961c6ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9623a000 - 0x962cdff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x962ce000 - 0x962f7fff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
0x962f8000 - 0x96431ff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
0x9644b000 - 0x96478feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96479000 - 0x9647bff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9647c000 - 0x96484fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96485000 - 0x96656ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96657000 - 0x966b0ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x96755000 - 0x96761fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
0x96762000 - 0x96778fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96779000 - 0x969f5fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x969f6000 - 0x96a80fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96a81000 - 0x96b4cfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96b53000 - 0x96c1aff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96ccd000 - 0x96d29ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96d2a000 - 0x96d6cfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96d6d000 - 0x96decff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96ded000 - 0x96f3fff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96f5f000 - 0x96fb9ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x96fba000 - 0x97100ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9726d000 - 0x97327fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9738c000 - 0x9739affd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x9739e000 - 0x973bcfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x974c1000 - 0x975a2ff7 libxml2.2.dylib ??? (???) <849763460487aa7b9fa9b957ac5bad86> /usr/lib/libxml2.2.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
More information about the KDevelop-devel
mailing list