PROBLEM: Colloquy 2.1 (3545) crashes when a JavaScript? plugin is invoked.
STEPS TO REPRODUCE:
1. Copy and paste the contents of the Bug URL Reply example plugin:
function processIncomingMessage(message, view) {
var bugRegex = new RegExp( '\\bbugs?\\b', 'gmi' );
if( bugRegex.exec(message.bodyAsPlainText()) && ! message.senderIsLocalUser() ) {
var msg = new JVMutableChatMessage('', view.connection.localUser());
msg.setBodyAsHTML(message.senderNickname() + ': <u>please</u> report any Colloquy bugs at http://colloquy.info?bugs');
view.sendMessage(msg);
view.echoSentMessageToDisplay(msg);
}
}
into a file and save that file in ~/Library/Application\ Support/Colloquy/Plugins/.
2. Start Colloquy, connect to a server and join a channel.
3. Issue the /reload plugins command in the console.
4. Using another client, say the word "bug" or "bugs" in the channel where the Colloquy client running the Bug URL plugin is listening.
5. Colloquy will crash. OSX will ask if you want to send a bug report to Apple. Here is a copy of the bug report it wants to send, including the stack trace:
Date/Time: 2007-01-11 14:14:01.786 -0800
OS Version: 10.4.8 (Build 8L127)
Report Version: 4
Command: Colloquy
Path: /Applications/Colloquy.app/Contents/MacOS/Colloquy
Parent: WindowServer [58]
Version: 2.1 (3545)
PID: 14673
Thread: 0
Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x00473bd0
Thread 0 Crashed:
0 <<00000000>> 0x00473bd0 0 + 4668368
1 com.apple.JavaScriptCore 0x95c1566c KJS::ResolveNode::evaluateReference(KJS::ExecState*) + 104
2 com.apple.JavaScriptCore 0x95c15584 KJS::ResolveNode::evaluate(KJS::ExecState*) + 44
3 com.apple.JavaScriptCore 0x95c153f8 KJS::AccessorNode2::evaluateReference(KJS::ExecState*) + 60
4 com.apple.JavaScriptCore 0x95c14ed4 KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 60
5 com.apple.JavaScriptCore 0x95c19eac KJS::ExprStatementNode::execute(KJS::ExecState*) + 120
6 com.apple.JavaScriptCore 0x95c149ac KJS::SourceElementsNode::execute(KJS::ExecState*) + 544
7 com.apple.JavaScriptCore 0x95c1471c KJS::BlockNode::execute(KJS::ExecState*) + 140
8 com.apple.JavaScriptCore 0x95c0d554 KJS::InterpreterImp::evaluate(KJS::UString const&, KJS::Value const&, KJS::UString const&, int) + 1156
9 com.apple.JavaScriptCore 0x95c0cf60 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UString const&, KJS::Value const&) + 64
10 com.apple.WebCore 0x95d2b81c KJSProxyImpl::evaluate(QString, int, QString const&, DOM::Node const&) + 192
11 com.apple.WebCore 0x95d2b6f0 KHTMLPart::executeScript(QString, int, DOM::Node const&, QString const&) + 144
12 com.apple.WebCore 0x95d2b4f4 khtml::HTMLTokenizer::scriptExecution(QString const&, QString, int) + 448
13 com.apple.WebCore 0x95d61018 khtml::HTMLTokenizer::notifyFinished(khtml::CachedObject*) + 312
14 com.apple.WebCore 0x95d60eac khtml::CachedScript::checkNotify() + 92
15 com.apple.WebCore 0x95d60e1c khtml::CachedScript::data(QBuffer&, bool) + 336
16 com.apple.WebCore 0x95d31168 khtml::Loader::slotFinished(KIO::Job*, NSData*) + 428
17 com.apple.WebCore 0x95eaaa88 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136
18 com.apple.WebCore 0x95d30f5c -[KWQResourceLoader finishJobAndHandle:] + 80
19 com.apple.WebKit 0x95b2e494 -[WebSubresourceClient didFinishLoading] + 72
20 com.apple.WebKit 0x95b2d71c -[WebBaseResourceHandleDelegate connectionDidFinishLoading:] + 48
21 com.apple.Foundation 0x9298f84c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
22 com.apple.Foundation 0x9298dab8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
23 com.apple.Foundation 0x9298d810 _sendCallbacks + 156
24 com.apple.CoreFoundation 0x907dd4cc __CFRunLoopDoSources0 + 384
25 com.apple.CoreFoundation 0x907dc9fc __CFRunLoopRun + 452
26 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
27 com.apple.HIToolbox 0x93203740 RunCurrentEventLoopInMode + 264
28 com.apple.HIToolbox 0x93202dd4 ReceiveNextEventCommon + 380
29 com.apple.HIToolbox 0x93202c40 BlockUntilNextEventMatchingListInMode + 96
30 com.apple.AppKit 0x93706ae4 _DPSNextEvent + 384
31 com.apple.AppKit 0x937067a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
32 com.apple.AppKit 0x93702cec -[NSApplication run] + 472
33 com.apple.AppKit 0x937f387c NSApplicationMain + 452
34 info.colloquy 0x0005f3ec _start + 760
35 info.colloquy 0x0005f0f0 start + 48
Thread 1:
0 libSystem.B.dylib 0x9002bbc8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x900306ac pthread_cond_wait + 480
2 com.apple.Foundation 0x92964300 -[NSConditionLock lockWhenCondition:] + 68
3 com.apple.AppKit 0x937a3708 -[NSUIHeartBeat _heartBeatThread:] + 324
4 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
5 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 2:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.CoreFoundation 0x907eb8dc CFRunLoopRun + 52
5 ...yousoftware.desktops.helper 0x05c2f764 MDHelperEntry + 144
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 3:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9298469c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 4:
0 libSystem.B.dylib 0x9001f08c select + 12
1 com.apple.CoreFoundation 0x907ef40c __CFSocketManager + 472
2 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 5:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x929857dc +[NSURLCache _diskCacheSyncLoop:] + 152
5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 6:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
5 com.apple.Foundation 0x9296c09c -[NSRunLoop run] + 76
6 com.apple.WebKit 0x95b17ef0 +[WebFileDatabase _syncLoop:] + 176
7 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 7:
0 libSystem.B.dylib 0x9002bbc8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x900306ac pthread_cond_wait + 480
2 ...ple.CoreServices.CarbonCore 0x90bc2aa0 MPWaitOnQueue + 224
3 ...thesis.MacinTalkSynthesizer 0x067f44bc MTBEWorker::WorkLoop(MTBEWorker*) + 168
4 ...thesis.MacinTalkSynthesizer 0x067f36f4 MTBEWorkerStartMPTask + 16
5 ...ple.CoreServices.CarbonCore 0x90bc28b0 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 8:
0 libSystem.B.dylib 0x9002bbc8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x900306ac pthread_cond_wait + 480
2 ...ple.CoreServices.CarbonCore 0x90bc2aa0 MPWaitOnQueue + 224
3 ...thesis.MacinTalkSynthesizer 0x067f44bc MTBEWorker::WorkLoop(MTBEWorker*) + 168
4 ...thesis.MacinTalkSynthesizer 0x067f36f4 MTBEWorkerStartMPTask + 16
5 ...ple.CoreServices.CarbonCore 0x90bc28b0 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 9:
0 libSystem.B.dylib 0x90040978 mach_wait_until + 8
1 libSystem.B.dylib 0x90040744 nanosleep + 388
2 libSystem.B.dylib 0x90043f18 usleep + 88
3 ....speech.synthesis.framework 0x91994f20 PollChannelStatus + 36
4 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 10:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
5 info.colloquy.chatCore 0x00315f70 -[MVIRCChatConnection(MVIRCChatConnectionPrivate) _ircRunloop] + 448
6 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
7 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 11:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
5 info.colloquy.chatCore 0x00315f70 -[MVIRCChatConnection(MVIRCChatConnectionPrivate) _ircRunloop] + 448
6 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
7 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 12:
0 libSystem.B.dylib 0x9000ab48 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
4 com.apple.audio.CoreAudio 0x9145463c HALRunLoop::OwnThread(void*) + 264
5 com.apple.audio.CoreAudio 0x914543dc CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x9002b508 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000000473bd0 srr1: 0x000000000208f030 vrsave: 0x0000000000000000
cr: 0x44004224 xer: 0x0000000020000007 lr: 0x0000000095c21718 ctr: 0x0000000000473bd0
r0: 0x0000000095c1566c r1: 0x00000000bfffdb60 r2: 0x00000000063eb040 r3: 0x00000000064a5ad8
r4: 0x00000000bfffe080 r5: 0x000000000654cb68 r6: 0x0000000095c5af90 r7: 0x00000000a5c34200
r8: 0x0000000000000018 r9: 0x000000000654cb90 r10: 0x0000000095c065f0 r11: 0x00000000a5c2ce48
r12: 0x0000000000473bd0 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
r16: 0x0000000000000000 r17: 0x00000000bffff2b0 r18: 0x000000000000be43 r19: 0x0000000000453cd0
r20: 0x00000000bfffe5b0 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x00000000bfffe340
r24: 0x00000000bfffe1b0 r25: 0x000000000654cb58 r26: 0x00000000bfffe080 r27: 0x00000000bfffdc80
r28: 0x000000000654cb68 r29: 0x00000000bfffe080 r30: 0x00000000064a5ad8 r31: 0x0000000095c153d0
Binary Images Description:
0x1000 - 0x127fff info.colloquy 2.1 (3545) /Applications/Adobe InDesign CS2/Colloquy.app/Contents/MacOS/Colloquy
0x19d000 - 0x1aefff AGRegex ??? (0.1) /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/AGRegex.framework/Versions/A/AGRegex
0x1b9000 - 0x1c6fff org.andymatuschak.Sparkle ??? (1.1) /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x305000 - 0x355fff info.colloquy.chatCore 2.0 (2B19) /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/ChatCore.framework/Versions/A/ChatCore
0x54a000 - 0x54cfff de.nadamac.camiscript ??? (3.0) /Users/eriktown/Library/InputManagers/CamiScript/CamiScript.bundle/Contents/MacOS/CamiScript
0x638000 - 0x63afff net.culater.SIMBL 0.8 (8) /Users/eriktown/Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
0x63f000 - 0x643fff indy.jt.CocoaScriptMenu ??? (1.01) /Users/eriktown/Library/Frameworks/CocoaScriptMenu.framework/Versions/A/CocoaScriptMenu
0x649000 - 0x649fff com.ksuther.chaxloader ??? (1.4.1) /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
0x64d000 - 0x64dfff org.xlife.InquisitorLoader ??? (2.6.1) /Users/eriktown/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
0x651000 - 0x651fff com.growl.GrowlSafariLoader 1.0 /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafariLoader
0x65d000 - 0x660fff org.altervista.millenomi.Afloat.SIMBLPlugin 1.0 (pre-release 3) (3.0) /Library/PreferencePanes/Afloat.prefPane/Contents/Resources/Afloat.bundle/Contents/MacOS/Afloat
0x7f9000 - 0x7f9fff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
0x17d1000 - 0x17d6fff info.colloquy.applescript-support 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/PlugIns/AppleScript Support.plugin/Contents/MacOS/AppleScript Support
0x5b33000 - 0x5b33fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
0x5b3e000 - 0x5b3f7b6 Adobe Unit Types PEF binary: Adobe Unit Types
0x5b46000 - 0x5b46fff com.yousoftware.youhelper 1.0.2 /Users/eriktown/Library/ScriptingAdditions/YouHelper.osax/Contents/MacOS/YouHelper
0x5b64000 - 0x5b6afff info.colloquy.fscript-support 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/PlugIns/F-Script Support.plugin/Contents/MacOS/F-Script Support
0x5c2c000 - 0x5c30fff com.yousoftware.desktops.helper 1.0 /Applications/You Control Desktops.app/Contents/PlugIns/MultiDesktopModule.plugin/Contents/PlugIns/YSMDHelper.bundle/Contents/MacOS/YSMDHelper
0x5e07120 - 0x5e07197 CFMPriv_System PEF binary: CFMPriv_System
0x5e0a300 - 0x5e0a3b2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
0x5e0a8a0 - 0x5e0a970 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
0x5e0a9e0 - 0x5e0aab3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
0x5e0ab80 - 0x5e0ac3b CFMPriv_Help PEF binary: CFMPriv_Help
0x5e0ac40 - 0x5e0ad0a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x5e0ad80 - 0x5e0ae56 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
0x5e0aec0 - 0x5e0af93 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
0x5e0b010 - 0x5e0b0f5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
0x5e0b160 - 0x5e0b236 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
0x5e0b300 - 0x5e0b3be CFMPriv_Print PEF binary: CFMPriv_Print
0x5e0b3d0 - 0x5e0b49d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
0x5e0b510 - 0x5e0b5f2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
0x5e0b660 - 0x5e0b733 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
0x5e0b7a0 - 0x5e0b873 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
0x5e0b950 - 0x5e0ba12 CFMPriv_AE PEF binary: CFMPriv_AE
0x5e0ba20 - 0x5e0bae5 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x5e0bb60 - 0x5e0bc37 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x5e0bcc0 - 0x5e0bda3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
0x5e0be20 - 0x5e0befa CFMPriv_HIServices PEF binary: CFMPriv_HIServices
0x5e0bf70 - 0x5e0c050 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
0x5e0c0e0 - 0x5e0c1c6 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
0x5e0c2a0 - 0x5e0c377 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x5e0c380 - 0x5e0c442 CFMPriv_QD PEF binary: CFMPriv_QD
0x5e0c540 - 0x5e0c629 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
0x5f8b000 - 0x5fc8fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions
0x5fd6000 - 0x60253c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x61d1000 - 0x61d7fff info.colloquy.javascript-support 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/PlugIns/JavaScript Support.plugin/Contents/MacOS/JavaScript Support
0x61e6000 - 0x61e6fff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
0x61fb000 - 0x6200fff info.colloquy.python-support 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/PlugIns/Python Support.plugin/Contents/MacOS/Python Support
0x636e000 - 0x6373fff info.colloquy.standard-commands 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/PlugIns/Standard Commands.plugin/Contents/MacOS/Standard Commands
0x67ea000 - 0x683cfff com.apple.speech.synthesis.MacinTalkSynthesizer 3.3 /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/MacinTalk
0xc2ad000 - 0xc2affff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0xc81a000 - 0xc828fff com.cocoatech.PathFinderCM Path Finder CM version 2.1.1 (2.1.2) /Users/eriktown/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
0xc831000 - 0xc833fff com.apple.AutomatorCMM 1.0.1 (54) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0xc836000 - 0xc83afff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0xc83e000 - 0xc844d05 DocumentsToGoXCM PEF binary: DocumentsToGoXCM
0x30000000 - 0x30024fff com.silc.libsilcclient 1.0 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/libsilcclient.framework/Versions/A/libsilcclient
0x31000000 - 0x3106dfff com.silc.libsilc 0.9.12 (1.0) /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/libsilc.framework/Versions/A/libsilc
0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.3 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f8e000 - 0x90fcffff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
0x9111e000 - 0x912d9fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91934000 - 0x91976fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919b4000 - 0x919f6fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a0c000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91b3b000 - 0x91b59fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b5f000 - 0x91bcefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91beb000 - 0x91c4afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91c4f000 - 0x91c8cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91c93000 - 0x91cacfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91cb1000 - 0x91cb4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92e6f000 - 0x92e79fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x936fc000 - 0x936fcfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x936fe000 - 0x93d31fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x940be000 - 0x9412efff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94167000 - 0x9422afff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9427c000 - 0x9427cfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9427e000 - 0x94451fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x944a7000 - 0x944e4fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x944ec000 - 0x9453cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9457c000 - 0x945c1fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x946eb000 - 0x946fafff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94702000 - 0x9470ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94755000 - 0x9476efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94b07000 - 0x94b78fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x94beb000 - 0x94c0cfff libmx.A.dylib /usr/lib/libmx.A.dylib
0x94d14000 - 0x94e44fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94ed6000 - 0x94ee5fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94eed000 - 0x94f1afff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94f21000 - 0x94f31fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
0x94f35000 - 0x94f64fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94f74000 - 0x94f91fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x95496000 - 0x955c4fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x95b15000 - 0x95ba3fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95bff000 - 0x95c95fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95cd2000 - 0x95fdefff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x96167000 - 0x96190fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
0x9642d000 - 0x9643afff libexslt.0.dylib /usr/lib/libexslt.0.dylib
0x964da000 - 0x9650cfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x96524000 - 0x96529fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
0x9704b000 - 0x97063fff com.apple.speech.SpeechDictionary 3.3 /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechDictionary
0x974b1000 - 0x974d0fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97b41000 - 0x97b66fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x9802f000 - 0x98045fff com.apple.AppleShareClient 1.5.1 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClient
0x9804f000 - 0x9808dfff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
0x9880a000 - 0x988dbfff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x98958000 - 0x98958fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x98b47000 - 0x98c11fff org.python.python 2.3.5 /System/Library/Frameworks/Python.framework/Versions/2.3/Python
0x99659000 - 0x99703fff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
0x9acaf000 - 0x9ae08fff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
0xc0000000 - 0xc0009fff com.growl.growlframework 0.7.3 /Applications/Adobe InDesign CS2/Colloquy.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
Model: PowerBook5,9, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5), 1.67 GHz, 2 GB
Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
Memory Module: SODIMM0/J20STANDARD, 1 GB, DDR2 SDRAM, PC2-4200S-444
Memory Module: SODIMM1/J23REVERSED, 1 GB, DDR2 SDRAM, PC2-4200S-444
AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
Modem: Jump, , V.92, Version 1.0,
Bluetooth: Version 1.7.8f2, 2 service, 0 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A
PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
PCI Card: usb, usb, USB20
PCI Card: usb, usb, USB20
PCI Card: usb, ehci, USB20
Parallel ATA Device: ST9120821A, 111.79 GB
Parallel ATA Device: MATSHITADVD-R UJ-846,
USB Device: Hub, , Up to 480 Mb/sec, 500 mA
USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
USB Device: Sennheiser USB Headset, Sennheiser Communications, Up to 12 Mb/sec, 100 mA
USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA