[Adium-devl] Fwd: [Adium-feedback] Adium crash log

Peter Hosey prh at boredzo.org
Wed Jul 2 10:49:34 UTC 2008


Felipe, I'm not sure whether you're on the Adium feedback list, so  
here's a crash log we received.

Here's the disassembly, up to the offending instruction:

_pecan_node_read:
	+0	000ca111  55					pushl		%ebp
	+1	000ca112  89e5					movl		%esp,%ebp
	+3	000ca114  83ec28				subl		$0x28,%esp
	+6	000ca117  8b4508				movl		0x08(%ebp),%eax
	+9	000ca11a  8b00					movl		(%eax),%eax
	+11	000ca11c  8b5050				movl		0x50(%eax),%edx

Looks like the second of two dereferences. The first one, I'm fairly  
certain, is the one in _G_TYPE_IGC, which would mean that the offender  
is the one in pecan_node_read:

     return PECAN_NODE_GET_CLASS (conn)->write (conn, buf, count,  
ret_bytes_written, error);

If I'm right, then conn->g_class is NULL or was freed.

(In case any of you are wondering, PECAN_NODE_GET_CLASS calls  
G_TYPE_INSTANCE_GET_CLASS, which calls _G_TYPE_IGC; both of the latter  
are in gobject/gtype.h.)

Begin forwarded message:

