Ticket #163 (new Bug)

Opened 2 years ago

Mulberry hangs when opening folder prefs from right-click, if online

Reported by: mansaxel Owned by: Cyrus Daboo
Priority: major Milestone: unassigned
Component: Application Version: v4.0.7
Severity: Crash/data loss Keywords:
Cc: Operating System: Mac OS X
OS Version:

Description

When I right-click on a folder to set its properties (ie sync on disconnect etc) and I'm online, mulberry just hangs consuming one CPU completetly. Only way to stop it is via kill. Tried attaching gdb, but gdb does not have all needed symbols.

CrashReporter? log:

Host Name:      rasmus-kthnoc-net
Date/Time:      2006-12-22 09:23:35.991 +0100
OS Version:     10.4.8 (Build 8L2127)
Report Version: 4

Command: Mulberry
Path:    /Applications/Mulberry.app/Contents/MacOS/Mulberry
Parent:  WindowServer [111]

Version: Mulberry v4.0.7b1 (4.0.7b1)

PID:    11793
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xdfffdeac

Thread 0 Crashed:
0   com.mulberrymail.mulberry           0x002e99ca CTCPSocket::TCPSelectYield(bool, unsigned long) + 116
1   com.mulberrymail.mulberry           0x002ec172 CTLSSocket::TLSReceiveData(char*, long*) + 134
2   com.mulberrymail.mulberry           0x002ecfd0 CTCPStreamBuf::underflow() + 58
3   libstdc++.6.dylib                   0x90b285fc std::basic_streambuf<char, std::char_traits<char> >::uflow() + 18
4   libstdc++.6.dylib                   0x90b28acc std::basic_streambuf<char, std::char_traits<char> >::xsgetn(char*, int) + 98
5   libstdc++.6.dylib                   0x90b13b72 std::basic_istream<char, std::char_traints<char> >::read(char*, int) + 78
6   com.mulberrymail.mulberry           0x002edf5f CINETClient::INETParseString(char**, bool) + 321
7   com.mulberrymail.mulberry           0x002f362d CIMAPClient::IMAPParseRFC822Header(char**) + 41
8   com.mulberrymail.mulberry           0x002f9546 CIMAPClient::IMAPParseFetch(char**) + 368
9   com.mulberrymail.mulberry           0x002f9849 CIMAPClient::IMAPParseMessageResponse(char**, CINETClient::CINETClientResponse*) + 585
10  com.mulberrymail.mulberry           0x002f9f87 CIMAPClient::IMAPParseResponse(char**, CINETClient::CINETClientResponse*) + 779
11  com.mulberrymail.mulberry           0x002f020b CINETClient::INETProcess() + 105
12  com.mulberrymail.mulberry           0x002ed8e0 CINETClient::INETSendString(char const*, int, bool) + 96
13  com.mulberrymail.mulberry           0x002edab4 CINETClient::INETFinishSend(bool) + 106
14  com.mulberrymail.mulberry           0x002fb09d CIMAPClient::_ReadHeader(CMessage*) + 1079
15  com.mulberrymail.mulberry           0x0025230c CMboxProtocol::ReadHeader(CMbox*, CMessage*) + 120
16  com.mulberrymail.mulberry           0x0026f301 CMbox::ReadHeader(CMessage*) + 47
17  com.mulberrymail.mulberry           0x0027d19c CMessage::ReadHeader() + 402
18  com.mulberrymail.mulberry           0x0027d274 CMessage::GetHeaderField(cdstring const&, cdstring&) + 82
19  com.mulberrymail.mulberry           0x0027dcc3 CMessage::MDNRequested() + 57
20  com.mulberrymail.mulberry           0x0006d6d2 CActionManager::MessageSeenChange(CMessage*) + 60
21  com.mulberrymail.mulberry           0x001b9053 CMessageWindow::SetMessage(CMessage*) + 1275
22  com.mulberrymail.mulberry           0x001ba69d CMessageWindow::RedisplayMessage(CMessage*) + 237
23  com.mulberrymail.mulberry           0x001bacf0 CMessageWindow::ReadNextMessage(bool, bool, bool) + 370
24  com.mulberrymail.mulberry           0x001bae87 CMessageWindow::OnMessageDeleteRead() + 41
25  com.mulberrymail.mulberry           0x001b3bca CMessageWindow::HandleKeyPress(EventRecord const&) + 172
26  com.mulberrymail.mulberry           0x000220dd LCommander::ProcessKeyPress(EventRecord const&) + 67
27  com.mulberrymail.mulberry           0x0002210b LCommander::HandleKeyPress(EventRecord const&) + 33
28  com.mulberrymail.mulberry           0x0003e9e6 LTabGroup::HandleKeyPress(EventRecord const&) + 64
29  com.mulberrymail.mulberry           0x000220dd LCommander::ProcessKeyPress(EventRecord const&) + 67
30  com.mulberrymail.mulberry           0x0002210b LCommander::HandleKeyPress(EventRecord const&) + 33
31  com.mulberrymail.mulberry           0x000220dd LCommander::ProcessKeyPress(EventRecord const&) + 67
32  com.mulberrymail.mulberry           0x0002210b LCommander::HandleKeyPress(EventRecord const&) + 33
33  com.mulberrymail.mulberry           0x0021ca17 CTextDisplay::HandleKeyPress(EventRecord const&) + 669
34  com.mulberrymail.mulberry           0x0020e4bb CTextWidget::HandleKeyEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 467
35  com.mulberrymail.mulberry           0x002142e5 CTextWidgetEventHandler::HandleEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 141
36  com.mulberrymail.mulberry           0x00003bc6 LEventHandler::EventHandlerCallback(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 32
37  com.apple.HIToolbox                 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
38  com.apple.HIToolbox                 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
39  com.apple.HIToolbox                 0x92dd30f0 SendEventToEventTarget + 56
40  com.apple.HIToolbox                 0x92dd3814 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1820
41  com.apple.HIToolbox                 0x92dccba2 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2044
42  com.apple.HIToolbox                 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
43  com.apple.HIToolbox                 0x92dd30f0 SendEventToEventTarget + 56
44  com.apple.HIToolbox                 0x92ef21a9 SendTSMEvent + 251
45  com.apple.HIToolbox                 0x92ef18a2 SendUnicodeTextAEToUnicodeDoc + 1065
46  com.apple.HIToolbox                 0x92ef1233 TSMKeyEvent + 1098
47  com.apple.HIToolbox                 0x92ea5b1f TSMProcessRawKeyEvent + 2786
48  com.apple.HIToolbox                 0x92dc8ec7 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2461
49  com.apple.HIToolbox                 0x92dcc7eb DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
50  com.apple.HIToolbox                 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
51  com.apple.HIToolbox                 0x92dcbd55 SendEventToEventTargetWithOptions + 55
52  com.apple.HIToolbox                 0x92dd375e ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1638
53  com.apple.HIToolbox                 0x92dccba2 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2044
54  com.apple.HIToolbox                 0x92dcbe90 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
55  com.apple.HIToolbox                 0x92dd30f0 SendEventToEventTarget + 56
56  com.apple.HIToolbox                 0x92e16d8f ToolboxEventDispatcher + 81
57  com.apple.HIToolbox                 0x92ec234c GetOrPeekEvent + 338
58  com.apple.HIToolbox                 0x92ec2168 GetNextEventMatchingMask + 462
59  com.apple.HIToolbox                 0x92ec1e29 WNEInternal + 123
60  com.apple.HIToolbox                 0x92ec1d97 WaitNextEvent + 57
61  com.mulberrymail.mulberry           0x00021ce3 LApplication::ProcessNextEvent() + 89
62  com.mulberrymail.mulberry           0x00021618 LApplication::Run() + 94
63  com.mulberrymail.mulberry           0x0004e76f main + 173
64  com.mulberrymail.mulberry           0x00001ece _start + 228 (crt.c:272)
65  com.mulberrymail.mulberry           0x00001de9 start + 41

Thread 1:
0   libSystem.B.dylib                   0x90009857 mach_msg_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90ccf3d1 YieldToThread + 453
2   ...ple.CoreServices.CarbonCore      0x90cd83a4 SetThreadState + 124
3   ...ple.CoreServices.CarbonCore      0x90cd830a SetThreadStateEndCritical + 114
4   com.mulberrymail.mulberry           0x00002e3a LThread::SemWait(LSemaphore*, long, QHdr&, unsigned char&) + 114
5   com.mulberrymail.mulberry           0x00002627 LSemaphore::BlockThread(long) + 53
6   com.mulberrymail.mulberry           0x0000268b LSemaphore::Wait(long) + 71
7   com.mulberrymail.mulberry           0x00003089 LThread::Cleanup::Run() + 33
8   com.mulberrymail.mulberry           0x0000370e LThread::DoEntry(void*) + 30
9   ...ple.CoreServices.CarbonCore      0x90cd842a InvokeThreadEntryUPP + 15
10  ...ple.CoreServices.CarbonCore      0x90cd8241 CooperativeThread + 342
11  libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib                   0x90024427 semaphore_wait_signal_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90cb4129 MPWaitOnQueue + 198
2   ...thesis.MacinTalkSynthesizer      0x01c80229 MTBEWorker::WorkLoop(MTBEWorker*) + 235
3   ...thesis.MacinTalkSynthesizer      0x01c80397 MTBEWorkerStartMPTask + 17
4   ...ple.CoreServices.CarbonCore      0x90cb3f84 PrivateMPEntryPoint + 51
5   libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib                   0x90024427 semaphore_wait_signal_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90cb4129 MPWaitOnQueue + 198
2   ...thesis.MacinTalkSynthesizer      0x01c80229 MTBEWorker::WorkLoop(MTBEWorker*) + 235
3   ...thesis.MacinTalkSynthesizer      0x01c80397 MTBEWorkerStartMPTask + 17
4   ...ple.CoreServices.CarbonCore      0x90cb3f84 PrivateMPEntryPoint + 51
5   libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib                   0x90037697 mach_wait_until + 7
1   libSystem.B.dylib                   0x90039d62 usleep + 82
2   ....speech.synthesis.framework      0x918de742 PollChannelStatus + 38
3   libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 5:
0   libSystem.B.dylib                   0x90009857 mach_msg_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90ccf3d1 YieldToThread + 453
2   ...ple.CoreServices.CarbonCore      0x90ccf209 YieldToAnyThread + 18
3   com.mulberrymail.mulberry           0x0023b1f5 CMailControl::ProcessBusy(CBusyContext const*, bool) + 145
4   com.mulberrymail.mulberry           0x002e8feb CTCPSocket::TCPYield() + 29
5   com.mulberrymail.mulberry           0x002e9b2d CTCPSocket::TCPSelectYield(bool, unsigned long) + 471
6   com.mulberrymail.mulberry           0x002ec172 CTLSSocket::TLSReceiveData(char*, long*) + 134
7   com.mulberrymail.mulberry           0x002ecfd0 CTCPStreamBuf::underflow() + 58
8   libstdc++.6.dylib                   0x90b285fc std::basic_streambuf<char, std::char_traits<char> >::uflow() + 18
9   com.mulberrymail.mulberry           0x002ed082 CTCPStream::qgetline(char*, int) + 148
10  com.mulberrymail.mulberry           0x002ed6da CINETClient::INETGetLine() + 86
11  com.mulberrymail.mulberry           0x002f01d8 CINETClient::INETProcess() + 54
12  com.mulberrymail.mulberry           0x002ed8e0 CINETClient::INETSendString(char const*, int, bool) + 96
13  com.mulberrymail.mulberry           0x002edab4 CINETClient::INETFinishSend(bool) + 106
14  com.mulberrymail.mulberry           0x002f6949 CIMAPClient::_CheckMbox(CMbox*, bool) + 521
15  com.mulberrymail.mulberry           0x002513c1 CMboxProtocol::CheckMbox(CMbox*, bool) + 117
16  com.mulberrymail.mulberry           0x00274309 CMbox::Check(bool) + 421
17  com.mulberrymail.mulberry           0x00241b55 CMailAccountManager::RunMailCheck(CMailAccountManager::EFavourite, CMailNotification const&, bool) + 261
18  com.mulberrymail.mulberry           0x00243272 CMailAccountManager::DoMailCheck(bool, bool) + 136
19  com.mulberrymail.mulberry           0x002465af CMailCheckThread::MailCheckThread(LThread&, void*) + 103
20  com.mulberrymail.mulberry           0x00002917 LSimpleThread::Run() + 23
21  com.mulberrymail.mulberry           0x0000370e LThread::DoEntry(void*) + 30
22  ...ple.CoreServices.CarbonCore      0x90cd842a InvokeThreadEntryUPP + 15
23  ...ple.CoreServices.CarbonCore      0x90cd8241 CooperativeThread + 342
24  libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 6:
0   libSystem.B.dylib                   0x90009857 mach_msg_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90ccf3d1 YieldToThread + 453
2   ...ple.CoreServices.CarbonCore      0x90cd83a4 SetThreadState + 124
3   ...ple.CoreServices.CarbonCore      0x90cd830a SetThreadStateEndCritical + 114
4   com.mulberrymail.mulberry           0x00002b32 LThread::Suspend() + 96
5   com.mulberrymail.mulberry           0x00247f1c CSMTPSendThread::RunThread() + 246
6   com.mulberrymail.mulberry           0x00002917 LSimpleThread::Run() + 23
7   com.mulberrymail.mulberry           0x0000370e LThread::DoEntry(void*) + 30
8   ...ple.CoreServices.CarbonCore      0x90cd842a InvokeThreadEntryUPP + 15
9   ...ple.CoreServices.CarbonCore      0x90cd8241 CooperativeThread + 342
10  libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 7:
0   libSystem.B.dylib                   0x90009857 mach_msg_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90ccf3d1 YieldToThread + 453
2   ...ple.CoreServices.CarbonCore      0x90cd83a4 SetThreadState + 124
3   ...ple.CoreServices.CarbonCore      0x90cd830a SetThreadStateEndCritical + 114
4   com.mulberrymail.mulberry           0x00002b32 LThread::Suspend() + 96
5   com.mulberrymail.mulberry           0x00247f1c CSMTPSendThread::RunThread() + 246
6   com.mulberrymail.mulberry           0x00002917 LSimpleThread::Run() + 23
7   com.mulberrymail.mulberry           0x0000370e LThread::DoEntry(void*) + 30
8   ...ple.CoreServices.CarbonCore      0x90cd842a InvokeThreadEntryUPP + 15
9   ...ple.CoreServices.CarbonCore      0x90cd8241 CooperativeThread + 342
10  libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 8:
0   libSystem.B.dylib                   0x90048a47 semaphore_timedwait_signal_trap + 7
1   ...ple.CoreServices.CarbonCore      0x90cdd0ab TSWaitOnSemaphoreCommon + 163
2   ...ple.CoreServices.CarbonCore      0x90ce409d TimerThread + 87
3   libSystem.B.dylib                   0x90023d87 _pthread_body + 84

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x07ffffff    ebx: 0x00000001 ecx: 0x0000001f edx: 0x80000000
  edi: 0xbfffdeb0    esi: 0x186fd024 ebp: 0xbfffdf58 esp: 0xbfffddf0
   ss: 0x0000001f    efl: 0x00010286 eip: 0x002e99ca  cs: 0x00000017
   ds: 0x0000001f     es: 0x0000001f  fs: 0x00000000  gs: 0x00000037

Binary Images Description:
    0x1000 -   0x578fff com.mulberrymail.mulberry Mulberry v4.0.7b1 (4.0.7b1)   /Applications/Mulberry.app/Contents/MacOS/Mulberry
 0x1c74000 -  0x1cc0fff com.apple.speech.synthesis.MacinTalkSynthesizer 3.4     /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/MacinTalk
 0x1f36000 -  0x1f37fff com.mulberrymail.mulberry.plugins.ssl SSL v4.0.7b1 (4.0.7b1)    /Applications/Mulberry.app/Plug-ins/SSL.bundle/Contents/MacOS/SSL
0x17c16000 - 0x17c1cfff com.mulberrymail.mulberry.plugins.gssapi GSSAPI v4.0.7b1 (4.0.7b1)      /Applications/Mulberry.app/Plug-ins/GSSAPI.bundle/Contents/MacOS/GSSAPI
0x17c32000 - 0x17c34fff com.apple.AutomatorCMM 1.0.1 (68)       /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0x17ccc000 - 0x17ccdfff com.apple.textencoding.unicode 2.1      /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x17cdb000 - 0x17ce3fff com.mulberrymail.mulberry.plugins.digest-md5 DIGEST-MD5 v4.0.7b1 (4.0.7b1)      /Applications/Mulberry.app/Plug-ins/DIGEST-MD5.bundle/Contents/MacOS/DIGEST-MD5
0x187ed000 - 0x187edfff com.apple.SpotLightCM 1.0 (121.35)      /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
0x18b1e000 - 0x18b22fff com.apple.FolderActionsMenu 1.3.1       /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x18b27000 - 0x18b28fff libcom_err.1.dylib      /usr/arla/lib/libcom_err.1.dylib
0x1a53e000 - 0x1a540fff se.kth.stacken.arla.macosx.cmm ??? (0.0.1)      /Library/Contextual Menu Items/ArlaCMM.bundle/Contents/MacOS/arlacmm
0x1a54d000 - 0x1a550fff libkafs.0.dylib         /usr/arla/lib/libkafs.0.dylib
0x1a561000 - 0x1a595fff libkrb5.17.dylib        /usr/arla/lib/libkrb5.17.dylib
0x1a6f1000 - 0x1a705fff libhcrypto.3.dylib      /usr/arla/lib/libhcrypto.3.dylib
0x1a743000 - 0x1a784fff libasn1.5.dylib         /usr/arla/lib/libasn1.5.dylib
0x1a8a3000 - 0x1a8acfff libroken.16.dylib       /usr/arla/lib/libroken.16.dylib
0x8fe00000 - 0x8fe49fff dyld 46.9       /usr/lib/dyld
0x90000000 - 0x9016ffff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
0x901bf000 - 0x901c1fff libmathCommon.A.dylib   /usr/lib/system/libmathCommon.A.dylib
0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90226000 - 0x902fcfff ATS     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???)   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???)       /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9090f000 - 0x90a02fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
0x90a52000 - 0x90ad1fff libobjc.A.dylib         /usr/lib/libobjc.A.dylib
0x90afa000 - 0x90b5efff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib        /usr/lib/libgcc_s.1.dylib
0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???)   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c61000 - 0x90c73fff libauto.dylib   /usr/lib/libauto.dylib
0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore 682.15        /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1   /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91002000 - 0x91040fff com.apple.CFNetwork 129.19      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0)     /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5       /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36)      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9114b000 - 0x91159fff libz.1.dylib    /usr/lib/libz.1.dylib
0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774)        /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6     /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91440000 - 0x91447fff libbsm.dylib    /usr/lib/libbsm.dylib
0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???)        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91514000 - 0x9153ffff com.apple.AE 314 (313)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8       /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13)        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???)      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???)        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91866000 - 0x91880fff com.apple.FindByContent 1.5     /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9188a000 - 0x918c7fff com.apple.LaunchServices 181    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework 3.5        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0       /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.0.9.7.dylib
0x91a33000 - 0x91a49fff libcups.2.dylib         /usr/lib/libcups.2.dylib
0x91a4e000 - 0x91a6cfff libJPEG.dylib   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a71000 - 0x91acffff libJP2.dylib    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ae1000 - 0x91ae5fff libGIF.dylib    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ae7000 - 0x91b64fff libRaw.dylib    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b68000 - 0x91ba5fff libTIFF.dylib   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91bab000 - 0x91bc5fff libPng.dylib    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bca000 - 0x91bccfff libRadiance.dylib       /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)   /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bd0000 - 0x91c5efff com.apple.vImage 2.5    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c67000 - 0x91cc0fff libvMisc.dylib  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91cc9000 - 0x91cedfff libvDSP.dylib   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cf5000 - 0x920fefff libBLAS.dylib   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92138000 - 0x924ecfff libLAPACK.dylib         /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28)     /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92914000 - 0x929f2fff libxml2.2.dylib         /usr/lib/libxml2.2.dylib
0x92a0f000 - 0x92afcfff libiconv.2.dylib        /usr/lib/libiconv.2.dylib
0x92b0c000 - 0x92b23fff libGL.dylib     /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b2e000 - 0x92b86fff libGLU.dylib    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???)     /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742)      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1)     /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???)     /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.1 (192.3)     /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3)    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3)      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73)       /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x931cb000 - 0x931e6fff com.apple.DirectoryService.Framework 3.2        /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???)       /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93c8f000 - 0x93d09fff com.apple.CoreData 90   /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3      /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2   /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9      /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94068000 - 0x940a9fff libsqlite3.0.dylib      /usr/lib/libsqlite3.0.dylib
0x940b1000 - 0x940ebfff libGLImage.dylib        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94271000 - 0x94280fff libCGATS.A.dylib        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94287000 - 0x94292fff libCSync.A.dylib        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942de000 - 0x942f8fff libRIP.A.dylib  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x942fe000 - 0x945b7fff com.apple.QuickTime 7.1.3       /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94718000 - 0x94861fff com.apple.AddressBook.framework 4.0.4 (485.1)   /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x948ed000 - 0x948fcfff com.apple.DSObjCWrappers.Framework 1.1  /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94903000 - 0x9492cfff com.apple.LDAPFramework 1.4.2 (69.1.1)  /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94932000 - 0x94941fff libsasl2.2.dylib        /usr/lib/libsasl2.2.dylib
0x94945000 - 0x9496afff libssl.0.9.7.dylib      /usr/lib/libssl.0.9.7.dylib
0x94976000 - 0x94993fff libresolv.9.dylib       /usr/lib/libresolv.9.dylib
0x94b3e000 - 0x94c16fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x95fff000 - 0x96000fff libCyrillicConverter.dylib      /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0x96002000 - 0x96003fff libGreekConverter.dylib         /System/Library/CoreServices/Encodings/libGreekConverter.dylib
0x96007000 - 0x9601dfff libJapaneseConverter.dylib      /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x9601f000 - 0x96040fff libKoreanConverter.dylib        /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x9604d000 - 0x9605bfff libSimplifiedChineseConverter.dylib     /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x96060000 - 0x96061fff libThaiConverter.dylib  /System/Library/CoreServices/Encodings/libThaiConverter.dylib
0x96063000 - 0x96075fff libTraditionalChineseConverter.dylib    /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x965ec000 - 0x965fefff com.apple.speech.SpeechDictionary 3.4   /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechDictionary
0x96a19000 - 0x96a19fff com.apple.vecLib 3.3.1 (vecLib 3.3.1)   /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
Note: See TracTickets for help on using tickets.