Giter VIP home page Giter VIP logo

projectplus's People

Contributors

ciaran avatar navilan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

projectplus's Issues

TextMate with ProjectPlus installed revives files previously opened and deleted

I originally raised this bug as http://ticket.macromates.com/show?ticket_id=944DEBFD, and cloned here as it appears to be a bug that only gets triggered when ProjectPlus is installed.

Steps to reproduce:

  1. Create three files on the desktop: foo.js, bar.js, baz.js.
  2. Select all 3 files and drag them onto the TextMate app icon
  3. Edit all 3 files and save them in TextMate
  4. Close the ad-hoc project window TextMate opened for those 3 files
  5. Delete the files (rm *.js)
  6. Go back into TextMate
  7. Go back to the Finder

At this stage, I can reproduce reliably that the three files that I had deleted re-appear.

Running Mac OS X 10.6.2 and TextMate Version 1.5.8 (1509)

Items cannot be permanently removed from project

Steps to reproduce:

  • open any project file
  • remove items from the sidebar (right-click, Remove Selected Files..., Delete Reference)
  • add some files in related parent folders through the Finder or close and reopen the project, i.e. do anything that causes Project+ to refresh the directory contents
  • result: the removed items reappear in the sidebar

This is quite annoying behavior. I have a project that deals with a lot of temporary files which it stores in a subfolder. If this subfolder is in the file list, switching to TextMate takes several seconds while every file in that folder is re-examined. I need to exclude that folder from that project, but Project+ keeps reviving it at odd times.

"Files on top" sorting isn't sticky

When TextMate reloads the project tree (due to files changing), it re-sorts the contents, ignoring the Project+ setting "Folders on top".

Crash when TextMate regains focus with a git project open

I've used ProjectPlus for a looooong time for SVN repositories and had no trouble, so I'm pretty sure this is specific to Git. The title pretty much says it all. I assume the "rescan the project for changes" step is what triggers it.

The Console says:

12/28/09 9:10:53 AM com.apple.launchd.peruser.501[174]  ([0x0-0x61b61b].com.macromates.textmate[30839]) Job appears to have crashed: Trace/BPT trap
12/28/09 9:10:56 AM ReportCrash[34924]  Saved crash report for TextMate[30839] version 1.5.9 (1589) to /Users/rob/Library/Logs/DiagnosticReports/TextMate_2009-12-28-091056_lander.crash

That file contains the following:

Process:         TextMate [30839]
Path:            /Applications/TextMate.app/Contents/MacOS/TextMate
Identifier:      com.macromates.textmate
Version:         1.5.9 (1589)
Code Type:       X86 (Native)
Parent Process:  launchd [174]

Date/Time:       2009-12-28 09:10:48.231 -0500
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  35

Thread 0:  Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation        0x93b1d7f5 __CFArrayReleaseValues + 245
1   com.apple.CoreFoundation        0x93af36f1 _CFRelease + 353
2   com.apple.CoreFoundation        0x93b52845 -[__NSFastEnumerationEnumerator nextObject] + 597
3   com.macromates.textmate         0x00058427 -[OakPreOrderArrayEnumerator nextObject] + 57
4   com.macromates.textmate         0x000bbf8e -[OakProjectController applicationDidBecomeActiveNotification:] + 1420
5   com.apple.Foundation            0x956af270 _nsnote_callback + 345
6   com.apple.CoreFoundation        0x93b419a9 __CFXNotificationPost + 905
7   com.apple.CoreFoundation        0x93b413da _CFXNotificationPostNotification + 186
8   com.apple.Foundation            0x956a4094 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
9   com.apple.Foundation            0x956b1471 -[NSNotificationCenter postNotificationName:object:] + 56
10  com.apple.AppKit                0x9870ab55 -[NSApplication sendEvent:] + 2373
11  com.macromates.textmate         0x000427b1 -[OakApplication sendEvent:] + 159
12  com.apple.AppKit                0x9869f4ff -[NSApplication run] + 917
13  com.apple.AppKit                0x98697535 NSApplicationMain + 574
14  com.macromates.textmate         0x0012bcc9 main + 171
15  com.macromates.textmate         0x00002e26 _start + 216
16  com.macromates.textmate         0x00002d4d start + 41

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x9697b0ea kevent + 10
1   libSystem.B.dylib               0x9697b804 _dispatch_mgr_invoke + 215
2   libSystem.B.dylib               0x9697acc3 _dispatch_queue_invoke + 163
3   libSystem.B.dylib               0x9697aa68 _dispatch_worker_thread2 + 234
4   libSystem.B.dylib               0x9697a4f1 _pthread_wqthread + 390
5   libSystem.B.dylib               0x9697a336 start_wqthread + 30

Thread 2:  JavaScriptCore: FastMalloc scavenger
0   libSystem.B.dylib               0x96982806 __semwait_signal + 10
1   libSystem.B.dylib               0x969824c2 _pthread_cond_wait + 1191
2   libSystem.B.dylib               0x96984158 pthread_cond_wait$UNIX2003 + 73
3   com.apple.JavaScriptCore        0x94c72276 WTF::TCMalloc_PageHeap::scavengerThread() + 614

Thread 3:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 4:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 5:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 6:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 7:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 8:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 9:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 10:
0   libSystem.B.dylib               0x969548da mach_msg_trap + 10
1   libSystem.B.dylib               0x96955047 mach_msg + 68
2   com.apple.CoreFoundation        0x93b2377f __CFRunLoopRun + 2079
3   com.apple.CoreFoundation        0x93b22864 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation        0x93b22691 CFRunLoopRunInMode + 97
5   com.apple.Foundation            0x956e8430 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6   com.apple.Foundation            0x956af8d8 -[NSThread main] + 45
7   com.apple.Foundation            0x956af888 __NSThread__main__ + 1499
8   libSystem.B.dylib               0x96981fbd _pthread_start + 345
9   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 11:
0   libSystem.B.dylib               0x96973856 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x93b62ddd __CFSocketManager + 1085
2   libSystem.B.dylib               0x96981fbd _pthread_start + 345
3   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 12:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 13:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 14:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 15:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 16:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 17:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 18:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 19:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 20:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 21:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 22:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 23:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 24:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 25:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 26:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 27:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 28:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 29:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 30:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 31:
0   libSystem.B.dylib               0x96954922 semaphore_wait_signal_trap + 10
1   libSystem.B.dylib               0x9698245c _pthread_cond_wait + 1089
2   libSystem.B.dylib               0x969cb503 pthread_cond_wait + 48
3   com.macromates.textmate         0x0012f84e text::view::tokenize_filter::actual_worker() + 434
4   com.macromates.textmate         0x0001d0e1 text::view::tokenize_filter::worker(void*) + 17
5   libSystem.B.dylib               0x96981fbd _pthread_start + 345
6   libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 32:
0   libSystem.B.dylib               0x9697a182 __workq_kernreturn + 10
1   libSystem.B.dylib               0x9697a718 _pthread_wqthread + 941
2   libSystem.B.dylib               0x9697a336 start_wqthread + 30