> From: Pier Paolo Donato <pierpa.donato at tiscali.it>
> Date: July 02, 2008 03:07:38
> To: Adium Feedback <feedback at adiumx.com>
> Subject: [Adium-feedback] Adium crash log
> X-Mailer: Apple Mail (2.753.1)
>
> Hi,
> I had a random crash with Adium 1.3 b5, I were not using Adium when  
> it crashed.
> Here's the log, bye!
>
>
> Host Name:      MacBook
> Date/Time:      2008-07-02 11:47:02.097 +0200
> OS Version:     10.4.11 (Build 8S2167)
> Report Version: 4
>
> Command: Adium
> Path:    /Applications/Adium.app/Contents/MacOS/Adium
> Parent:  WindowServer [61]
>
> Version: 1.3b5 (1.3b5)
>
> PID:    307
> Thread: 0
>
> Exception:  EXC_BAD_ACCESS (0x0001)
> Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000050
>
> Thread 0 Crashed:
> 0   libpurple                      	0x074e611c pecan_node_read + 11
> 1   libpurple                      	0x074e7a6a read_cb + 220
> 2   libglib                        	0x06afb832 g_io_unix_dispatch +  
> 137
> 3   libglib                        	0x06abc506 g_main_dispatch + 498
> 4   libglib                        	0x06abdaa8  
> g_main_context_dispatch + 138
> 5   libglib                        	0x06abe033  
> g_main_context_iterate + 1312
> 6   libglib                        	0x06abe273  
> g_main_context_iteration + 163
> 7   com.apple.CoreFoundation       	0x9082dce2  
> __CFRunLoopDoObservers + 342
> 8   com.apple.CoreFoundation       	0x9082cd97 CFRunLoopRunSpecific  
> + 846
> 9   com.apple.CoreFoundation       	0x9082ca42 CFRunLoopRunInMode + 61
> 10  com.apple.HIToolbox            	0x92de8878  
> RunCurrentEventLoopInMode + 285
> 11  com.apple.HIToolbox            	0x92de7f82  
> ReceiveNextEventCommon + 385
> 12  com.apple.HIToolbox            	0x92de7dd9  
> BlockUntilNextEventMatchingListInMode + 81
> 13  com.apple.AppKit               	0x9326df45 _DPSNextEvent + 572
> 14  com.apple.AppKit               	0x9326db37 -[NSApplication  
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
> 15  com.apple.AppKit               	0x932678c4 -[NSApplication run]  
> + 512
> 16  com.apple.AppKit               	0x9325b820 NSApplicationMain + 573
> 17  com.adiumX.adiumX              	0x00002b42 _start + 216
> 18  com.adiumX.adiumX              	0x00002a69 start + 41
>
> Thread 1:
> 0   libSystem.B.dylib              	0x90009cd7 mach_msg_trap + 7
> 1   com.apple.CoreFoundation       	0x9082d227 CFRunLoopRunSpecific  
> + 2014
> 2   com.apple.CoreFoundation       	0x9082ca42 CFRunLoopRunInMode + 61
> 3   com.apple.audio.CoreAudio      	0x91469356  
> HALRunLoop::OwnThread(void*) + 158
> 4   com.apple.audio.CoreAudio      	0x91469171  
> CAPThread::Entry(CAPThread*) + 93
> 5   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 2:
> 0   libSystem.B.dylib              	0x9001a1cc select + 12
> 1   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 3:
> 0   libSystem.B.dylib              	0x90047dd7  
> semaphore_timedwait_signal_trap + 7
> 1   ...ple.CoreServices.CarbonCore 	0x90ce1f24  
> TSWaitOnSemaphoreCommon + 163
> 2   ...ickTimeComponents.component 	0x98341bb6  
> ReadSchedulerThreadEntryPoint + 4723
> 3   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 4:
> 0   libSystem.B.dylib              	0x9002493f semaphore_wait_trap + 7
> 1   ...ickTimeComponents.component 	0x983ccb6b audioprepThreadEntry  
> + 92
> 2   ...ickTimeComponents.component 	0x989ca700 start_thread + 54
> 3   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 5:
> 0   libSystem.B.dylib              	0x90009cd7 mach_msg_trap + 7
> 1   com.apple.CoreFoundation       	0x9082d227 CFRunLoopRunSpecific  
> + 2014
> 2   com.apple.CoreFoundation       	0x9082ca42 CFRunLoopRunInMode + 61
> 3   com.apple.Foundation           	0x92852c76 +[NSURLCache  
> _diskCacheSyncLoop:] + 206
> 4   com.apple.Foundation           	0x927f639c forkThreadForFunction  
> + 123
> 5   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 6:
> 0   libSystem.B.dylib              	0x90009cd7 mach_msg_trap + 7
> 1   com.apple.CoreFoundation       	0x9082d227 CFRunLoopRunSpecific  
> + 2014
> 2   com.apple.CoreFoundation       	0x9082ca42 CFRunLoopRunInMode + 61
> 3   com.apple.Foundation           	0x9282ba40 + 
> [NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
> 4   com.apple.Foundation           	0x927f639c forkThreadForFunction  
> + 123
> 5   libSystem.B.dylib              	0x90024227 _pthread_body + 84
>
> Thread 0 crashed with X86 Thread State (32-bit):
>  eax: 0x00000000  ebx: 0x074e799d  ecx: 0x00000000  edx: 0x00000003
>  edi: 0x036ab228  esi: 0x036ab220  ebp: 0xbfffcd78  esp: 0xbfffcd50
>   ss: 0x0000001f  efl: 0x00010286  eip: 0x074e611c   cs: 0x00000017
>   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>
> Binary Images Description:
>    0x1000 -   0x143fff com.adiumX.adiumX 1.3b5	/Applications/ 
> Adium.app/Contents/MacOS/Adium
>  0x242000 -   0x24efff net.brockerhoff.RBSplitView.Framework 1.1.4	/ 
> Applications/Adium.app/Contents/Frameworks/RBSplitView.framework/ 
> Versions/A/RBSplitView
>  0x256000 -   0x265fff com.example.sparkeplus ??? (1.1)	/ 
> Applications/Adium.app/Contents/Frameworks/Sparkle.framework/ 
> Versions/A/Sparkle
>  0x272000 -   0x2c2fff com.adiumX.OTR ??? (1.0)	/Applications/ 
> Adium.app/Contents/Frameworks/OTR.framework/Versions/A/OTR
>  0x2e0000 -   0x2e3fff org.boredzo.LMX ??? (1.0)	/Applications/ 
> Adium.app/Contents/Frameworks/LMX.framework/Versions/A/LMX
>  0x405000 -   0x485fff Adium 	/Applications/Adium.app/Contents/ 
> Frameworks/Adium.framework/Versions/A/Adium
>  0x715000 -   0x716fff com.ecamm.pluginloader Ecamm Plugin Loader  
> v1.0.5 (1.0.5)	/Library/InputManagers/Ecamm/Ecamm Plugin  
> Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
> 0x1040000 -  0x1042fff net.culater.SIMBL 0.8 (8)	/Library/ 
> InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
> 0x1048000 -  0x1059fff com.jokeweb.SpotlightInputManager ???  
> (1.0.1)	/Users/privato/Library/InputManagers/SpotlightInputManager/ 
> SpotlightInputManager.bundle/Contents/MacOS/SpotlightInputManager
> 0x1814000 -  0x1822fff com.dpompa.fribidi ??? (1.0)	/Applications/ 
> Adium.app/Contents/Frameworks/FriBidi.framework/Versions/A/FriBidi
> 0x3203000 -  0x3208fff com.apple.audio.AppleHDAHALPlugIn 1.3.7  
> (1.3.7a23)	/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/ 
> AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
> 0x3729000 -  0x3763fff com.adiumX.Bonjour ??? (0.0.1d1)	/ 
> Applications/Adium.app/Contents/PlugIns/Bonjour.AdiumPlugin/Contents/ 
> MacOS/Bonjour
> 0x378e000 -  0x3793fff com.adiumX.facebook ??? (0.0.1d1)	/ 
> Applications/Adium.app/Contents/PlugIns/Facebook.AdiumPlugin/ 
> Contents/MacOS/Facebook
> 0x379d000 -  0x37a0fff org.brautaset.JSON 2.0 (1.1.1)	/Applications/ 
> Adium.app/Contents/PlugIns/Facebook.AdiumPlugin/Contents/Frameworks/ 
> JSON.framework/Versions/A/JSON
> 0x37a6000 -  0x37a7fff com.adiumX.purple ??? (1.0.0d1)	/Applications/ 
> Adium.app/Contents/PlugIns/Purple.AdiumPlugin/Contents/MacOS/Purple
> 0x37ac000 -  0x37adfff libgmodule 	/Applications/Adium.app/Contents/ 
> Frameworks/libgmodule.framework/Versions/2.0.0/libgmodule
> 0x37b1000 -  0x37e7fff libgobject 	/Applications/Adium.app/Contents/ 
> Frameworks/libgobject.framework/Versions/2.0.0/libgobject
> 0x37f8000 -  0x37fafff libgthread 	/Applications/Adium.app/Contents/ 
> Frameworks/libgthread.framework/Versions/2.0.0/libgthread
> 0x69e7000 -  0x6a31fff com.adiumX.AdiumPurple ??? (1.0)	/ 
> Applications/Adium.app/Contents/PlugIns/Purple.AdiumPlugin/Contents/ 
> Frameworks/AdiumLibpurple.framework/Versions/A/AdiumLibpurple
> 0x6a8e000 -  0x6b5ffff libglib 	/Applications/Adium.app/Contents/ 
> Frameworks/libglib.framework/Versions/2.0.0/libglib
> 0x6b7f000 -  0x6b88fff libintl 	/Applications/Adium.app/Contents/ 
> Frameworks/libintl.framework/Versions/8/libintl
> 0x6b8d000 -  0x6bb3fff libmeanwhile 	/Applications/Adium.app/ 
> Contents/Frameworks/libmeanwhile.framework/Versions/1/libmeanwhile
> 0x6bc2000 -  0x6bd4fff com.adiumX.WebKit-Message-View ??? (1.0.0d1)	/ 
> Applications/Adium.app/Contents/PlugIns/WebKit Message  
> View.AdiumPlugin/Contents/MacOS/WebKit Message View
> 0x6f86000 -  0x6f87fff com.apple.textencoding.unicode 2.1	/System/ 
> Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/ 
> Unicode Encodings
> 0x6f95000 -  0x6f97fff apop.so 	/usr/lib/sasl2/apop.so
> 0x6f9b000 -  0x6fd7fff dhx.so 	/usr/lib/sasl2/dhx.so
> 0x6ff8000 -  0x7000fff digestmd5WebDAV.so 	/usr/lib/sasl2/ 
> digestmd5WebDAV.so
> 0x7004000 -  0x7005fff libanonymous.2.so 	/usr/lib/sasl2/ 
> libanonymous.2.so
> 0x7009000 -  0x700bfff libcrammd5.2.so 	/usr/lib/sasl2/libcrammd5.2.so
> 0x700f000 -  0x7017fff libdigestmd5.2.so 	/usr/lib/sasl2/ 
> libdigestmd5.2.so
> 0x701b000 -  0x701efff libgssapiv2.2.so 	/usr/lib/sasl2/ 
> libgssapiv2.2.so
> 0x7022000 -  0x7024fff login.so 	/usr/lib/sasl2/login.so
> 0x7028000 -  0x702dfff libntlm.so 	/usr/lib/sasl2/libntlm.so
> 0x7031000 -  0x7039fff libotp.2.so 	/usr/lib/sasl2/libotp.2.so
> 0x7043000 -  0x7045fff libplain.2.so 	/usr/lib/sasl2/libplain.2.so
> 0x7049000 -  0x704cfff mschapv2.so 	/usr/lib/sasl2/mschapv2.so
> 0x7050000 -  0x7052fff shadow_auxprop.so 	/usr/lib/sasl2/ 
> shadow_auxprop.so
> 0x7056000 -  0x7058fff smb_lm.so 	/usr/lib/sasl2/smb_lm.so
> 0x705c000 -  0x705efff smb_nt.so 	/usr/lib/sasl2/smb_nt.so
> 0x7062000 -  0x7065fff smb_ntlmv2.so 	/usr/lib/sasl2/smb_ntlmv2.so
> 0x735a000 -  0x73ccfff com.DivXInc.DivXDecoder 6.4.0	/Library/ 
> QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
> 0x741c000 -  0x75e8fff libpurple 	/Applications/Adium.app/Contents/ 
> Frameworks/libpurple.framework/Versions/0.5.0/libpurple
> 0x7b05000 -  0x7cb7fff com.apple.audio.codecs.Components 1.5.3	/ 
> System/Library/Components/AudioCodecs.component/Contents/MacOS/ 
> AudioCodecs
> 0x11000000 - 0x11017fff AutoHyperlinks 	/Applications/Adium.app/ 
> Contents/Frameworks/AutoHyperlinks.framework/Versions/A/AutoHyperlinks
> 0x12000000 - 0x12044fff AIUtilities 	/Applications/Adium.app/ 
> Contents/Frameworks/AIUtilities.framework/Versions/A/AIUtilities
> 0x70000000 - 0x700fafff com.apple.audio.units.Components 1.4.7	/ 
> System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
> 0x8e92c000 - 0x8e96afff com.apple.CoreMediaIOServicesPrivate 9.0	/ 
> System/Library/PrivateFrameworks/ 
> CoreMediaIOServicesPrivate.framework/Versions/A/ 
> CoreMediaIOServicesPrivate
> 0x8efb9000 - 0x8efe3fff com.apple.CoreMediaPrivate 9.0	/System/ 
> Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/ 
> CoreMediaPrivate
> 0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.5  
> (861)	/System/Library/QuickTime/QuickTimeImporters.component/ 
> Contents/MacOS/QuickTimeImporters
> 0x8fe00000 - 0x8fe4afff dyld 46.16	/usr/lib/dyld
> 0x90000000 - 0x90171fff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
> 0x901c1000 - 0x901c3fff libmathCommon.A.dylib 	/usr/lib/system/ 
> libmathCommon.A.dylib
> 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)	/System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreText.framework/Versions/A/CoreText
> 0x90229000 - 0x902fffff ATS 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
> Versions/A/ATS
> 0x90460000 - 0x90506fff com.apple.QTKit 7.5 (861)	/System/Library/ 
> Frameworks/QTKit.framework/Versions/A/QTKit
> 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)	/ 
> System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
> CoreFoundation
> 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)	/System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x90913000 - 0x90a07fff libicucore.A.dylib 	/usr/lib/ 
> libicucore.A.dylib
> 0x90a57000 - 0x90ad6fff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
> 0x90aff000 - 0x90b63fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
> 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
> 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)	/ 
> System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x90c66000 - 0x90c78fff libauto.dylib 	/usr/lib/libauto.dylib
> 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29	/ 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1	/ 
> System/Library/Frameworks/CoreServices.framework/Versions/A/ 
> Frameworks/OSServices.framework/Versions/A/OSServices
> 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23)	/System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> CFNetwork.framework/Versions/A/CFNetwork
> 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)	/System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> WebServicesCore.framework/Versions/A/WebServicesCore
> 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7	/System/Library/ 
> Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> SearchKit.framework/Versions/A/SearchKit
> 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)	/System/ 
> Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
> Metadata.framework/Versions/A/Metadata
> 0x91158000 - 0x91166fff libz.1.dylib 	/usr/lib/libz.1.dylib
> 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)	/System/ 
> Library/Frameworks/Security.framework/Versions/A/Security
> 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2	/System/ 
> Library/Frameworks/DiskArbitration.framework/Versions/A/ 
> DiskArbitration
> 0x91415000 - 0x9141cfff libbsm.dylib 	/usr/lib/libbsm.dylib
> 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6	/System/ 
> Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
> SystemConfiguration
> 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5	/System/ 
> Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)	/ 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> ApplicationServices
> 0x91521000 - 0x9154cfff com.apple.AE 314 (313)	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> AE.framework/Versions/A/AE
> 0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.10	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ColorSync.framework/Versions/A/ColorSync
> 0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6  
> (177.13)	/System/Library/Frameworks/ApplicationServices.framework/ 
> Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x9170f000 - 0x917b8fff com.apple.QD 3.10.25 (???)	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> QD.framework/Versions/A/QD
> 0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???)	/System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/HIServices.framework/Versions/A/HIServices
> 0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> LangAnalysis.framework/Versions/A/LangAnalysis
> 0x9186a000 - 0x91884fff com.apple.FindByContent 1.5	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> FindByContent.framework/Versions/A/FindByContent
> 0x9188e000 - 0x918cbfff com.apple.LaunchServices 183	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> LaunchServices.framework/Versions/A/LaunchServices
> 0x918df000 - 0x918ebfff com.apple.speech.synthesis.framework 3.5	/ 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x918f2000 - 0x91932fff com.apple.ImageIO.framework 1.5.7	/System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x91945000 - 0x919f7fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto. 
> 0.9.7.dylib
> 0x91a3d000 - 0x91a53fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
> 0x91a58000 - 0x91a76fff libJPEG.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x91a7b000 - 0x91adafff libJP2.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x91aec000 - 0x91af0fff libGIF.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x91af2000 - 0x91b7afff libRaw.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRaw.dylib
> 0x91b7e000 - 0x91bbbfff libTIFF.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x91bc1000 - 0x91bdcfff libPng.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x91be1000 - 0x91be3fff libRadiance.dylib 	/System/Library/ 
> Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x91be5000 - 0x91cc3fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
> 0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate  
> 1.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
> Accelerate
> 0x91ce2000 - 0x91d70fff com.apple.vImage 2.5	/System/Library/ 
> Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
> vImage.framework/Versions/A/vImage
> 0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib  
> 3.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
> Frameworks/vecLib.framework/Versions/A/vecLib
> 0x91d79000 - 0x91dd2fff libvMisc.dylib 	/System/Library/Frameworks/ 
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
> A/libvMisc.dylib
> 0x91ddb000 - 0x91dfffff libvDSP.dylib 	/System/Library/Frameworks/ 
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
> A/libvDSP.dylib
> 0x91e07000 - 0x92210fff libBLAS.dylib 	/System/Library/Frameworks/ 
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
> A/libBLAS.dylib
> 0x9224a000 - 0x925fefff libLAPACK.dylib 	/System/Library/Frameworks/ 
> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
> A/libLAPACK.dylib
> 0x9262b000 - 0x92718fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
> 0x9271a000 - 0x92798fff com.apple.DesktopServices 1.3.7	/System/ 
> Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
> DesktopServicesPriv
> 0x927d9000 - 0x92a09fff com.apple.Foundation 6.4.10 (567.37)	/System/ 
> Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x92b23000 - 0x92b3afff libGL.dylib 	/System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x92b45000 - 0x92b9dfff libGLU.dylib 	/System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x92bb1000 - 0x92bb1fff com.apple.Carbon 10.4 (???)	/System/Library/ 
> Frameworks/Carbon.framework/Versions/A/Carbon
> 0x92bb3000 - 0x92bc3fff com.apple.ImageCapture 3.0.4	/System/Library/ 
> Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> ImageCapture.framework/Versions/A/ImageCapture
> 0x92bd2000 - 0x92bdafff com.apple.speech.recognition.framework 3.6	/ 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x92be0000 - 0x92be5fff com.apple.securityhi 2.0.1 (24742)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> SecurityHI.framework/Versions/A/SecurityHI
> 0x92beb000 - 0x92c7cfff com.apple.ink.framework 101.2.1 (71)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Ink.framework/Versions/A/Ink
> 0x92c90000 - 0x92c93fff com.apple.help 1.0.3 (32.1)	/System/Library/ 
> Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/ 
> Versions/A/Help
> 0x92c96000 - 0x92cb4fff com.apple.openscripting 1.2.5 (???)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> OpenScripting.framework/Versions/A/OpenScripting
> 0x92cc6000 - 0x92cccfff com.apple.print.framework.Print 5.2 (192.4)	/ 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> Print.framework/Versions/A/Print
> 0x92cd2000 - 0x92d35fff com.apple.htmlrendering 66.1 (1.1.3)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HTMLRendering.framework/Versions/A/HTMLRendering
> 0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3)	/ 
> System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> NavigationServices.framework/Versions/A/NavigationServices
> 0x92dc1000 - 0x92dcefff com.apple.audio.SoundManager 3.9.1	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CarbonSound.framework/Versions/A/CarbonSound
> 0x92dd5000 - 0x92ddafff com.apple.CommonPanels 1.2.3 (73)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> CommonPanels.framework/Versions/A/CommonPanels
> 0x92ddf000 - 0x930d4fff com.apple.HIToolbox 1.4.10 (???)	/System/ 
> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
> HIToolbox.framework/Versions/A/HIToolbox
> 0x931da000 - 0x931e5fff com.apple.opengl 1.4.16	/System/Library/ 
> Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x931ea000 - 0x93205fff com.apple.DirectoryService.Framework 3.2	/ 
> System/Library/Frameworks/DirectoryService.framework/Versions/A/ 
> DirectoryService
> 0x93255000 - 0x93255fff com.apple.Cocoa 6.4 (???)	/System/Library/ 
> Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x93257000 - 0x9390dfff com.apple.AppKit 6.4.10 (824.48)	/System/ 
> Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x93c8e000 - 0x93d09fff com.apple.CoreData 91 (92.1)	/System/Library/ 
> Frameworks/CoreData.framework/Versions/A/CoreData
> 0x93d42000 - 0x93dfbfff com.apple.audio.toolbox.AudioToolbox 1.4.7	/ 
> System/Library/Frameworks/AudioToolbox.framework/Versions/A/ 
> AudioToolbox
> 0x93e3e000 - 0x93e3efff com.apple.audio.units.AudioUnit 1.4.2	/ 
> System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x93e40000 - 0x94001fff com.apple.QuartzCore 1.4.12	/System/Library/ 
> Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x94047000 - 0x94088fff libsqlite3.0.dylib 	/usr/lib/ 
> libsqlite3.0.dylib
> 0x94090000 - 0x940cafff libGLImage.dylib 	/System/Library/Frameworks/ 
> OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x940cf000 - 0x940e5fff com.apple.CoreVideo 1.4.2	/System/Library/ 
> Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x94200000 - 0x94211fff com.apple.securityfoundation 2.2.1 (28150)	/ 
> System/Library/Frameworks/SecurityFoundation.framework/Versions/A/ 
> SecurityFoundation
> 0x9421f000 - 0x9425dfff com.apple.securityinterface 2.2.1 (27695)	/ 
> System/Library/Frameworks/SecurityInterface.framework/Versions/A/ 
> SecurityInterface
> 0x94279000 - 0x94288fff libCGATS.A.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
> 0x9428f000 - 0x9429afff libCSync.A.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x942e6000 - 0x94300fff libRIP.A.dylib 	/System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x94306000 - 0x9461efff com.apple.QuickTime 7.5.0 (861)	/System/ 
> Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x947a2000 - 0x948e8fff com.apple.AddressBook.framework 4.0.6 (490)	/ 
> System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
> 0x94974000 - 0x94983fff com.apple.DSObjCWrappers.Framework 1.1	/ 
> System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/ 
> DSObjCWrappers
> 0x9498a000 - 0x949b3fff com.apple.LDAPFramework 1.4.2 (69.1.1)	/ 
> System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
> 0x949b9000 - 0x949c8fff libsasl2.2.dylib 	/usr/lib/libsasl2.2.dylib
> 0x949cc000 - 0x949f1fff libssl.0.9.7.dylib 	/usr/lib/libssl. 
> 0.9.7.dylib
> 0x949fd000 - 0x94a1afff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
> 0x94bc6000 - 0x94c9efff edu.mit.Kerberos 5.5.26	/System/Library/ 
> Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x94d4f000 - 0x94e01fff com.apple.WebKit 4525.18	/System/Library/ 
> Frameworks/WebKit.framework/Versions/A/WebKit
> 0x94e6c000 - 0x94f33fff com.apple.JavaScriptCore 4525.18	/System/ 
> Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x94f6f000 - 0x95561fff com.apple.WebCore 4525.18.1	/System/Library/ 
> Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/ 
> Versions/A/WebCore
> 0x95a49000 - 0x95a4bfff com.apple.ExceptionHandling 1.2 (???)	/ 
> System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ 
> ExceptionHandling
> 0x95a4e000 - 0x95a86fff com.apple.PDFKit 1.0.4	/System/Library/ 
> Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/ 
> Versions/A/PDFKit
> 0x969b6000 - 0x969b6fff com.apple.vecLib 3.3.1 (vecLib 3.3.1)	/ 
> System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x97021000 - 0x97026fff com.apple.agl 2.5.9 (AGL-2.5.9)	/System/ 
> Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x979f2000 - 0x97ac9fff com.apple.QuartzComposer 1.2.6 (32.25)	/ 
> System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ 
> QuartzComposer.framework/Versions/A/QuartzComposer
> 0x97b52000 - 0x97b52fff com.apple.quartzframework 1.0	/System/ 
> Library/Frameworks/Quartz.framework/Versions/A/Quartz
> 0x9832a000 - 0x99322fff com.apple.QuickTimeComponents.component 7.5  
> (861)	/System/Library/QuickTime/QuickTimeComponents.component/ 
> Contents/MacOS/QuickTimeComponents
> 0x9b949000 - 0x9b949fff libmx.A.dylib 	/usr/lib/libmx.A.dylib
> 0x9fb14000 - 0x9ff69fff com.apple.CoreGraphics 1.258.78 (???)	/ 
> System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0xb0000000 - 0xb0027fff  
> com.positivespinmedia.PSMTabBarControlFramework ??? (1.1)	/ 
> Applications/Adium.app/Contents/Frameworks/ 
> PSMTabBarControl.framework/Versions/A/PSMTabBarControl
> 0xc0000000 - 0xc0010fff com.growl.growlwithinstallerframework 1.1.4	/ 
> Applications/Adium.app/Contents/Frameworks/Growl- 
> WithInstaller.framework/Versions/A/Growl-WithInstaller
>
>





More information about the devel mailing list