crashing in xcode 3.1.4 when clicking on ANY applescript

Hello -

I decided to peek at Xcode and AppleScript Studio and it seems that no matter what example file I open in /Developer/Examples/AppleScript Studio/, when I click on the actual .applescript file inside the project window, I will get the spinning beach-ball, then Xcode will crash… on every single included example project. Other elements, such as graphics, plist files or nib files, etc., don’t have any issues (just the AS files).

So I trashed my prefs for Xcode. Still same issue.
I then reinstalled Developers tools from my Leopard Install DVD, tried it as at the older version… crash.
Then I applied the 3.1.4 update (the latest I can get for Leopard), and… crash.

So I then created a new user account, logged into it and tried the examples again: same problem: CRASH!

For the record any and all AppleScripts that I have on my hard drive open and execute fine in both Script Editor and Script Debugger.

additional notes:

I tried building a few of the projects and got tons of permission errors. (the developer directory was read/write only for my original account (and read only for my newly created virgin account), so I updated the permissions for the Dev dir to include this new account. Done. Now I opened up a few of the examples and tried building them and they all built and ran fine… ironically. But Xcode still crashes when you try to click on the applescript in the project.

Below is the latest crash log… does anyone have a clue as to what may be happening here?

Thanks in advance!

G.

Process: Xcode 4114
Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.Xcode
Version: 3.1.4 (1203)
Build Info: DevToolsIDE-12030000~1
Code Type: PPC (Native)
Parent Process: launchd 3800

Date/Time: 2009-12-03 00:25:23.626 -0800
OS Version: Mac OS X 10.5.8 (9L30)
Report Version: 6
Anonymous UUID: C485E26B-C262-4F0D-919D-56F97C528A41

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000011fbb26d
Crashed Thread: 1

Application Specific Information:
objc4114: garbage collection is ON
NSCFDictionary

Thread 0:
0 libSystem.B.dylib 0x93ba2504 getdirentries + 12
1 libSystem.B.dylib 0x93ba246c _readdir_unlocked + 96
2 libSystem.B.dylib 0x93bd8b2c readdir_r + 100
3 com.apple.CoreFoundation 0x95361564 _CFContentsOfDirectory + 740
4 com.apple.CoreFoundation 0x95341ebc _CFFindBundleResourcesInRawDir + 944
5 com.apple.CoreFoundation 0x95342094 _CFFindBundleResourcesInResourcesDir + 340
6 com.apple.CoreFoundation 0x95342550 _CFFindBundleResources + 808
7 com.apple.CoreFoundation 0x9534288c CFBundleCopyResourceURLsOfType + 136
8 com.apple.Foundation 0x966c44e0 -NSBundle pathsForResourcesOfType:inDirectory: + 60
9 com.apple.Foundation 0x966c4284 -NSScriptSuiteRegistry loadSuitesFromBundle: + 1276
10 com.apple.Foundation 0x966c3c64 -NSScriptSuiteRegistry _loadSuitesForAlreadyLoadedBundles + 512
11 com.apple.Foundation 0x966c395c -NSScriptSuiteRegistry init + 116
12 com.apple.Foundation 0x966c3898 +NSScriptSuiteRegistry sharedScriptSuiteRegistry + 92
13 com.apple.Foundation 0x966c36d0 +NSScriptSuiteRegistry _loadScriptSuites + 56
14 com.apple.Foundation 0x96631684 _nsnote_callback + 196
15 com.apple.CoreFoundation 0x9536b438 _CFXNotificationPostNotification + 920
16 com.apple.Foundation 0x9662edc0 -NSNotificationCenter postNotificationName:object:userInfo: + 88
17 com.apple.Foundation 0x966d3530 _NSAppleEventManagerPreDispatchHandler + 272
18 com.apple.AE 0x93b0dce0 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 164
19 com.apple.AE 0x93b178a4 AESendMessage + 992
20 com.apple.AE 0x93b1a7ec aeSend + 196
21 com.apple.HIToolbox 0x91853cc0 AESend + 100
22 com.apple.applescript 0x12013c18 AEDefaultSendProc(AEDesc const*, AEDesc*, long, short, long, unsigned char ()(EventRecord, long*, OpaqueRgnHandle**), unsigned char ()(EventRecord, long, long, AEDesc const*), long) + 12
23 com.apple.applescript 0x12017700 ComponentSend(AEDesc const*, AEDesc*, long, long) + 112
24 com.apple.applescript 0x12017904 SendSimpleEventWithReply(AEDesc, unsigned long, unsigned long, AEDesc*, AEDesc*) + 152
25 com.apple.applescript 0x11ffd618 ScanForScriptingAdditions() + 176
26 com.apple.applescript 0x11ffd884 ASInitLocal(long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) + 556
27 com.apple.applescript 0x11ff4fac AppleScriptComponent + 1788
28 com.apple.openscripting 0x9639a26c OSASetActiveProc + 40
29 com.apple.applescript 0x12012fd0 AGenericManager::UpdateInstanceProcs(ComponentInstanceRecord*) + 40
30 com.apple.applescript 0x1201310c AGenericManager::ComponentFromSubtype(unsigned long, ComponentInstanceRecord*&) + 132
31 com.apple.applescript 0x12013354 AGenericManager::HandleGenericCall(ComponentParameters*) + 244
32 com.apple.openscripting 0x9639a5a4 OSAGetScriptingComponent + 40
33 com.apple.OSAKit 0x0a7a04bc -OSALanguage componentInstance + 92
34 com.apple.OSAKit 0x0a7a2dd8 -OSAScript(OSAPrivate) _componentInstance + 40
35 com.apple.OSAKit 0x0a7a113c -OSAScript compileAndReturnError: + 64
36 …AppleScriptStudio.ASKPlugin 0x0a77cb3c 0xa77a000 + 11068
37 …AppleScriptStudio.ASKPlugin 0x0a77c6c0 0xa77a000 + 9920
38 …ple.Xcode.DevToolsInterface 0x00ac5690 -PBXFileNavigator _replaceBookmark:restoreSelection: + 1244
39 …ple.Xcode.DevToolsInterface 0x00ac50bc -PBXFileNavigator replaceBookmark:restoreSelection: + 284
40 …ple.Xcode.DevToolsInterface 0x00aebc98 -PBXFileNavigator replaceBookmark:becomeActive: + 40
41 com.apple.Foundation 0x9665feb0 __NSFireDelayedPerform + 380
42 com.apple.CoreFoundation 0x95389818 CFRunLoopRunSpecific + 2968
43 com.apple.HIToolbox 0x91766b14 RunCurrentEventLoopInMode + 264
44 com.apple.HIToolbox 0x91766938 ReceiveNextEventCommon + 412
45 com.apple.HIToolbox 0x91766778 BlockUntilNextEventMatchingListInMode + 84
46 com.apple.AppKit 0x92ab1244 _DPSNextEvent + 596
47 com.apple.AppKit 0x92ab0bfc -NSApplication nextEventMatchingMask:untilDate:inMode:dequeue: + 112
48 com.apple.AppKit 0x92aaa89c -NSApplication run + 744
49 com.apple.AppKit 0x92a7b298 NSApplicationMain + 440
50 com.apple.Xcode 0x000024c4 0x1000 + 5316
51 ??? 0x00000ffc 0 + 4092

Thread 1 Crashed:
0 com.apple.CoreFoundation 0x9538bb30 __CFTypeCollectionRelease + 76
1 com.apple.CoreFoundation 0x9535aeb4 __CFDictionaryDeallocate + 332
2 com.apple.Foundation 0x9671c728 -NSCFDictionary finalize + 56
3 libobjc.A.dylib 0x97371f88 finalizeOneObject + 60
4 libauto.dylib 0x96369870 foreach_block_do(auto_zone_cursor*, void ()(void, void*), void*) + 108
5 libobjc.A.dylib 0x9737218c batchFinalize + 220
6 libobjc.A.dylib 0x973724e8 batchFinalizeOnTwoThreads + 124
7 libauto.dylib 0x9636a734 auto_collect_internal(Auto::Zone*, int) + 616
8 libauto.dylib 0x9636b0d4 auto_collection_thread(void*) + 148
9 libSystem.B.dylib 0x93bd70c4 _pthread_start + 316

Thread 2:
0 libSystem.B.dylib 0x93b951f8 mach_msg_trap + 8
1 libSystem.B.dylib 0x93b9c11c mach_msg + 56
2 com.apple.CoreFoundation 0x95389394 CFRunLoopRunSpecific + 1812
3 com.apple.Foundation 0x96688d50 +NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop: + 280
4 com.apple.Foundation 0x96631d84 NSThread__main + 1004
5 libSystem.B.dylib 0x93bd70c4 _pthread_start + 316

Thread 3:
0 libSystem.B.dylib 0x93b951f8 mach_msg_trap + 8
1 libSystem.B.dylib 0x93b9c11c mach_msg + 56
2 com.apple.CoreFoundation 0x95389394 CFRunLoopRunSpecific + 1812
3 com.apple.CFNetwork 0x929a33b0 CFURLCacheWorkerThread(void*) + 288
4 libSystem.B.dylib 0x93bd70c4 _pthread_start + 316

Thread 4:
0 libSystem.B.dylib 0x93bf8d74 select$DARWIN_EXTSN + 12
1 com.apple.CoreFoundation 0x95394808 __CFSocketManager + 764

Thread 5:
0 libSystem.B.dylib 0x93b9bc0c __semwait_signal + 12
1 libSystem.B.dylib 0x93bd846c _pthread_cond_wait + 1580
2 com.apple.Xcode.DevToolsCore 0x00575fdc -XCInvocationQueue _processInvocationsInThreadSlotNumber: + 304
3 com.apple.Foundation 0x96631d84 NSThread__main + 1004
4 libSystem.B.dylib 0x93bd70c4 _pthread_start + 316

Thread 6:
0 libSystem.B.dylib 0x93b9bc0c __semwait_signal + 12
1 libSystem.B.dylib 0x93bd846c _pthread_cond_wait + 1580
2 com.apple.Xcode.DevToolsCore 0x00575fdc -XCInvocationQueue _processInvocationsInThreadSlotNumber: + 304
3 com.apple.Foundation 0x96631d84 NSThread__main + 1004
4 libSystem.B.dylib 0x93bd70c4 _pthread_start + 316

Thread 1 crashed with PPC Thread State 32:
srr0: 0x9538bb30 srr1: 0x0200f030 dar: 0x11fbb26d dsisr: 0x40000000
r0: 0xa0816174 r1: 0xf0102740 r2: 0xa081baec r3: 0xa0816174
r4: 0x11fbb268 r5: 0x00000000 r6: 0x016fc080 r7: 0x016fc080
r8: 0x016fc080 r9: 0x00000058 r10: 0x9538a1c4 r11: 0x00000001
r12: 0x9538bae4 r13: 0x00000000 r14: 0x00000000 r15: 0xf0102d90
r16: 0x0034224c r17: 0x00342000 r18: 0x00342318 r19: 0x00000000
r20: 0x00000001 r21: 0xf0102cb0 r22: 0xa0817db0 r23: 0xa0817ddc
r24: 0x031a7960 r25: 0x00000008 r26: 0xa0816174 r27: 0x031a78c0
r28: 0x00000001 r29: 0x00000004 r30: 0x11fbb268 r31: 0x9538baec
cr: 0x24000442 xer: 0x00000007 lr: 0x9538baec ctr: 0x9538bae4
vrsave: 0x00000000

Binary Images:
0x1000 - 0x19fff com.apple.Xcode 3.1.4 (1203) /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
0x42000 - 0x66fff com.apple.DevToolsFoundation 3.1 (1201) <3ce92426fb372fd293d803d3307a371a> /Developer/Library/PrivateFrameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x84000 - 0x9bfff com.apple.JavaKit 5.1 (1160) <1e20a1f788a612a70da8ef6b26c0aea1> /Developer/Library/PrivateFrameworks/JavaKit.framework/Versions/A/JavaKit
0xac000 - 0xe3ffb com.apple.Xcode.DevToolsSupport 5.1 (1186) <349e4733ae8ca5501fd75329edaf9058> /Developer/Library/PrivateFrameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x109000 - 0x112fff com.apple.Xcode.DevToolsRemoteClient 5.1 (1203) /Developer/Library/PrivateFrameworks/DevToolsRemoteClient.framework/Versions/A/DevToolsRemoteClient
0x11b000 - 0x1cbffd com.apple.Xcode.DevToolsCParsing 5.1 (1160) <1ea3d83a056f90fa52a0d7fd3c07698f> /Developer/Library/PrivateFrameworks/DevToolsCParsing.framework/Versions/A/DevToolsCParsing
0x21c000 - 0x27efff com.apple.Xcode.XcodeEdit 3.1 (1183) /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/XcodeEdit
0x2b0000 - 0x30afff com.apple.Symbolication 1.1 (42.3.6) <8a37cbd04ebd2c7cc890b46558c9d911> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x52d000 - 0x87dffc com.apple.Xcode.DevToolsCore 5.1 (1204) <9033ce4c8a8f611e664cdd3fee948849> /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0xa5a000 - 0xfd0fff com.apple.Xcode.DevToolsInterface 5.1 (1203) <7cb5e08b212065125bb57120bd13caee> /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/DevToolsInterface
0x131e000 - 0x135cfff com.apple.DebugSymbols 1.1 (70) <61a46be2edfb90f30952fb015bfacecf> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x1378000 - 0x13abfff com.apple.DocSetAccess 2.1 (1180) /Developer/Library/PrivateFrameworks/DocSetAccess.framework/Versions/A/DocSetAccess
0x13cd000 - 0x1408ffb com.apple.Xdesign.XDBase 3.1 (1160) <63c1ce5091498cac117fce70e9793c41> /Developer/Library/PrivateFrameworks/XDBase.framework/Versions/A/XDBase
0x1456000 - 0x1457ffd +com.1passwd.InputManager 2.9.22 (7535) /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
0x1478000 - 0x1484fff com.apple.xdmappingmodel 3.1 (1160) <03f0f7028ab32c1bb6ed8fd287f708f0> /Developer/Library/Xcode/Plug-ins/XDMappingModel.xdplugin/Contents/MacOS/XDMappingModel
0x14b0000 - 0x14b0fff com.apple.applescript.component 2.0.1 (2.0.1) /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
0x14d8000 - 0x14f0fff com.apple.XdesignPlugin 3.1 (1182) <54cd460e23760bd93b151fa44c773efe> /Developer/Library/Xcode/Plug-ins/XdesignPlugin.xcplugin/Contents/MacOS/XdesignPlugin
0x1700000 - 0x1721fff libexpat.1.dylib ??? (???) /usr/lib/libexpat.1.dylib
0x1728000 - 0x175aff9 com.apple.XDSourceCode 3.1 (1160) <5125783fb275b2f8f7d98f3ca607b9fd> /Developer/Library/Xcode/Plug-ins/XDClassModel.xdplugin/Contents/MacOS/XDClassModel
0x1775000 - 0x17a3fff com.apple.xdcoredataplugin 3.1 (1183) <6583f887a7a76a234c17902283487246> /Developer/Library/Xcode/Plug-ins/XDCoreDataModel.xdplugin/Contents/MacOS/XDCoreDataModel
0x17ba000 - 0x17bbfff com.apple.Xdesign.XDInterface.GraphLayouter.ForceDirected 3.1 (1183) <68e03632933e83d577b12ec826152957> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/PlugIns/XDForceDirectedGraphLayouter.diagramGraphLayouter/Contents/MacOS/XDForceDirectedGraphLayouter
0x17c0000 - 0x17c1fff com.apple.Xdesign.XDInterface.GraphLayouter.Hierarchical 3.1 (1183) <44befa3e575dbeaaa3633f117198da34> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/PlugIns/XDHierarchicalGraphLayouter.diagramGraphLayouter/Contents/MacOS/XDHierarchicalGraphLayouter
0x17c6000 - 0x17d4ffb com.apple.xcode.subversion 3.1 (1160) <4c9cfb16e214124a3dff32f954b4dcce> /Developer/Library/Xcode/Plug-ins/XcodeSubversionPlugin.xcplugin/Contents/MacOS/XcodeSubversionPlugin
0x17df000 - 0x17efffd libaprutil-1.0.dylib ??? (???) <84a147c6ce1e5b1fc6f21bfb84c1fdfc> /usr/lib/libaprutil-1.0.dylib
0x17f7000 - 0x17f9ffc libsvn_fs-1.0.dylib ??? (???) <7c8ae7f9192bfead48d3d1324efdd7b7> /usr/lib/libsvn_fs-1.0.dylib
0xa300000 - 0xa318ffb libapr-1.0.dylib ??? (???) /usr/lib/libapr-1.0.dylib
0xa323000 - 0xa33ffff libsvn_client-1.0.dylib ??? (???) <06fe2a48f6afaf441ded8487dfcc2c2e> /usr/lib/libsvn_client-1.0.dylib
0xa348000 - 0xa34fffc libsvn_delta-1.0.dylib ??? (???) <233023e14ba7f9a303ff63dbd0e939bf> /usr/lib/libsvn_delta-1.0.dylib
0xa354000 - 0xa359fff libsvn_diff-1.0.dylib ??? (???) /usr/lib/libsvn_diff-1.0.dylib
0xa35e000 - 0xa370ffc libsvn_fs_fs-1.0.dylib ??? (???) <46f67f2cb52db4d86a41e67065be6abc> /usr/lib/libsvn_fs_fs-1.0.dylib
0xa377000 - 0xa37affe libsvn_ra_local-1.0.dylib ??? (???) <553f23e6830fa0d38d98c48bebc0e71d> /usr/lib/libsvn_ra_local-1.0.dylib
0xa37f000 - 0xa38cfff libsvn_ra_svn-1.0.dylib ??? (???) /usr/lib/libsvn_ra_svn-1.0.dylib
0xa392000 - 0xa393ffd libsvn_ra-1.0.dylib ??? (???) <3f584d8eb7bd23a2a6322f71215c2526> /usr/lib/libsvn_ra-1.0.dylib
0xa398000 - 0xa3affff libsvn_repos-1.0.dylib ??? (???) <80014ebd77ae5805c4185ee0f965b0bd> /usr/lib/libsvn_repos-1.0.dylib
0xa3b6000 - 0xa3d7fff libsvn_subr-1.0.dylib ??? (???) /usr/lib/libsvn_subr-1.0.dylib
0xa3e2000 - 0xa404ffe libsvn_wc-1.0.dylib ??? (???) /usr/lib/libsvn_wc-1.0.dylib
0xa40d000 - 0xa41ffff libsvn_ra_dav-1.0.dylib ??? (???) /usr/lib/libsvn_ra_dav-1.0.dylib
0xa427000 - 0xa43bfff libneon.26.dylib ??? (???) <14eac51dfa9630b1907d810292b59580> /usr/lib/libneon.26.dylib
0xa444000 - 0xa444fff com.apple.xcode.subversion.ui 3.1 (1160) /Developer/Library/Xcode/Plug-ins/XcodeSubversionIDEPlugin.xcplugin/Contents/MacOS/XcodeSubversionIDEPlugin
0xa449000 - 0xa45afff com.apple.xcode.perforce 3.1 (1160) <79311dc762635a40326749ce25e55306> /Developer/Library/Xcode/Plug-ins/XcodePerforcePlugin.xcplugin/Contents/MacOS/XcodePerforcePlugin
0xa464000 - 0xa468fff com.apple.xcode.perforce.ui 3.1 (1160) <71208784f146aafefc517869fd916960> /Developer/Library/Xcode/Plug-ins/XcodePerforceIDEPlugin.xcplugin/Contents/MacOS/XcodePerforceIDEPlugin
0xa6da000 - 0xa6f3fff com.apple.xcode.cvs 3.1 (1160) /Developer/Library/Xcode/Plug-ins/XcodeCVSPlugin.xcplugin/Contents/MacOS/XcodeCVSPlugin
0xa701000 - 0xa704fff com.apple.xcode.cvs.ui 3.1 (1160) <9299d21928f7a2bbab2edd7693e1d3e3> /Developer/Library/Xcode/Plug-ins/XcodeCVSIDEPlugin.xcplugin/Contents/MacOS/XcodeCVSIDEPlugin
0xa709000 - 0xa70efff com.apple.Xcode.PlistPlugin 3.1 (1201) /Developer/Library/Xcode/Plug-ins/PlistPlugin.xcplugin/Contents/MacOS/PlistPlugin
0xa715000 - 0xa734fff com.apple.Xcode.PlistEdit 3.1 (1201) /Developer/Library/PrivateFrameworks/PlistEdit.framework/Versions/A/PlistEdit
0xa748000 - 0xa757fff com.apple.xcode.plugins.DocViewerPlugIn 5.1 (1160) /Developer/Library/Xcode/Plug-ins/DocViewerPlugIn.xcplugin/Contents/MacOS/DocViewerPlugIn
0xa761000 - 0xa764fff com.apple.AppleScriptStudio.ASKDictionaryPlugin 1.6 (68) <01021113756dcba4eddb2d5f7f67252f> /Developer/Library/Xcode/Plug-ins/ASKDictionaryPlugin.pbplugin/Contents/MacOS/ASKDictionaryPlugin
0xa76d000 - 0xa76dfff com.apple.xcode.plug-in.CoreBuildTasks 3.0 (1204) <0a21e03c6a172ec59291c8e2e29a9b1b> /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0xa77a000 - 0xa77ffff com.apple.AppleScriptStudio.ASKPlugin 1.7 (68) <997f9c2c0aa1da2908ee7e9d4e647a78> /Developer/Library/Xcode/Plug-ins/ASKPlugin.pbplugin/Contents/MacOS/ASKPlugin
0xa786000 - 0xa7bcfff com.apple.OSAKit 1.1 (55) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0xa7e8000 - 0xa7f4ffb libexslt.0.dylib ??? (???) <8ea5a70cdd491abab8860ccedb89da08> /usr/lib/libexslt.0.dylib
0xc9c2000 - 0xcad6fff com.apple.Xdesign.XDInterface 3.1 (1183) <47516ce72b14462a8522620500a5e858> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/XDInterface
0xcb81000 - 0xcbc2fff com.apple.AppleScriptKit 1.5 (74) /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
0xcc02000 - 0xcc0afff com.apple.AppleScriptStudio.ASKDebuggerPlugin 1.6 (68) /Developer/Library/Xcode/Plug-ins/ASKDebuggerPlugin.pbplugin/Contents/MacOS/ASKDebuggerPlugin
0xcc13000 - 0xcc39fff com.apple.Xcode.JavaDebugging 5.1 (1203) <9a87d35885779b96c87b21d3eb8ddf52> /Developer/Applications/Xcode.app/Contents/PlugIns/JavaDebugging.xcplugin/Contents/MacOS/JavaDebugging
0xcc52000 - 0xcca3ffb com.apple.Xcode.GDBMIDebuggingPlugin 5.1 (1203) /Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Contents/MacOS/GDBMIDebugging
0xccd3000 - 0xcce1fff com.apple.Xcode.BuildSettingsPanes 5.1 (1203) <26c3b67ea7647d0ab8d708dcabf2868b> /Developer/Applications/Xcode.app/Contents/PlugIns/BuildSettingsPanes.xcplugin/Contents/MacOS/BuildSettingsPanes
0xeead000 - 0xf094ff3 com.apple.RawCamera.bundle 2.1.0 (474) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0xfddb000 - 0xfde1fff libCGXCoreImage.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x115ee000 - 0x11652fef +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x11a33000 - 0x11b80feb +com.elgato.mpegsupport EyeTV MPEG Support 1.1.0 (build 48) (1.0.9) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
0x11fee000 - 0x12078fff com.apple.applescript 2.0.1 (2.0.1) /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
0x900bb000 - 0x900f0ff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x900f1000 - 0x900f6ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x900f7000 - 0x90179fff com.apple.print.framework.PrintCore 5.5.4 (245.6) <9e01c05323b526bfc4d8f28940c373c2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9017a000 - 0x9017bff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9017c000 - 0x90187ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x901d3000 - 0x90210ffe com.apple.securityfoundation 3.0.2 (36131) <0b16a0af10bdf48dfae4f20aecbcca6e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x90211000 - 0x90238fff libcups.2.dylib ??? (???) <36d234d12b45180674e9c00585cd10a6> /usr/lib/libcups.2.dylib
0x90445000 - 0x904cffff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x904e6000 - 0x905dcffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
0x905dd000 - 0x90662fff libsqlite3.0.dylib ??? (???) /usr/lib/libsqlite3.0.dylib
0x90663000 - 0x9066bfff libbsm.dylib ??? (???) /usr/lib/libbsm.dylib
0x9066c000 - 0x9067afff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x9067b000 - 0x9067bfff com.apple.Carbon 136 (136) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9067c000 - 0x9068cffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x90698000 - 0x90c52fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90ca3000 - 0x90d08ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x90d09000 - 0x91137ffe libGLProgrammability.dylib ??? (???) <79e91a3ef8d13e2d1eaca2a38d5575bb> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91138000 - 0x91321fff com.apple.security 5.0.5 (36371) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91322000 - 0x913bcff7 com.apple.ApplicationServices.ATS 3.8 (???) <61c7a66473c16fce3d1eac4d09d401d7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91402000 - 0x91405ffb com.apple.securityhi 3.0 (30817) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x91406000 - 0x914edffc com.apple.WebKit 5531.21 (5531.21.8) <2674f9eafd8daba90a6453303721b219> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x914ee000 - 0x9154ffff com.apple.CoreText 2.0.4 (???) <72b950056b8bced5bacaad5e0712fcf8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91550000 - 0x91579ffb com.apple.shortcut 1.0.1 (1.0) <2d585ff6d2228a19705d304548a1e0df> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9157a000 - 0x91642ffb com.apple.CoreData 100.2 (186.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91643000 - 0x91699fff libGLU.dylib ??? (???) <4307c8f9f09bca8afc78fa089c3f074e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9169a000 - 0x916a5fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x916a6000 - 0x916a6fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x916ad000 - 0x91735fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91736000 - 0x91a6fff7 com.apple.HIToolbox 1.5.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91a70000 - 0x91b20fff com.apple.QD 3.11.57 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91b21000 - 0x92510ff1 com.apple.WebCore 5531.21 (5531.21.8) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x92511000 - 0x9252cff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9252d000 - 0x9282fffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x92830000 - 0x92840fff libsasl2.2.dylib ??? (???) /usr/lib/libsasl2.2.dylib
0x92841000 - 0x928a8ffb libstdc++.6.dylib ??? (???) /usr/lib/libstdc++.6.dylib
0x928a9000 - 0x92913fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x92914000 - 0x92922ff3 com.apple.opengl 1.5.10 (1.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x92954000 - 0x92961fff libCSync.A.dylib ??? (???) <7ccecf2b36209e1196c42c635938519e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92962000 - 0x9299ffff libRIP.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x929a0000 - 0x92a53ffc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x92a54000 - 0x92a74ff7 libJPEG.dylib ??? (???) <65edcc6af826566c94cfa1f19fd02291> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92a75000 - 0x931ebfff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x931ec000 - 0x931f5fff com.apple.DiskArbitration 2.2.1 (2.2.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x93345000 - 0x9366efe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9366f000 - 0x936d1ffb com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x936d9000 - 0x93703ff7 libssl.0.9.7.dylib ??? (???) <4892f43ea37764d3121fa7346b601d77> /usr/lib/libssl.0.9.7.dylib
0x93704000 - 0x9379bfff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9379c000 - 0x937c9fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93a47000 - 0x93a4fffb libCGATS.A.dylib ??? (???) <72ecb94f23cdc622a277671b4976a7d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93a50000 - 0x93b0afff libcrypto.0.9.7.dylib ??? (???) /usr/lib/libcrypto.0.9.7.dylib
0x93b0b000 - 0x93b40fff com.apple.AE 402.3 (402.3) <6a6f752bba2d537eb8590e1cec01ac9a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x93b4f000 - 0x93b5efff com.apple.DSObjCWrappers.Framework 1.3 (1.3) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x93b94000 - 0x93d34ff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
0x93d52000 - 0x93d5eff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93d5f000 - 0x93d90fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93d91000 - 0x940c3ff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x940c4000 - 0x940d7ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5b27baaca82de45b30cab68779279d8c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x940d8000 - 0x94111fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <22e7a58ae6fe75d9dfd8e2e66d7dfb78> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94112000 - 0x94d3dfef com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x94d3e000 - 0x94d49ffb libgcc_s.1.dylib ??? (???) /usr/lib/libgcc_s.1.dylib
0x94d4a000 - 0x94d88ff7 libtidy.A.dylib ??? (???) <26b1dda45eb0916e4bbbc70d281b437e> /usr/lib/libtidy.A.dylib
0x94d89000 - 0x94dd0fff com.apple.NavigationServices 3.5.2 (163) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94dd1000 - 0x94dedffb libPng.dylib ??? (???) <82a7ac26fb2dd17c6c6159f1227d4de6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x94dee000 - 0x94f3affb com.apple.ImageIO.framework 2.0.6 (2.0.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94f4b000 - 0x9501efff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95026000 - 0x9502dfff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9502e000 - 0x95074ff9 com.apple.securityinterface 3.0.4 (37213) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95075000 - 0x9510aff7 com.apple.framework.IOKit 1.5.2 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9510b000 - 0x9519affb com.apple.DesktopServices 1.4.8 (1.4.8) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9519b000 - 0x952afffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x952b0000 - 0x952fffff libGLImage.dylib ??? (???) <69eba6e64ea12c7392286db4f29d7a1d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95300000 - 0x9531ffff libresolv.9.dylib ??? (???) <8c370b0ab8184a37e84131a444a0f696> /usr/lib/libresolv.9.dylib
0x95320000 - 0x95445ff3 com.apple.CoreFoundation 6.5.7 (476.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x95446000 - 0x954c1fff com.apple.SearchKit 1.2.2 (1.2.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95511000 - 0x95518ffb com.apple.print.framework.Print 218.0.3 (220.2) <48f5dd2ce80e9f7c8e3be2acbca8584f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95519000 - 0x955bbffb com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x955bc000 - 0x95704ff3 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib
0x95777000 - 0x95778fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x957be000 - 0x958d1fff com.apple.PubSub 1.0.4 (65.11) <4370815eb840a0892988c28122c05c4b> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x958d2000 - 0x95c37ffe com.apple.QuartzCore 1.5.8 (1.5.8) <173de39401d774ee555d15681ba13be1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x95c38000 - 0x95c4bfff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95c4c000 - 0x961c8ff7 com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96233000 - 0x96303fff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96304000 - 0x96361ffb com.apple.HIServices 1.7.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96368000 - 0x96393ff7 libauto.dylib ??? (???) /usr/lib/libauto.dylib
0x96394000 - 0x96394fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96395000 - 0x96397ffd libRadiance.dylib ??? (???) <34621dd441aab91846ed399a4801e9f8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96398000 - 0x963b4ffb com.apple.openscripting 1.2.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x963b5000 - 0x96577ff4 com.apple.CoreAUC 3.08.0 (3.08.0) <9d8d7368e2d3b11318a3556c6d4902a1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x96578000 - 0x96600ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96601000 - 0x96620fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96621000 - 0x96627ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x96628000 - 0x9686effb com.apple.Foundation 6.5.9 (677.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9686f000 - 0x969dbff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x969dc000 - 0x969e0ffe libGIF.dylib ??? (???) <755ca03546f380942649cb38cec37ba2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x969e1000 - 0x96a91fff edu.mit.Kerberos 6.0.13 (6.0.13) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96a92000 - 0x96ad3ffb libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96ad5000 - 0x96ad5ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x96ad6000 - 0x96af0ffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96af1000 - 0x96b8afc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96c5b000 - 0x96c5bff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x96c5c000 - 0x96c84fff libxslt.1.dylib ??? (???) /usr/lib/libxslt.1.dylib
0x96d80000 - 0x96d83fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96d84000 - 0x96d9cffb com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96d9d000 - 0x96e87fff libxml2.2.dylib ??? (???) /usr/lib/libxml2.2.dylib
0x96fae000 - 0x970f5ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9710a000 - 0x97261ffb com.apple.JavaScriptCore 5531.21 (5531.21.9) <4954a9baddeb61795c18970e821caa57> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x972a5000 - 0x972f4fff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9732e000 - 0x9734dfff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9734e000 - 0x9734effa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9734f000 - 0x97366ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x97367000 - 0x9744afff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Model: Powerbook G4 Aluminum FW 800
AppleScript: 2.0.1
Browser: Safari 531.9
Operating System: Mac OS X (10.5)

Wow. 145 people read the post and not one reply. Lets try this another way…

does anyone have ANY suggestions where i can get help? I have literally exhausted all my options. I would be indebted.