Thread 33:
0   libSystem.B.dylib               0x9697a182 __workq_kernreturn + 10
1   libSystem.B.dylib               0x9697a03f pick_nextworkqueue_droplock + 787
2   libSystem.B.dylib               0x96979d1f pthread_workqueue_additem_np + 320
3   libSystem.B.dylib               0x969794a9 _dispatch_queue_wakeup_global + 142
4   libSystem.B.dylib               0x9697935a _dispatch_wakeup + 40
5   libSystem.B.dylib               0x96aa8356 _dispatch_queue_push_list_slow + 37
6   libSystem.B.dylib               0x969793d2 _dispatch_wakeup + 160
7   libSystem.B.dylib               0x9697c3e5 _dispatch_barrier_sync_f_slow + 180
8   libSystem.B.dylib               0x9697875c dispatch_sync + 31
9   com.apple.CoreFoundation        0x93b78a32 __CFMachPortDeallocate + 210
10  com.apple.CoreFoundation        0x93af36f1 _CFRelease + 353
11  com.apple.CoreFoundation        0x93b200ed _CFAutoreleasePoolPop + 253
12  com.apple.Foundation            0x9569cf13 NSPopAutoreleasePool + 393
13  sh.ciaranwal.projectplus        0x1338b455 -[GitIcons executeLsFilesUnderPath:inProject:] + 773
14  sh.ciaranwal.projectplus        0x1338b7de -[GitIcons executeLsFilesForProject:] + 84
15  com.apple.Foundation            0x956af8d8 -[NSThread main] + 45
16  com.apple.Foundation            0x956af888 __NSThread__main__ + 1499
17  libSystem.B.dylib               0x96981fbd _pthread_start + 345
18  libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 34:
0   libSystem.B.dylib               0x969548da mach_msg_trap + 10
1   libSystem.B.dylib               0x96955047 mach_msg + 68
2   com.apple.CoreFoundation        0x93b2377f __CFRunLoopRun + 2079
3   com.apple.CoreFoundation        0x93b22864 CFRunLoopRunSpecific + 452
4   com.apple.CoreFoundation        0x93b22691 CFRunLoopRunInMode + 97
5   com.apple.Foundation            0x9573ead9 -[NSConcreteTask waitUntilExit] + 273
6   sh.ciaranwal.projectplus        0x1338b455 -[GitIcons executeLsFilesUnderPath:inProject:] + 773
7   sh.ciaranwal.projectplus        0x1338b7de -[GitIcons executeLsFilesForProject:] + 84
8   com.apple.Foundation            0x956af8d8 -[NSThread main] + 45
9   com.apple.Foundation            0x956af888 __NSThread__main__ + 1499
10  libSystem.B.dylib               0x96981fbd _pthread_start + 345
11  libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 35 Crashed:
0   com.apple.CoreFoundation        0x93b0b441 __CFBasicHashDeallocate + 17
1   com.apple.CoreFoundation        0x93af36f1 _CFRelease + 353
2   com.apple.CoreFoundation        0x93b0ba40 __CFBasicHashStandardCallback + 384
3   com.apple.CoreFoundation        0x93b3e0b0 __CFBasicHashReplaceValue + 192
4   com.apple.CoreFoundation        0x93b007b5 CFBasicHashSetValue + 453
5   com.apple.CoreFoundation        0x93b0049a CFDictionarySetValue + 202
6   com.apple.Foundation            0x9569c87a -[NSCFDictionary setObject:forKey:] + 308
7   sh.ciaranwal.projectplus        0x1338b700 -[GitIcons executeLsFilesUnderPath:inProject:] + 1456
8   sh.ciaranwal.projectplus        0x1338b7de -[GitIcons executeLsFilesForProject:] + 84
9   com.apple.Foundation            0x956af8d8 -[NSThread main] + 45
10  com.apple.Foundation            0x956af888 __NSThread__main__ + 1499
11  libSystem.B.dylib               0x96981fbd _pthread_start + 345
12  libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 36:
0   libSystem.B.dylib               0x96954916 semaphore_wait_trap + 10
1   libSystem.B.dylib               0x9697c777 _dispatch_semaphore_wait_slow + 274
2   libSystem.B.dylib               0x9697c3bc _dispatch_barrier_sync_f_slow + 139
3   libSystem.B.dylib               0x9697875c dispatch_sync + 31
4   com.apple.CoreFoundation        0x93b97336 CFMachPortInvalidate + 278
5   com.apple.Foundation            0x9573dcdb -[NSConcreteTask dealloc] + 222
6   com.apple.CoreFoundation        0x93af3528 CFRelease + 152
7   com.apple.CoreFoundation        0x93b200ed _CFAutoreleasePoolPop + 253
8   com.apple.Foundation            0x9569cf13 NSPopAutoreleasePool + 393
9   com.apple.Foundation            0x9569dc32 -[NSAutoreleasePool release] + 130
10  com.apple.Foundation            0x956af8d8 -[NSThread main] + 45
11  com.apple.Foundation            0x956af888 __NSThread__main__ + 1499
12  libSystem.B.dylib               0x96981fbd _pthread_start + 345
13  libSystem.B.dylib               0x96981e42 thread_start + 34

Thread 37:
0   libSystem.B.dylib               0x9697a318 start_wqthread + 0

Thread 35 crashed with X86 Thread State (32-bit):
  eax: 0x93b0b420  ebx: 0x070ebb20  ecx: 0x070ebb24  edx: 0x01001180
  edi: 0x070ebb20  esi: 0x93c24694  ebp: 0xb1631a48  esp: 0xb1631a30
   ss: 0x0000001f  efl: 0x00000202  eip: 0x93b0b441   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0x07a921a0

Binary Images:
    0x1000 -   0x218fee +com.macromates.textmate 1.5.9 (1589) <88D5AF71-88FE-3A27-DEB4-F4519408CBFD> /Applications/TextMate.app/Contents/MacOS/TextMate
  0x443000 -   0x4f8fe7  libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
  0x5f5000 -   0x5f8ff6 +libsvn_ra_local-1.0.0.0.dylib ??? (???) <38EEB6B5-80AA-EB86-CFF6-BDDB95B626FC> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_ra_local-1.0.0.0.dylib
 0x1492000 -  0x1492ffe +libsvn_fs_util-1.0.0.0.dylib ??? (???) <23D9E638-CE8F-373B-DFE6-5D844D45A939> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_fs_util-1.0.0.0.dylib
 0x2d59000 -  0x2dddfe7  com.apple.xquery 1.3 (29) <50F6142C-7E17-D926-8D92-DD1ED86C3406> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
 0x2e80000 -  0x2e83ff3  libFontRegistryUI.dylib ??? (???) <78C8E3E9-C62E-C49C-3727-B2EED2AD6357> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
 0x2e95000 -  0x2e96ff7  ATSHI.dylib ??? (???) <B370C4CD-44F6-1241-EC63-F8F02A96275B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x13386000 - 0x1339bfef +sh.ciaranwal.projectplus ??? (1.3) <CFBE863E-0F2A-2759-035B-4B7E57EFD3EB> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/MacOS/ProjectPlus
0x133aa000 - 0x133afff6 +libsvn_ra-1.0.0.0.dylib ??? (???) <4A138222-703C-BF1A-43A7-BB3778C26036> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_ra-1.0.0.0.dylib
0x133c2000 - 0x133f9ff3 +libsvn_wc-1.0.0.0.dylib ??? (???) <55D0EAB7-C027-CAA2-E0C8-FDF9EB5BCDE5> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_wc-1.0.0.0.dylib
0x1340f000 - 0x13411ff8 +libsvn_fs-1.0.0.0.dylib ??? (???) <B1BF85E7-2F3F-055F-12D4-A547B2EB03F0> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_fs-1.0.0.0.dylib
0x13418000 - 0x1341dffc +com.macromates.dialog_plug-in ??? (1.0) /Applications/TextMate.app/Contents/PlugIns/Dialog.tmplugin/Contents/MacOS/Dialog
0x13423000 - 0x13433fff +com.macromates.dialog2 ??? (1.0) <C320D482-FEBC-5C9E-F0B0-541F5E7FB3B7> /Applications/TextMate.app/Contents/PlugIns/Dialog2.tmplugin/Contents/MacOS/Dialog2
0x13574000 - 0x13581fe7 +com.getdropbox.finderplugin ??? (169) <DC86A475-1C47-7285-D1DC-52A50D0321A7> /Users/rob/Library/Contextual Menu Items/DropboxPlugin.plugin/Contents/MacOS/DropboxPlugin
0x167c6000 - 0x16abfff3  com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x16c88000 - 0x16cbcfff +libsvn_subr-1.0.0.0.dylib ??? (???) <97574A97-6463-C7A1-473B-C0B24FEFABEE> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_subr-1.0.0.0.dylib
0x16cde000 - 0x16cedff8 +libsvn_ra_svn-1.0.0.0.dylib ??? (???) <604F1F63-6085-A2CB-B730-5A210BA26B16> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_ra_svn-1.0.0.0.dylib
0x17773000 - 0x17791ff7 +libsvn_repos-1.0.0.0.dylib ??? (???) <D482B2A9-4BC4-FCEE-18E7-7E582396DAEF> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_repos-1.0.0.0.dylib
0x1779e000 - 0x177bdfff +libsvn_ra_serf-1.0.0.0.dylib ??? (???) <78B71F4A-FD46-59BC-CD37-16FB8D09F08E> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_ra_serf-1.0.0.0.dylib
0x177c8000 - 0x177e2ff3 +libsvn_ra_neon-1.0.0.0.dylib ??? (???) <45A6C575-5C1A-F283-4FAA-C3B4293CB9D0> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_ra_neon-1.0.0.0.dylib
0x177eb000 - 0x17806ff0 +libsvn_fs_fs-1.0.0.0.dylib ??? (???) <CEAD688E-EFB6-DD65-8EBE-79F54A2AE4D7> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_fs_fs-1.0.0.0.dylib
0x17815000 - 0x1781dff7 +libsvn_diff-1.0.0.0.dylib ??? (???) <777AF811-FD94-68EE-DCBC-7D31305CBF00> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_diff-1.0.0.0.dylib
0x17824000 - 0x1782bffa +libsvn_delta-1.0.0.0.dylib ??? (???) <8E4A0559-C56F-24D6-054B-929EBD9BCC38> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_delta-1.0.0.0.dylib
0x17833000 - 0x17866ffb +libsvn_client-1.0.0.0.dylib ??? (???) <830788BF-4BE3-6346-DD90-E9BE1481A838> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libsvn_client-1.0.0.0.dylib
0x1787b000 - 0x17883fff +libserf-0.0.0.0.dylib ??? (???) <CD88C7AD-F4A1-AE26-8463-78315CC2B3F8> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libserf-0.0.0.0.dylib
0x1788a000 - 0x178a3fff +libneon.27.1.2.dylib ??? (???) <FE11EFA3-4791-684E-5C81-A85240EB5CA2> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libneon.27.1.2.dylib
0x178ad000 - 0x178cffe4 +libexpat.0.1.0.dylib ??? (???) <D2AF50E0-F824-A1BC-8DEF-A5730B4D86D2> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libexpat.0.1.0.dylib
0x178d7000 - 0x178f0ff3 +libaprutil-1.0.dylib ??? (???) <EB15AF53-7172-C648-B85B-BEC5518F24F3> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libaprutil-1.0.dylib
0x178fa000 - 0x17918feb +libapr-1.0.dylib ??? (???) <1C7F5196-ADF0-7A31-6FAD-8576327A6E43> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libapr-1.0.dylib
0x17924000 - 0x17937fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (296) /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x17947000 - 0x1795bff3 +libaprutil-1.0.2.12.dylib ??? (???) <93620658-A68A-6F18-D31A-81E05E338338> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libaprutil-1.0.2.12.dylib
0x17963000 - 0x1797ffeb +libapr-1.0.2.12.dylib ??? (???) <8026DEE9-17E4-35E7-B9AC-83F314BA52C1> /Users/rob/Library/Application Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/libapr-1.0.2.12.dylib
0x1798a000 - 0x179b0fff  libssl.0.9.7.dylib ??? (???) <8BF98B2F-0F55-40CA-C082-43C76707BD24> /usr/lib/libssl.0.9.7.dylib
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90003000 - 0x9082dfe7  com.apple.WebCore 6531.21 (6531.21.8) <A1527339-942C-164F-03CB-0949EEA144C4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9082e000 - 0x9082eff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9082f000 - 0x90834ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x90835000 - 0x90879ff3  com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9087a000 - 0x908fcffb  SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x90a14000 - 0x90aacfe7  edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90aad000 - 0x90ab3fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90ab4000 - 0x90ad6fef  com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x90ad7000 - 0x90adbff7  IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x90b25000 - 0x90b4cff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x90b4d000 - 0x90b5bfe7  libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x90b5c000 - 0x90b9aff7  com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x90b9b000 - 0x90bebff7  com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x90bec000 - 0x90bf0ff7  libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x91d54000 - 0x91dc3ff7  libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91dc4000 - 0x91dd9fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91dda000 - 0x91e19ff7  com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x91e1a000 - 0x91f1cfef  com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x91f1d000 - 0x91f1eff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91f32000 - 0x91f88ff7  com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x91f89000 - 0x91fa5fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x920d5000 - 0x92122feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x92123000 - 0x9212afff  com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9212b000 - 0x92131ff7  libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x92132000 - 0x92567ff7  libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92568000 - 0x9265aff7  libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x9266b000 - 0x926a3ff7  com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x926a4000 - 0x927e3fe3  com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x927e4000 - 0x92c92fe7  com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x92c93000 - 0x92cb2fe3  libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
0x92cb3000 - 0x92cf5fe7  libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92cf7000 - 0x92d31ffb  libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x92d32000 - 0x92d73ff7  libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92d82000 - 0x92df3ff7  com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x92df4000 - 0x92ea1fe7  libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
0x92ea2000 - 0x92eabff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x93006000 - 0x93010ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93052000 - 0x93052ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x93053000 - 0x93063ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x93064000 - 0x93064ff7  com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x930a1000 - 0x9313dfe7  com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x931ee000 - 0x931ffff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93219000 - 0x9347bff7  com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9347c000 - 0x934b3fe7  libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
0x934bc000 - 0x934ccff7  libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x934cd000 - 0x93500ff7  com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x93501000 - 0x936e3fff  com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x93826000 - 0x93827ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x93828000 - 0x93905ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93982000 - 0x939a8fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x939de000 - 0x939deff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x939df000 - 0x939fffe7  com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x93a00000 - 0x93a0aff7  libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93a1a000 - 0x93a88ff7  com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x93a89000 - 0x93acdfe7  com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93ae7000 - 0x93c5efef  com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x93c6a000 - 0x93d19ff3  com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93d1a000 - 0x93d4aff7  com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x93dc0000 - 0x93e9aff3  com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93e9b000 - 0x9409bfeb  com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x9409c000 - 0x9410cff3  com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x941ef000 - 0x94371fe7  libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
0x94372000 - 0x9437dff7  libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9437e000 - 0x943f5fe3  com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9445c000 - 0x944d5ff7  com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x944d6000 - 0x944f4ff7  com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x944f5000 - 0x94529ff7  libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
0x9452a000 - 0x94536ff7  libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
0x94537000 - 0x9457aff7  com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9457b000 - 0x94623ffb  com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94624000 - 0x9463cff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x94976000 - 0x9498affb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x94b50000 - 0x94cedfef  com.apple.JavaScriptCore 6531.21 (6531.21.9) <FF236E3F-A016-2AEB-3E62-7108E76EF825> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x94cee000 - 0x94e1afe3  com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94e1b000 - 0x94e85fe7  libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x94e86000 - 0x94f6aff7  com.apple.WebKit 6531.21 (6531.21.8) <E2506911-46B5-0CFE-0C49-77EA8F216E8C> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x94f87000 - 0x94f9bfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x94fce000 - 0x94fceff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94fcf000 - 0x95018fe7  libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95019000 - 0x9502bff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x950c4000 - 0x950c7ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x950c8000 - 0x95181fe7  libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x951d7000 - 0x95305fe7  com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95331000 - 0x95698ff7  com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x95699000 - 0x95909ffb  com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9590a000 - 0x959a7fe3  com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x959c9000 - 0x959d6ff7  com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x959d7000 - 0x95acbfe7  libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
0x95acc000 - 0x95b9dfe3  ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x95b9e000 - 0x95c2ffe7  com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95c30000 - 0x95cb0feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95cb1000 - 0x95d0bfe7  com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x95deb000 - 0x95e21fff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
0x95e22000 - 0x966054b7  com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96606000 - 0x9660cff7  com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9660d000 - 0x96617ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x96618000 - 0x96618ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96621000 - 0x96661ff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x96662000 - 0x9668aff7  libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x9668b000 - 0x96705fef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96804000 - 0x96806ff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x96807000 - 0x96831ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x96832000 - 0x9686fff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x96870000 - 0x96873fe7  libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x968a7000 - 0x968aaff7  libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x96954000 - 0x96af8feb  libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
0x96af9000 - 0x96b3fff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
0x96b40000 - 0x96f56ff7  libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96f7d000 - 0x96fe1ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96fe2000 - 0x97090ff3  com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97091000 - 0x972bcff3  com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x972bd000 - 0x972c7fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x972c8000 - 0x9736ffe7  com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x97370000 - 0x9768ffe7  com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x976ae000 - 0x976d2ff7  libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x976d3000 - 0x976d6ff7  libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x976d7000 - 0x9772ffe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x97788000 - 0x97795ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x97796000 - 0x977cbff7  libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
0x977cc000 - 0x97801ff7  libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97802000 - 0x9785cff7  com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9785d000 - 0x9796aff7  com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9797c000 - 0x97c75fef  com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x97c76000 - 0x97c76ff7  com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97c77000 - 0x97c97fe7  libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x97c98000 - 0x97c99ff7  com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97c9a000 - 0x97ccbff3  libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x97ccc000 - 0x97e88fef  com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x97e89000 - 0x97ec0ff7  com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x97ec1000 - 0x97f12ff7  com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97f13000 - 0x97f73fe7  com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x97f79000 - 0x97f94ff7  libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x97f95000 - 0x97f99ff7  libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x97f9a000 - 0x98175ff3  libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x98176000 - 0x98176ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x98185000 - 0x98187ff7  libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x98188000 - 0x984abfef  com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x984ac000 - 0x9855ffff  libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x98560000 - 0x98560ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98561000 - 0x9859dfff  com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x9859e000 - 0x98694ff7  libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x98695000 - 0x98f73ff7  com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x991ba000 - 0x992bbfe7  libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
0x9935d000 - 0x993adfe7  libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x993fc000 - 0x994c6fef  com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0xbb100000 - 0xbb103fe7  libLatinSuppConverter.dylib ??? (???) <59D12876-5E0C-803C-EC99-832012CF3416> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

SCM badges don’t appear for projects in subfolders

I have several projects in subfolders of the folder I open as a project in TextMate (speck/ is the parent folder, speck/speck/ is one repo, speck/spark/ is another, speck/slack/ is a third, and so on). However, ProjectPlus doesn’t recognize the git repos in those folders, and hilight the files properly.

Crash with Mercurial Badges Enabled

Crash sent in by a Textmate user, he had Mercurial badges enable and was getting consistent crashes until it was disabled.


Interval Since Last Report: 10947 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 617267 sec
Per-App Crashes Since Last Report: 4

Date/Time: 2009-07-02 23:35:50.217 -0400
OS Version: Mac OS X 10.5.7 (9J61)
Report Version: 6
Anonymous UUID: E98C7564-1E86-4704-9A9D-1E2347FD0FCE

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
Crashed Thread: 22

Thread 0:
0 libSystem.B.dylib 0x937f5f9a read$UNIX2003 + 10
1 com.apple.Foundation 0x900e3b26 -[NSConcreteFileHandle
readDataOfLength:] + 502
2 com.apple.Foundation 0x90114aba -[NSConcreteFileHandle
readDataToEndOfFile] + 42
3 sh.ciaranwal.projectplus 0x16821e7b -[HgIcons
executeLsFilesUnderPath:inProject:] + 725
4 sh.ciaranwal.projectplus 0x168222d5 -[HgIcons
statusForPath:inProject:reload:] + 97
5 sh.ciaranwal.projectplus 0x168235a1 -[SCMIcons
statusForPath:inProject:reload:] + 175
6 sh.ciaranwal.projectplus 0x16823a10 -[NSWindowPoser
setRepresentedFilename:] + 234
7 com.apple.AppKit 0x92646a4d -[NSWindowTitleBinder
_observeValueForKeyPath:ofObject:context:] + 241
8 com.apple.Foundation 0x901012ee NSKVONotify + 62
9 com.apple.Foundation 0x9007d5e2 -
[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 546
10 com.macromates.textmate 0x0007cedf -[OakProjectController
applicationDidBecomeActiveNotification:] + 1615
11 ...macromates.plugin-in.remate 0x1587a0d3 -
[NSWindowController(AppSwitching)
swizzledApplicationDidBecomeActiveNotification:] + 63 (ReMate.mm:16)
12 com.apple.Foundation 0x9008053c _nsnote_callback + 364
13 com.apple.CoreFoundation 0x9468464a __CFXNotificationPost +
362
14 com.apple.CoreFoundation 0x94684923
_CFXNotificationPostNotification + 179
15 com.apple.Foundation 0x9007d690 -[NSNotificationCenter
postNotificationName:object:userInfo:] + 128
16 com.apple.Foundation 0x90086ee8 -[NSNotificationCenter
postNotificationName:object:] + 56
17 com.apple.AppKit 0x92412987 -[NSApplication
sendEvent:] + 2091
18 com.macromates.textmate 0x00004045 -[OakApplication
sendEvent:] + 147
19 com.apple.AppKit 0x925e16b4 _NXFinishActivation + 203
20 com.apple.AppKit 0x92448fcd
_NXDoMouseUpWindowOrdering + 254
21 com.apple.AppKit 0x923776ec -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 428
22 com.apple.AppKit 0x9249029b -[NSTableView
_dragShouldBeginFromMouseDown:] + 577
23 com.apple.AppKit 0x9248f924 -[NSTableView
_performDragFromMouseDown:] + 282
24 com.apple.AppKit 0x9248da32 -[NSTableView
mouseDown:] + 741
25 com.apple.AppKit 0x9249f61d -[NSOutlineView
mouseDown:] + 611
26 com.apple.AppKit 0x92446133 -[NSWindow sendEvent:] +
5381
27 com.apple.AppKit 0x92412cd9 -[NSApplication
sendEvent:] + 2941
28 com.macromates.textmate 0x00004045 -[OakApplication
sendEvent:] + 147
29 com.apple.AppKit 0x9237062f -[NSApplication run] + 847
30 com.apple.AppKit 0x9233d834 NSApplicationMain + 574
31 com.macromates.textmate 0x00002fd2 _start + 216
32 com.macromates.textmate 0x00002ef9 start + 41

Thread 1:
0 libSystem.B.dylib 0x937d22e6
semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x938042af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x93805b33
pthread_cond_timedwait_relative_np + 47
3 com.apple.Foundation 0x900c6dcc -[NSCondition
waitUntilDate:] + 236
4 com.apple.Foundation 0x900c6be0 -[NSConditionLock
lockWhenCondition:beforeDate:] + 144
5 com.apple.Foundation 0x900c6b45 -[NSConditionLock
lockWhenCondition:] + 69
6 com.apple.AppKit 0x923ddd20 -[NSUIHeartBeat
_heartBeatThread:] + 753
7 com.apple.Foundation 0x90080e0d -[NSThread main] + 45
8 com.apple.Foundation 0x900809b4 NSThread__main + 308
9 libSystem.B.dylib 0x93803155 _pthread_start + 321
10 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 2:
0 libSystem.B.dylib 0x937d2286 mach_msg_trap + 10
1 libSystem.B.dylib 0x937d9a7c mach_msg + 72
2 com.apple.CoreFoundation 0x946a304e CFRunLoopRunSpecific +
1790
3 com.apple.CoreFoundation 0x946a3cd4 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x935d9e17
TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5 ...ple.CoreServices.CarbonCore 0x9324f057 PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x93803155 _pthread_start + 321
7 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 3:
0 libSystem.B.dylib 0x937d2286 mach_msg_trap + 10
1 libSystem.B.dylib 0x937d9a7c mach_msg + 72
2 com.apple.CoreFoundation 0x946a304e CFRunLoopRunSpecific +
1790
3 com.apple.CoreFoundation 0x946a3cd4 CFRunLoopRun + 84
4 com.apple.DesktopServices 0x935d9f90
TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5 ...ple.CoreServices.CarbonCore 0x9324f057 PrivateMPEntryPoint + 56
6 libSystem.B.dylib 0x93803155 _pthread_start + 321
7 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x937d946e __semwait_signal + 10
1 libSystem.B.dylib 0x93803dcd pthread_cond_wait
$UNIX2003 + 73
2 ...ple.CoreServices.CarbonCore 0x93250e83 TSWaitOnCondition + 126
3 ...ple.CoreServices.CarbonCore 0x9322fd6a
TSWaitOnConditionTimedRelative + 202
4 ...ple.CoreServices.CarbonCore 0x93250b00 MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x935e4f72
TNodeSyncTask::SyncTaskProc(void*) + 84
6 ...ple.CoreServices.CarbonCore 0x9324f057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x93803155 _pthread_start + 321
8 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 6:
0 libSystem.B.dylib 0x938216fa select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x937d946e semwait_signal + 10
1 libSystem.B.dylib 0x93803dcd pthread_cond_wait
$UNIX2003 + 73
2 com.apple.ColorSync 0x955d845c
pthreadSemaphoreWait(t_pthreadSemaphore
) + 42
3 com.apple.ColorSync 0x955ead8e CMMConvTask(void
) + 54
4 libSystem.B.dylib 0x93803155 _pthread_start + 321
5 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 8:
0 libSystem.B.dylib 0x937d946e semwait_signal + 10
1 libSystem.B.dylib 0x93803dcd pthread_cond_wait
$UNIX2003 + 73
2 com.apple.ColorSync 0x955d845c
pthreadSemaphoreWait(t_pthreadSemaphore
) + 42
3 com.apple.ColorSync 0x955ead8e CMMConvTask(void
) + 54
4 libSystem.B.dylib 0x93803155 _pthread_start + 321
5 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 9:
0 libSystem.B.dylib 0x937d946e semwait_signal + 10
1 libSystem.B.dylib 0x93803dcd pthread_cond_wait
$UNIX2003 + 73
2 com.apple.ColorSync 0x955d845c
pthreadSemaphoreWait(t_pthreadSemaphore
) + 42
3 com.apple.ColorSync 0x955ead8e CMMConvTask(void
) + 54
4 libSystem.B.dylib 0x93803155 _pthread_start + 321
5 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 10:
0 libSystem.B.dylib 0x937d22ce
semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x938042c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x93849539 pthread_cond_wait + 48
3 com.macromates.textmate 0x000f9031
text::view::tokenize_filter::actual_worker() + 397
4 com.macromates.textmate 0x000ea1a5
text::view::tokenize_filter::worker(void*) + 17
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 11:
0 libSystem.B.dylib 0x937d22ce
semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x938042c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x93849539 pthread_cond_wait + 48
3 com.macromates.textmate 0x000f9031
text::view::tokenize_filter::actual_worker() + 397
4 com.macromates.textmate 0x000ea1a5
text::view::tokenize_filter::worker(void*) + 17
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 12:
0 libSystem.B.dylib 0x937d22ce
semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x938042c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x93849539 pthread_cond_wait + 48
3 com.macromates.textmate 0x000f9031
text::view::tokenize_filter::actual_worker() + 397
4 com.macromates.textmate 0x000ea1a5
text::view::tokenize_filter::worker(void*) + 17
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 13:
0 libSystem.B.dylib 0x937d22ce
semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x938042c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x93849539 pthread_cond_wait + 48
3 com.macromates.textmate 0x000f9031
text::view::tokenize_filter::actual_worker() + 397
4 com.macromates.textmate 0x000ea1a5
text::view::tokenize_filter::worker(void*) + 17
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 14:
0 libSystem.B.dylib 0x937d22ce
semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x938042c6 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x93849539 pthread_cond_wait + 48
3 com.macromates.textmate 0x000f9031
text::view::tokenize_filter::actual_worker() + 397
4 com.macromates.textmate 0x000ea1a5
text::view::tokenize_filter::worker(void*) + 17
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 15:
0 libSystem.B.dylib 0x937d2286 mach_msg_trap + 10
1 libSystem.B.dylib 0x937d9a7c mach_msg + 72
2 com.apple.CoreFoundation 0x946a304e CFRunLoopRunSpecific +
1790
3 com.apple.CoreFoundation 0x946a3c78 CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x900e4530 +
[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] +
320
5 com.apple.Foundation 0x90080e0d -[NSThread main] + 45
6 com.apple.Foundation 0x900809b4 NSThread__main + 308
7 libSystem.B.dylib 0x93803155 _pthread_start + 321
8 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 16:
0 libSystem.B.dylib 0x937d2286 mach_msg_trap + 10
1 libSystem.B.dylib 0x937d9a7c mach_msg + 72
2 com.apple.CoreFoundation 0x946a304e CFRunLoopRunSpecific +
1790
3 com.apple.CoreFoundation 0x946a3c78 CFRunLoopRunInMode + 88
4 com.apple.CFNetwork 0x93667298
CFURLCacheWorkerThread(void*) + 388
5 libSystem.B.dylib 0x93803155 _pthread_start + 321
6 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 17:
0 libSystem.B.dylib 0x937d22e6
semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x938042af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x93805b33
pthread_cond_timedwait_relative_np + 47
3 ...ple.CoreServices.CarbonCore 0x9322fd96
TSWaitOnConditionTimedRelative + 246
4 ...ple.CoreServices.CarbonCore 0x93250b00 MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x935e6ebc
TFolderSizeTask::FolderSizeTaskProc(void*) + 104
6 ...ple.CoreServices.CarbonCore 0x9324f057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x93803155 _pthread_start + 321
8 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 18:
0 libSystem.B.dylib 0x937d22e6
semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x938042af _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x93805b33
pthread_cond_timedwait_relative_np + 47
3 ...ple.CoreServices.CarbonCore 0x9322fd96
TSWaitOnConditionTimedRelative + 246
4 ...ple.CoreServices.CarbonCore 0x93250b00 MPWaitOnQueue + 208
5 com.apple.DesktopServices 0x935e6ebc
TFolderSizeTask::FolderSizeTaskProc(void*) + 104
6 ...ple.CoreServices.CarbonCore 0x9324f057 PrivateMPEntryPoint + 56
7 libSystem.B.dylib 0x93803155 _pthread_start + 321
8 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 19:
0 com.apple.CoreFoundation 0x946348e9 _CFArrayReplaceValues +
217
1 com.apple.Foundation 0x9007b883 -[NSCFArray
insertObject:atIndex:] + 131
2 com.apple.Foundation 0x9007b7f4 -[NSCFArray addObject:]

  • 68
    3 com.apple.Foundation 0x900814c4 -[NSThread _nq:] + 132
    4 com.apple.Foundation 0x900811bb -
    [NSObject(NSThreadPerformAdditions)
    performSelector:onThread:withObject:waitUntilDone:modes:] + 731
    5 com.apple.Foundation 0x900d48f8 -
    [NSObject(NSThreadPerformAdditions)
    performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    6 sh.ciaranwal.projectplus 0x16822256 -[HgIcons
    executeLsFilesForProject:] + 128
    7 com.apple.Foundation 0x90080e0d -[NSThread main] + 45
    8 com.apple.Foundation 0x900809b4 NSThread__main + 308
    9 libSystem.B.dylib 0x93803155 _pthread_start + 321
    10 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 20:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 21:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 22 Crashed:
0 com.apple.CoreFoundation 0x946728ca __CFDictionaryDeallocate

  • 266
    1 com.apple.CoreFoundation 0x946a5708 _CFRelease + 216
    2 com.apple.CoreFoundation 0x9467448b CFDictionarySetValue + 667
    3 com.apple.Foundation 0x9007c14e -[NSCFDictionary
    setObject:forKey:] + 126
    4 sh.ciaranwal.projectplus 0x1682214b -[HgIcons
    executeLsFilesUnderPath:inProject:] + 1445
    5 sh.ciaranwal.projectplus 0x1682222a -[HgIcons
    executeLsFilesForProject:] + 84
    6 com.apple.Foundation 0x90080e0d -[NSThread main] + 45
    7 com.apple.Foundation 0x900809b4 NSThread__main + 308
    8 libSystem.B.dylib 0x93803155 _pthread_start + 321
    9 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 23:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 24:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 25:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 26:
0 libSystem.B.dylib 0x938029c6 kevent + 10
1 libSystem.B.dylib 0x93803155 _pthread_start + 321
2 libSystem.B.dylib 0x93803012 thread_start + 34

Thread 22 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x946727d1 ecx: 0x946a5c20 edx: 0x00000010
edi: 0x00000004 esi: 0x00454ec0 ebp: 0xb0ac1b48 esp: 0xb0ac1af0
ss: 0x0000001f efl: 0x00010282 eip: 0x946728ca cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x00000010

Binary Images:
0x1000 - 0x1efff8 +com.macromates.textmate 1.5.8 (1505)
/Applications/TextMate.app/Contents/
MacOS/TextMate
0x30d000 - 0x338ffb libcurl.3.dylib ??? (???)
<54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.3.dylib
0x393000 - 0x398ffe +com.macromates.edit_in_textmate ??? (1.0) /
Library/InputManagers/Edit in TextMate/Edit in TextMate.bundle/
Contents/MacOS/Edit in TextMate
0x3f6000 - 0x3f7fff +com.docklandsoft.fantasktikssidekick ???
(1.0) <0935f65c63f63442d21233c1eedaabfd> /Library/InputManagers/
FantasktiksSidekick/FantasktiksSidekick.bundle/Contents/MacOS/
FantasktiksSidekick
0x711000 - 0x713fff +com.Logitech.Control Center.Scroll Enhancer
Loader 2.7.0 (2.7.0) /Library/
InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer
Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
0x719000 - 0x71bfff +net.culater.SIMBL 0.8.2 (8) /Library/
InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
0x741000 - 0x74bff7 +com.unsanity.smartcrashreports Smart Crash
Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/
Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
0x758000 - 0x770ff7 +com.delicioussafari.DeliciousSafari 1.7
(110) /Library/InputManagers/
DeliciousSafari/DeliciousSafari.bundle/Contents/MacOS/DeliciousSafari
0x787000 - 0x788ffd +com.1passwd.InputManager 2.9.14.BETA-1
(7425) <78bd58cfa0acc4c4ac76249aff4cb679> /Library/InputManagers/
1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
0x15226000 - 0x15226fff +com.parallels.cmplugin ParallelsCM version
1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/
MacOS/ParallelsCM
0x15283000 - 0x15284fff +com.expandrive.ExpanDriveCMPlugin ??? (1)
/Users/ssteiner/Library/Contextual
Menu Items/ExpanDriveCMPlugin.bundle/Contents/MacOS/ExpanDriveCMPlugin
0x15288000 - 0x15289ffe +net.brockerhoff.Nudge.CM 1.2 (1.2) /Users/
ssteiner/Library/Contextual Menu Items/Nudge.plugin/Contents/MacOS/Nudge
0x1528d000 - 0x1528efff +uk.co.markallan.clamxav.ScanWithClamXav ???
(1.0) /Users/ssteiner/Library/Contextual Menu Items/
ScanWithClamXav.plugin/Contents/MacOS/ScanWithClamXav
0x152a2000 - 0x152aafff +com.getdropbox.finderplugin ??? (169)
<9b429dfa91be445a7d6e12d4749ccbba> /Users/ssteiner/Library/Contextual
Menu Items/DropboxPlugin.plugin/Contents/MacOS/DropboxPlugin
0x152b6000 - 0x152b9fff +com.cocoatech.PathFinderCM 4.5.6 (4.5.6) /
Users/ssteiner/Library/Contextual Menu Items/Path Finder CM.plugin/
Contents/MacOS/Path Finder CM
0x152be000 - 0x152c0ffe com.apple.AutomatorCMM 1.1 (161)
/System/Library/Contextual Menu
Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0x152ea000 - 0x152ebffd com.apple.BluetoothMenu 2.1.6 (2.1.6f8) /
System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/
Contents/MacOS/BluetoothContextualMenu
0x152f0000 - 0x152f2fff com.apple.BezelServicesFW 1.4.929 (1.4.929) /
System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/
BezelServices
0x152fc000 - 0x15301fff libFontStreams.A.dylib ??? (???)
<49c4f841fb836d52eb58b0ea398de8ee> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
0x15318000 - 0x1531dfff com.apple.FolderActionsMenu 1.3.2 (1.3.2)
<9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu
Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x153d0000 - 0x153d8fef +net.macscripter.clientfoldermaker 2.0.0
(2000) <54ed71a9f59b991271648fdf5d0198f3> /Library/Contextual Menu
Items/CFMContextMenu.plugin/Contents/MacOS/CFMContextMenu
0x153e1000 - 0x15409fff com.apple.print.PrintingCocoaPDEs 5.5.7
(237.16) /System/Library/Frameworks/Carbon.framework/Versions/A/
Frameworks/Print.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/
Contents/MacOS/PrintingCocoaPDEs
0x156ed000 - 0x156eefff +com.Peter_Hoerster.CopyPaste-CMPlugIn ???
(1.0.1) /Library/Contextual Menu Items/
CopyPasteProContextualMenu.plugin/Contents/MacOS/
CopyPasteProContextualMenu
0x156f2000 - 0x156f5fff +com.aquaminds.NoteTakerCMPlugIn NoteTaker
Contextual Menu Plug-In v1.3.1 (1.3.1) /Library/Contextual Menu Items/
NoteTakerCMPlugIn.plugin/Contents/MacOS/NoteTakerCMPlugIn
0x15764000 - 0x15799fff com.apple.print.framework.Print.Private 5.5.7
(237.16) /System/Library/Frameworks/Carbon.framework/Versions/A/
Frameworks/Print.framework/Versions/Current/Plugins/
PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
0x157b2000 - 0x157cefe7 libPDFRIP.A.dylib ??? (???)
/System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x15814000 - 0x15814ffe +libsvn_fs_util-1.0.0.0.dylib ??? (???)
<23d9e638ce8f373bdfe65d844d45a939> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_fs_util-1.0.0.0.dylib
0x15839000 - 0x1583bfff +com.Logitech.Control Center.Scroll Enhancer
OSAX Loader 2.7.0 (2.7.0) /Library/
ScriptingAdditions/LCC Scroll Enhancer Loader.osax/Contents/MacOS/LCC
Scroll Enhancer Loader
0x15878000 - 0x1587afff +com.macromates.plugin-in.remate ??? (1.0) /
Users/ssteiner/Library/Application Support/TextMate/PlugIns/
ReMate.tmplugin/Contents/MacOS/ReMate
0x15885000 - 0x1588affc +com.macromates.dialog_plug-in ??? (1.0) /
Applications/TextMate.app/Contents/PlugIns/Dialog.tmplugin/Contents/
MacOS/Dialog
0x15890000 - 0x158a0fff +com.macromates.dialog2 ??? (1.0)
/Applications/TextMate.app/Contents/
PlugIns/Dialog2.tmplugin/Contents/MacOS/Dialog2
0x15a26000 - 0x15a29fff +com.stclairsoft.DefaultFolderX.osax Default
Folder X Addition version 1.0 (4.2d11)
<20ae7639d6757ddcf4bc4056fe20f03c> /Users/ssteiner/Library/
ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/
Default Folder X Addition
0x15a2f000 - 0x15a50feb +com.stclairsoft.DefaultFolderX.CarbonPatcher
kBundleVersion (kBundleVersion) <8b93f82fae47535ac5ac173ee8e6040b> /
Users/ssteiner/Library/PreferencePanes/Default Folder X.prefPane/
Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon
Patcher.bundle/Contents/MacOS/Carbon Patcher
0x15a5d000 - 0x15a7bff7 +Cocoa Patcher ??? (???)
/Users/ssteiner/Library/
PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default
Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/
Cocoa Patcher
0x15d65000 - 0x15d6fffe com.apple.URLMount 3.1.1 (3.1.1)
/System/Library/PrivateFrameworks/
URLMount.framework/URLMount
0x15dcb000 - 0x15dccffd com.apple.URLMount.WebDAVPlugin 3.1.1 (3.1.1)
/System/Library/Filesystems/
URLMount/http.URLMounter/Contents/MacOS/http
0x15e23000 - 0x15e28ff3 libCGXCoreImage.A.dylib ??? (???)
<3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x15e9a000 - 0x160a1fef com.apple.RawCamera.bundle 2.0.15 (471)
<557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/
RawCamera.bundle/Contents/MacOS/RawCamera
0x161f6000 - 0x161f9ff6 +libsvn_ra_local-1.0.0.0.dylib ??? (???)
<38eeb6b580aaeb86cff6bddb95b626fc> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_ra_local-1.0.0.0.dylib
0x16400000 - 0x16474ff7 com.apple.Bluetooth 2.1.6 (2.1.6f8)
<2efdc5543023a1c9b534269d1153d8d8> /System/Library/Frameworks/
IOBluetooth.framework/Versions/A/IOBluetooth
0x16800000 - 0x16805ff6 +libsvn_ra-1.0.0.0.dylib ??? (???)
<4a138222703cbf1a43a7bb3778c26036> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_ra-1.0.0.0.dylib
0x1681c000 - 0x16831fef +sh.ciaranwal.projectplus ??? (1.3)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/MacOS/ProjectPlus
0x16840000 - 0x16877ff3 +libsvn_wc-1.0.0.0.dylib ??? (???)
<55d0eab7c027caa2e0c8fdf9eb5bcde5> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_wc-1.0.0.0.dylib
0x16921000 - 0x16955fff +libsvn_subr-1.0.0.0.dylib ??? (???)
<97574a976463c7a1473bc0b24fefabee> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_subr-1.0.0.0.dylib
0x16977000 - 0x16995ff7 +libsvn_repos-1.0.0.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_repos-1.0.0.0.dylib
0x169a2000 - 0x169b1ff8 +libsvn_ra_svn-1.0.0.0.dylib ??? (???)
<604f1f636085a2cbb7305a210ba26b16> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_ra_svn-1.0.0.0.dylib
0x169bc000 - 0x169dbfff +libsvn_ra_serf-1.0.0.0.dylib ??? (???)
<78b71f4afd4659bccd3716fb8d09f08e> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_ra_serf-1.0.0.0.dylib
0x169e6000 - 0x169e8ff8 +libsvn_fs-1.0.0.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_fs-1.0.0.0.dylib
0x169ef000 - 0x169f7ff7 +libsvn_diff-1.0.0.0.dylib ??? (???)
<777af811fd9468eedcbc7d31305cbf00> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_diff-1.0.0.0.dylib
0x17615000 - 0x1762fff3 +libsvn_ra_neon-1.0.0.0.dylib ??? (???)
<45a6c5755c1af2834faac3b4293cb9d0> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_ra_neon-1.0.0.0.dylib
0x17638000 - 0x17653ff0 +libsvn_fs_fs-1.0.0.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_fs_fs-1.0.0.0.dylib
0x17662000 - 0x17669ffa +libsvn_delta-1.0.0.0.dylib ??? (???)
<8e4a0559c56f24d6054b929ebd9bcc38> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_delta-1.0.0.0.dylib
0x17671000 - 0x176a4ffb +libsvn_client-1.0.0.0.dylib ??? (???)
<830788bf4be36346dd90e9be1481a838> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libsvn_client-1.0.0.0.dylib
0x176b9000 - 0x176c1fff +libserf-0.0.0.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libserf-0.0.0.0.dylib
0x176c8000 - 0x176e1fff +libneon.27.1.2.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libneon.27.1.2.dylib
0x176eb000 - 0x1770dfe4 +libexpat.0.1.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libexpat.0.1.0.dylib
0x17715000 - 0x1772eff3 +libaprutil-1.0.dylib ??? (???)
/Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libaprutil-1.0.dylib
0x17738000 - 0x17756feb +libapr-1.0.dylib ??? (???)
<1c7f5196adf07a316fad8576327a6e43> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libapr-1.0.dylib
0x17762000 - 0x17775fff +org.andymatuschak.Sparkle 1.5 Beta (bzr)
(296) /Users/ssteiner/Library/Application Support/TextMate/PlugIns/
ProjectPlus.tmplugin/Contents/Frameworks/Sparkle.framework/Versions/A/
Sparkle
0x17785000 - 0x177a3fe3 libexpat.1.dylib ??? (???)
/usr/lib/libexpat.1.dylib
0x177ab000 - 0x177bfff3 +libaprutil-1.0.2.12.dylib ??? (???)
<93620658a68a6f18d31a81e05e338338> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libaprutil-1.0.2.12.dylib
0x177c7000 - 0x177e3feb +libapr-1.0.2.12.dylib ??? (???)
<8026dee917e435e7b9ac83f314ba52c1> /Users/ssteiner/Library/Application
Support/TextMate/PlugIns/ProjectPlus.tmplugin/Contents/Libraries/
libapr-1.0.2.12.dylib
0x177ee000 - 0x17985ffc +com.milke.SpringyCM 1.5.2 (87)
<66569a0843787a1b8f1cc8ebf9d317cd> /Users/ssteiner/Library/Contextual
Menu Items/SpringyCM.plugin/Contents/MacOS/SpringyCM
0x18421000 - 0x184a5fff com.apple.xquery 1.3 (27) /System/Library/
PrivateFrameworks/XQuery.framework/XQuery
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???)
<100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90076000 - 0x902f2fe7 com.apple.Foundation 6.5.8 (677.24)
/System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x902f3000 - 0x902f3ffd com.apple.Accelerate 1.4.2 (Accelerate
1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Accelerate
0x902f4000 - 0x902f8fff libmathCommon.A.dylib ??? (???) /usr/lib/
system/libmathCommon.A.dylib
0x90303000 - 0x90482fff com.apple.AddressBook.framework 4.1.2 (700)
<41a71b250286dc8d8bcee30784b894c8> /System/Library/Frameworks/
AddressBook.framework/Versions/A/AddressBook
0x90483000 - 0x9048affe libbsm.dylib ??? (???)
/usr/lib/libbsm.dylib
0x90490000 - 0x904e9ff7 libGLU.dylib ??? (???)
/System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90811000 - 0x9086effb libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9086f000 - 0x908a9ffe com.apple.securityfoundation 3.0.2 (36131)
<39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/
SecurityFoundation.framework/Versions/A/SecurityFoundation
0x908b0000 - 0x908ceff3 com.apple.DirectoryService.Framework 3.5.6
(3.5.6) /System/Library/Frameworks/
DirectoryService.framework/Versions/A/DirectoryService
0x908f9000 - 0x91189fff com.apple.WebCore 5530.18 (5530.18)
/System/Library/Frameworks/
WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/
WebCore
0x91190000 - 0x9121cff7 com.apple.framework.IOKit 1.5.2 (???)
<97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x9121d000 - 0x91254fff com.apple.SystemConfiguration 1.9.2 (1.9.2)
<8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91255000 - 0x9125cff7 libCGATS.A.dylib ??? (???)
<211348279493364e9920adc86484cedd> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9125d000 - 0x9125dffa com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreServices
0x9125e000 - 0x91352ff4 libiconv.2.dylib ??? (???)
/usr/lib/libiconv.2.dylib
0x92337000 - 0x92b35fef com.apple.AppKit 6.5.7 (949.46)
/System/Library/Frameworks/
AppKit.framework/Versions/C/AppKit
0x92b36000 - 0x92b53ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /
System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x92b54000 - 0x92b60ffe libGL.dylib ??? (???) /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b61000 - 0x92b9bfe7 com.apple.coreui 1.2 (62) /System/Library/
PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92b9c000 - 0x92b9cfff com.apple.Carbon 136 (136)
<98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/
Carbon.framework/Versions/A/Carbon
0x92ba9000 - 0x92c89fff libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x92c8a000 - 0x92c9fffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x92ca0000 - 0x92cb0fff com.apple.speech.synthesis.framework 3.7.1
(3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92cc3000 - 0x92cc3ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/
Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x92d13000 - 0x92d15fff com.apple.securityhi 3.0 (30817)
<2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/
SecurityHI
0x92d16000 - 0x92dc8ffb libcrypto.0.9.7.dylib ??? (???)
<9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
0x92dc9000 - 0x92e90ff2 com.apple.vImage 3.0 (3.0) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/
Versions/A/vImage
0x92f73000 - 0x93023fff edu.mit.Kerberos 6.0.13 (6.0.13)
<804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/
Kerberos.framework/Versions/A/Kerberos
0x93024000 - 0x930cbfeb com.apple.QD 3.11.56 (???)
/System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x9310d000 - 0x9310fff5 libRadiance.dylib ??? (???)
<8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x93110000 - 0x93114fff libGIF.dylib ??? (???)
<572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x931cd000 - 0x931e5fff com.apple.openscripting 1.2.8 (???)
<572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/
Versions/A/OpenScripting
0x931e6000 - 0x93205ffa libJPEG.dylib ??? (???)
/System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x93206000 - 0x934e0ff3 com.apple.CoreServices.CarbonCore 786.11
(786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/
Versions/A/CarbonCore
0x934e1000 - 0x934e4fff com.apple.help 1.1 (36)
/System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x934e5000 - 0x934e5ff8 com.apple.Cocoa 6.5 (???)
/System/Library/Frameworks/
Cocoa.framework/Versions/A/Cocoa
0x93516000 - 0x93595ff5 com.apple.SearchKit 1.2.1 (1.2.1)
<3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x93596000 - 0x935d7fe7 libRIP.A.dylib ??? (???)
<69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x935d8000 - 0x93662fe3 com.apple.DesktopServices 1.4.8 (1.4.8)
<3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/
DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93663000 - 0x93663ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib
3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Frameworks/vecLib.framework/Versions/A/vecLib
0x93664000 - 0x93708fec com.apple.CFNetwork 438.10 (438.12)
/System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x93709000 - 0x93709ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /
System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x937c2000 - 0x937d0ffd libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x937d1000 - 0x93938ff3 libSystem.B.dylib ??? (???)
/usr/lib/libSystem.B.dylib
0x93939000 - 0x93cf7fea libLAPACK.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib
0x93cf8000 - 0x93d84ff7 com.apple.LaunchServices 290.3 (290.6)
/System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x93d85000 - 0x93d9dff7 com.apple.CoreVideo 1.6.0 (20.0)
/System/Library/Frameworks/
CoreVideo.framework/Versions/A/CoreVideo
0x93e0c000 - 0x93e89fef libvMisc.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libvMisc.dylib
0x93e8a000 - 0x9435bfbe libGLProgrammability.dylib ??? (???)
<7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9435c000 - 0x94416fe3 com.apple.CoreServices.OSServices 227 (227)
<30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x94417000 - 0x94426fff libsasl2.2.dylib ??? (???)
/usr/lib/libsasl2.2.dylib
0x94427000 - 0x94427ffb com.apple.installserver.framework 1.0 (8) /
System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/
InstallServer
0x94428000 - 0x9456eff7 com.apple.ImageIO.framework 2.0.4 (2.0.4)
<6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
0x9456f000 - 0x9457fffc com.apple.LangAnalysis 1.6.4 (1.6.4)
<8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x94580000 - 0x94596fff com.apple.DictionaryServices 1.0.0 (1.0.0)
/System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Versions/A/DictionaryServices
0x94597000 - 0x945c8ffb com.apple.quartzfilters 1.5.0 (1.5.0)
<22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/
Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/
Versions/A/QuartzFilters
0x94630000 - 0x94763fef com.apple.CoreFoundation 6.5.6 (476.18)
<2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x94764000 - 0x9478cff7 com.apple.shortcut 1.0.1 (1.0)
<131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/
Shortcut.framework/Versions/A/Shortcut
0x9478d000 - 0x947abfff libresolv.9.dylib ??? (???)
/usr/lib/libresolv.9.dylib
0x947ac000 - 0x9488dff7 libxml2.2.dylib ??? (???)
<2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
0x94894000 - 0x948c6fff com.apple.LDAPFramework 1.4.5 (110)
/System/Library/Frameworks/
LDAP.framework/Versions/A/LDAP
0x94a57000 - 0x94a95fff libGLImage.dylib ??? (???)
/System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94a96000 - 0x94a9efff com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x94ad4000 - 0x94b67fff com.apple.ink.framework 101.3 (86)
/System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94b80000 - 0x94b89fff com.apple.speech.recognition.framework 3.7.24
(3.7.24) /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/
Versions/A/SpeechRecognition
0x94b8a000 - 0x9522afe3 com.apple.CoreGraphics 1.409.3 (???)
<25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x952cf000 - 0x95329ff7 com.apple.CoreText 2.0.4 (???)
/System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText
0x9532a000 - 0x953a7feb com.apple.audio.CoreAudio 3.1.2 (3.1.2)
<5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
0x953a8000 - 0x953adfff com.apple.CommonPanels 1.2.4 (85)
/System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels
0x953ae000 - 0x953d2fff libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x953d3000 - 0x955a4ffb com.apple.security 5.0.5 (36371)
/System/Library/Frameworks/
Security.framework/Versions/A/Security
0x955a5000 - 0x95670fff com.apple.ColorSync 4.5.1 (4.5.1) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x95671000 - 0x9567cfe7 libCSync.A.dylib ??? (???)
<9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x956cb000 - 0x956cbff8 com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/ApplicationServices
0x956cc000 - 0x956f7fe7 libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x9574f000 - 0x9578efef libTIFF.dylib ??? (???)
<3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x957cc000 - 0x958a5ff7 com.apple.WebKit 5530.18 (5530.18)
<08df2c1fd856bd9b672993dacb18495a> /System/Library/Frameworks/
WebKit.framework/Versions/A/WebKit
0x95970000 - 0x959c1ff7 com.apple.HIServices 1.7.0 (???)
<01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices
0x959c3000 - 0x95a0cfef com.apple.Metadata 10.5.2 (398.25)
/System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
Versions/A/Metadata
0x95a40000 - 0x95a4fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3)
<09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/
DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x95a50000 - 0x95ad7ff7 libsqlite3.0.dylib ??? (???)
<3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x95ad8000 - 0x95adefff com.apple.print.framework.Print 218.0.3
(220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95b2a000 - 0x95b53fff libcups.2.dylib ??? (???)
<1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
0x95b54000 - 0x95f64fef libBLAS.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libBLAS.dylib
0x95f65000 - 0x95f94fe3 com.apple.AE 402.3 (402.3)
/System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95f95000 - 0x9629dfff com.apple.HIToolbox 1.5.5 (???)
/System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox
0x9629e000 - 0x962faff7 com.apple.htmlrendering 68 (1.1.3)
/System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x962fb000 - 0x96316ffb libPng.dylib ??? (???)
<4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x96317000 - 0x9633bfeb libssl.0.9.7.dylib ??? (???)
<8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
0x9633c000 - 0x96341fff com.apple.backup.framework 1.0 (1.0) /System/
Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x964a6000 - 0x96520ff8 com.apple.print.framework.PrintCore 5.5.4
(245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore
0x96521000 - 0x9652bfeb com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/
A/CarbonSound
0x9652c000 - 0x96559feb libvDSP.dylib ??? (???)
/System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x9655a000 - 0x96642ff3 com.apple.CoreData 100.2 (186.1)
<8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/
CoreData.framework/Versions/A/CoreData
0x96643000 - 0x96644ffc libffi.dylib ??? (???)
/usr/lib/libffi.dylib
0x96645000 - 0x969e2fef com.apple.QuartzCore 1.5.8 (1.5.8)
/System/Library/Frameworks/
QuartzCore.framework/Versions/A/QuartzCore
0x969e3000 - 0x96a76ff3 com.apple.ApplicationServices.ATS 3.7 (???)
/System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x96a77000 - 0x96a84fe7 com.apple.opengl 1.5.10 (1.5.10)
<5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/
OpenGL.framework/Versions/A/OpenGL
0x96a85000 - 0x96ac7fef com.apple.NavigationServices 3.5.2 (163)
<91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/
Versions/A/NavigationServices
0x96ac8000 - 0x96b17fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /
System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/
QuickLookUI
0x96e2b000 - 0x96e32fe9 libgcc_s.1.dylib ??? (???)
/usr/lib/libgcc_s.1.dylib
0x96e33000 - 0x96f85ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2
(1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
AudioToolbox
0x96f86000 - 0x96f92fff libbz2.1.0.dylib ??? (???)
<9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
0x971fc000 - 0x97383feb com.apple.JavaScriptCore 5530 (5530.17)
<687d2f3063f4d922f233623d8f219822> /System/Library/Frameworks/
JavaScriptCore.framework/Versions/A/JavaScriptCore
0x97384000 - 0x97390ff9 com.apple.helpdata 1.0.1 (14.2) /System/
Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x97394000 - 0x974cdff7 libicucore.A.dylib ??? (???)
/usr/lib/libicucore.A.dylib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/
libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/
libSystem.B.dylib

Submodule Badges

Git submodules are not properly handled. All files within a submodule do not receive badges.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.