[SOLVED] 1.90 crashes in libcurl

Ask for help and report issues with the Mac OS X version of Transmission
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Jordan »

cenasdocoiso wrote:now using 1.83 10088 and it is running fine, and 10089 crashes. maybe the "bug" was injected in this phase?
Well that's an interesting insight, thanks for digging into the versions. Let's try an experiment based on what changed in r10089. Most of the changes wouldn't cause this. The two candidates IMO are CURLOPT_IPRESOLVE and (more likely) CURLOPT_FORBIDREUSE. I've reverted the latter to the way it was in r10088 -- could you please try a nightly build of r10233 or higher and see if the problem persists?
DrASK
Posts: 2
Joined: Sat Feb 20, 2010 1:34 am

Re: Crashes in Curl_raw_equal after update to 1.90

Post by DrASK »

What a great community here. Looks like we are converging on the bug quite nicely. I won't paste my crash logs here as I suspect they are similar to all the others. I just wanted to jump in and say there is yet another user having problems with 1.90. I'm going to downgrade to 1.83 [10088].
KatanaS
Posts: 9
Joined: Wed Dec 24, 2008 5:00 pm

Re: Crashes in Curl_raw_equal after update to 1.90

Post by KatanaS »

Hi!

Version 1.90 (10223) seems to be running fine now. The only problem that I encountered was when I tried to randomize the port with Automatically map port option selected. It hangs and crash. I have to reopen the application. This is the error dump:

Process: Transmission [4406]
Path: /Users/ailinggoh/Desktop/Transmission-190.app/Contents/MacOS/Transmission
Identifier: org.m0k.transmission
Version: 1.90 (10223)
Code Type: X86-64 (Native)
Parent Process: launchd [93]

Date/Time: 2010-02-20 10:09:35.839 +0800
OS Version: Mac OS X 10.6.2 (10C540)
Report Version: 6

Thread 2 Crashed:
0 libcurl.4.dylib 0x00007fff8358697b Curl_raw_equal + 704
1 libcurl.4.dylib 0x00007fff835610df Curl_http + 967
2 libcurl.4.dylib 0x00007fff8356e84b Curl_do + 218
3 libcurl.4.dylib 0x00007fff8357dc63 multi_runsingle + 1273
4 libcurl.4.dylib 0x00007fff8357e46a multi_socket + 333
5 libcurl.4.dylib 0x00007fff8357e562 curl_multi_socket_action + 33
6 org.m0k.transmission 0x00000001000936b5 0x100000000 + 603829
7 org.m0k.transmission 0x00000001000ab7ad 0x100000000 + 702381
8 org.m0k.transmission 0x000000010007915a 0x100000000 + 495962
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Jordan »

KatanaS wrote:Hi!

Version 1.90 (10223) seems to be running fine now. The only problem that I encountered was when I tried to randomize the port with Automatically map port option selected. It hangs and crash. I have to reopen the application. This is the error dump:

Thread 2 Crashed:
0 libcurl.4.dylib 0x00007fff8358697b Curl_raw_equal + 704
1 libcurl.4.dylib 0x00007fff835610df Curl_http + 967
This is the same error... Thread 2 is still crashing in Curl_raw_equal.

I've made another commit based off of cenasdocosio's comment that r10089 may have introduced the bug. Please try a nightly bulid of r10235 or higher and see if the problem persists. :)
wrymuse
Posts: 4
Joined: Fri Feb 19, 2010 9:08 am

Re: Crashes in Curl_raw_equal after update to 1.90

Post by wrymuse »

I just rolled back to 1.83+ (10189) and have had no problems for over an hour now.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Jordan »

Yes but what about r10235 or higher... :)
wrymuse
Posts: 4
Joined: Fri Feb 19, 2010 9:08 am

Re: Crashes in Curl_raw_equal after update to 1.90

Post by wrymuse »

I don't know how to access any higher build. I found this link: http://transmission.xpjets.com/OLD/2010/02/ in this thread, and just went down to the last link. If you post the link with a higher build, I'll try it. I'm online for a few hours still.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Jordan »

almayer
Posts: 4
Joined: Fri Feb 19, 2010 6:52 am

Re: Crashes in Curl_raw_equal after update to 1.90

Post by almayer »

I still have the issue with 1.83+ (10184).

Code: Select all

Process:         Transmission [1904]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.83+ (10184)
Code Type:       X86 (Native)
Parent Process:  launchd [135]

Interval Since Last Report:          51267 sec
Crashes Since Last Report:           3
Per-App Interval Since Last Report:  2125 sec
Per-App Crashes Since Last Report:   3

Date/Time:       2010-02-20 10:56:51.746 +0400
OS Version:      Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  55AB1284-2E18-4F69-9152-3AEEED087EB6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  1

Thread 0:
0   libSystem.B.dylib             	0x92f5b286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92f62a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x911f7e7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x911f8aa8 CFRunLoopRunInMode + 88
4   com.apple.HIToolbox           	0x931c42ac RunCurrentEventLoopInMode + 283
5   com.apple.HIToolbox           	0x931c40c5 ReceiveNextEventCommon + 374
6   com.apple.HIToolbox           	0x931c3f39 BlockUntilNextEventMatchingListInMode + 106
7   com.apple.AppKit              	0x937bb6d5 _DPSNextEvent + 657
8   com.apple.AppKit              	0x937baf88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
9   com.apple.AppKit              	0x937b3f9f -[NSApplication run] + 795
10  com.apple.AppKit              	0x937811d8 NSApplicationMain + 574
11  org.m0k.transmission          	0x000020ad main + 143 (main.m:38)
12  org.m0k.transmission          	0x00001fe1 start + 53

Thread 1 Crashed:
0   libSystem.B.dylib             	0x92f8ffae strcasecmp_l + 42
1   libSystem.B.dylib             	0x92f8ff7e strcasecmp + 60
2   libcurl.4.dylib               	0x0048c693 curl_strequal + 24
3   libcurl.4.dylib               	0x00476a97 Curl_http + 983
4   libcurl.4.dylib               	0x00482879 Curl_do + 79
5   libcurl.4.dylib               	0x0048fc69 curl_multi_add_handle + 1846
6   libcurl.4.dylib               	0x004904ba curl_multi_perform + 465
7   libcurl.4.dylib               	0x00490585 curl_multi_socket_action + 33
8   org.m0k.transmission          	0x0009a5c6 tr_multi_perform + 97 (web.c:561)
9   org.m0k.transmission          	0x000b8916 event_base_loop + 1061 (event.c:386)
10  org.m0k.transmission          	0x000b8cbe event_dispatch + 27 (event.c:400)
11  org.m0k.transmission          	0x0007e08c libeventThreadFunc + 174 (trevent.c:229)
12  org.m0k.transmission          	0x0006ee35 ThreadFunc + 18 (utils.h:315)
13  libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
14  libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x92f8b9c6 kevent + 10
1   com.apple.Foundation          	0x9263fdfd -[NSThread main] + 45
2   com.apple.Foundation          	0x9263f9a4 __NSThread__main__ + 308
3   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
4   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 3:
0   libcrypto.0.9.7.dylib         	0x917469e5 sha1_block_data_order + 1739
1   libcrypto.0.9.7.dylib         	0x91735932 SHA1_Update + 664
2   org.m0k.transmission          	0x000961d9 verifyThreadFunc + 976 (verify.c:108)
3   org.m0k.transmission          	0x0006ee35 ThreadFunc + 18 (utils.h:315)
4   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
5   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x92f6246e __semwait_signal + 10
1   libSystem.B.dylib             	0x92f8cdcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x9406ea09 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
4   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x92f5b286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92f62a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x911f7e7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x911f8aa8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x926a3520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x9263fdfd -[NSThread main] + 45
6   com.apple.Foundation          	0x9263f9a4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
8   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x92faa6fa select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
2   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x92f6246e __semwait_signal + 10
1   libSystem.B.dylib             	0x92f8cdcd pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x9513d842 WTF::TCMalloc_PageHeap::scavengerThread() + 578
3   com.apple.JavaScriptCore      	0x9513d86f WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15
4   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
5   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x92f5b286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x92f62a7c mach_msg + 72
2   com.apple.CoreFoundation      	0x911f7e7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x911f8aa8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x917f2264 CFURLCacheWorkerThread(void*) + 388
5   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
6   libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x92f5b2e6 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x92f8d2af _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x92f8eb33 pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation          	0x92685dbc -[NSCondition waitUntilDate:] + 236
4   com.apple.Foundation          	0x92685bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation          	0x92685b35 -[NSConditionLock lockWhenCondition:] + 69
6   com.apple.AppKit              	0x938216e8 -[NSUIHeartBeat _heartBeatThread:] + 753
7   com.apple.Foundation          	0x9263fdfd -[NSThread main] + 45
8   com.apple.Foundation          	0x9263f9a4 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x92f8c155 _pthread_start + 321
10  libSystem.B.dylib             	0x92f8c012 thread_start + 34

Thread 1 crashed with X86 Thread State (32-bit):
  eax: 0xa02ffde0  ebx: 0x92f8ff95  ecx: 0x0071d000  edx: 0x00985400
  edi: 0x0071d000  esi: 0x00000000  ebp: 0xb00bbb98  esp: 0xb00bbb60
   ss: 0x0000001f  efl: 0x00010297  eip: 0x92f8ffae   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0x00000000

Binary Images:
    0x1000 -    0xe5fe7 +org.m0k.transmission 1.83+ (10184) <20c99d74c1103867491487f2c1d1bc90> /Applications/Transmission.app/Contents/MacOS/Transmission
  0x44e000 -   0x462fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337) <ff8e2800bd64f6cec68510d6a13a5da6> /Applications/Transmission.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0x470000 -   0x49bffb  libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
0x13ffa000 - 0x14201fef  com.apple.RawCamera.bundle 2.1.1 (508) <2598b38224411e6865888bcc9b96acc8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x14d99000 - 0x14d9eff3  libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x16f2f000 - 0x16fb3fff  com.apple.xquery 1.3 (29) /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x9001b000 - 0x900aeff3  com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x900af000 - 0x900bcfe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x900bd000 - 0x9019dfff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x901ba000 - 0x90239ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9023a000 - 0x9023ffff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90240000 - 0x902c7ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x902ce000 - 0x9048aff3  com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9048b000 - 0x90d5cfff  com.apple.WebCore 5531.21 (5531.21.8) <fa100d959d8655e174d84b87fe154b31> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x90d5d000 - 0x90d5dffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90d5e000 - 0x90d5effb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x90d5f000 - 0x90d6ffff  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
0x90d70000 - 0x91096fe2  com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x91097000 - 0x9109afff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9109b000 - 0x910b7ff3  libPng.dylib ??? (???) <df60749fd50bcfa0da5b4cac899e09df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x910b8000 - 0x910bafff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x910c0000 - 0x910f7fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91115000 - 0x91139fff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x9113a000 - 0x91141ff7  libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x91142000 - 0x91184fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91185000 - 0x912b8fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x912b9000 - 0x912e2fff  com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x912e3000 - 0x91435ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91436000 - 0x9144bffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9144f000 - 0x9144fffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x91450000 - 0x9146eff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <0dc7272ee811169b47b4c682bfc666c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x91730000 - 0x917e2ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
0x917e3000 - 0x917eefe7  libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x917ef000 - 0x91896fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91897000 - 0x91924ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91aa6000 - 0x91aaefff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91aaf000 - 0x91acdfff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x91ace000 - 0x91ad3fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x91ad4000 - 0x91b31ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x91b32000 - 0x91baffeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91bed000 - 0x91ec7ff3  com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91ec8000 - 0x91ed7ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x91f13000 - 0x91f13ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91f14000 - 0x91f8eff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91f8f000 - 0x9201cff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9201d000 - 0x923dbfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x923dc000 - 0x924a7fef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x924a8000 - 0x9254ffeb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92550000 - 0x92568fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92576000 - 0x925f3fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x925f4000 - 0x92634fff  com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x92635000 - 0x928b1fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x928b2000 - 0x92f52feb  com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92f53000 - 0x92f59fff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92f5a000 - 0x930c1ff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
0x930c2000 - 0x930c2ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9310f000 - 0x93168ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x93169000 - 0x93192fff  libcups.2.dylib ??? (???) <a40b9403cc4a0dffefed110e1eab90c4> /usr/lib/libcups.2.dylib
0x93193000 - 0x93193fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93194000 - 0x9349cfe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9349d000 - 0x934ecfff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x934ed000 - 0x9352cfef  libTIFF.dylib ??? (???) <cd2e392973a1fa35f23a0f37f55c579c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9352d000 - 0x9353bffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x9353c000 - 0x93548ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93549000 - 0x93549ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9354a000 - 0x93579fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9357a000 - 0x935d6ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9360a000 - 0x93616ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x93617000 - 0x93627ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93628000 - 0x93770ff7  com.apple.ImageIO.framework 2.0.7 (2.0.7) <cf45179ee2de2d46a6ced2ed147a454c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9377b000 - 0x93f79fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93f7a000 - 0x94317fef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94318000 - 0x94451ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
0x94466000 - 0x94937fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x949b6000 - 0x949e1fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x94c55000 - 0x94c55ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x94c56000 - 0x94c9ffef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94ca0000 - 0x94ca4fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x94ca5000 - 0x94d5ffe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94eb1000 - 0x94eebfe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x94eec000 - 0x94f2dfe7  libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94f2e000 - 0x94f35fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x94f36000 - 0x94fa8fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x95017000 - 0x951b7fff  com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x951b8000 - 0x951b8ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x951b9000 - 0x951b9ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x951ba000 - 0x955cafef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x955cb000 - 0x955cdff5  libRadiance.dylib ??? (???) <3561a7a6405223a1737f41352f1fd8c8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x955ce000 - 0x956aafef  com.apple.WebKit 5531.21 (5531.21.8) <aac476a6fa3231d4cdce9a111143e0b7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x956ab000 - 0x956b5feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x956be000 - 0x95785ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95786000 - 0x9586eff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9586f000 - 0x959a7fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x959a8000 - 0x959a9ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x969fa000 - 0x96a22ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x96b18000 - 0x96ce9ff3  com.apple.security 5.0.6 (37592) <c7c68c3ba198b36d571d4b1e028a1a77> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96cea000 - 0x96d44ff7  com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x96d45000 - 0x96d62ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x96d63000 - 0x96dedfe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96dee000 - 0x96deeffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96def000 - 0x96e9ffff  edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96ea0000 - 0x96ea4fff  libGIF.dylib ??? (???) <e7d550bda10018f52e61bb499dcf445f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96ed8000 - 0x96fb9ff7  libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
0x97170000 - 0x97203fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x97204000 - 0x972bbff3  com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x972bc000 - 0x972edffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x972ee000 - 0x9732cfff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9732d000 - 0x9735afeb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9735b000 - 0x97364fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97365000 - 0x9737bfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9737c000 - 0x9739bffa  libJPEG.dylib ??? (???) <37050c2a8d6f7026c94b4bf07c4d8a80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9739c000 - 0x973c0feb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
0x97434000 - 0x97485ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x97486000 - 0x9748dffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x974f5000 - 0x9750dff7  com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0xc0000000 - 0xc000aff7 +com.growl.growlframework 1.2.1 (1.2.1) <33d844acc8592ff8f3c8ffab924e2fe6> /Applications/Transmission.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

wrymuse
Posts: 4
Joined: Fri Feb 19, 2010 9:08 am

Re: Crashes in Curl_raw_equal after update to 1.90

Post by wrymuse »

I downloaded that one and I've been running fine. I'll let you know if anything changes. :)
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Jordan »

almayer wrote:I still have the issue with 1.83+ (10184).
Yes but what about r10235 or higher... :)
Darun
Posts: 10
Joined: Thu Feb 18, 2010 1:18 pm

Re: Crashes in Curl_raw_equal after update to 1.90

Post by Darun »

Hi, r10235 is running fine for about half an hour... Still generating a lot of NSBitmatmageRep errors though, which it didn't in build r10140. Don't know if it is related ;)
cenasdocoiso
Posts: 10
Joined: Thu Feb 18, 2010 12:14 pm

Re: Crashes in Curl_raw_equal after update to 1.90

Post by cenasdocoiso »

started testing the 10235 and for now it is running. i'll let it run and i'll report later about it :)
karayuschij
Posts: 5
Joined: Thu Apr 23, 2009 6:53 am

Re: Crashes after update to 1.90

Post by karayuschij »

x190 wrote:
almayer wrote: Has anybody tried the following?

If your still not back in business at this point, control-click on the .app file and select 'Get Info'. Ensure that 'Rosetta' is unchecked and try using '32-bit mode'.
I did it. It continues to crash.
pizzaparty
Posts: 1
Joined: Sat Feb 20, 2010 1:23 pm

Re: Crashes in Curl_raw_equal after update to 1.90

Post by pizzaparty »

Crashes without fail about a minute into use

Code: Select all

Process:         Transmission [85190]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.90 (10223)
Code Type:       X86-64 (Native)
Parent Process:  launchd [134]

Date/Time:       2010-02-20 13:29:28.777 +0000
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Interval Since Last Report:          297326 sec
Crashes Since Last Report:           7
Per-App Interval Since Last Report:  780 sec
Per-App Crashes Since Last Report:   6
Anonymous UUID:                      24A77CCA-9157-432C-B5DD-F13D8A1AD57C

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  2

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             	0x00007fff876a6e3a mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff876a74ad mach_msg + 59
2   com.apple.CoreFoundation      	0x00007fff854887a2 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation      	0x00007fff85487c2f CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox           	0x00007fff822a4a4e RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox           	0x00007fff822a4853 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox           	0x00007fff822a470c BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit              	0x00007fff82a511f2 _DPSNextEvent + 708
8   com.apple.AppKit              	0x00007fff82a50b41 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit              	0x00007fff82a16747 -[NSApplication run] + 395
10  com.apple.AppKit              	0x00007fff82a0f468 NSApplicationMain + 364
11  org.m0k.transmission          	0x0000000100001885 0x100000000 + 6277
12  org.m0k.transmission          	0x00000001000017f4 0x100000000 + 6132

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x00007fff876bfbba kevent + 10
1   libSystem.B.dylib             	0x00007fff876c1a85 _dispatch_mgr_invoke + 154
2   libSystem.B.dylib             	0x00007fff876c175c _dispatch_queue_invoke + 185
3   libSystem.B.dylib             	0x00007fff876c1286 _dispatch_worker_thread2 + 244
4   libSystem.B.dylib             	0x00007fff876c0bb8 _pthread_wqthread + 353
5   libSystem.B.dylib             	0x00007fff876c0a55 start_wqthread + 13

Thread 2 Crashed:
0   libcurl.4.dylib               	0x00007fff84dfe97b Curl_raw_equal + 704
1   libcurl.4.dylib               	0x00007fff84dd90df Curl_http + 967
2   libcurl.4.dylib               	0x00007fff84de684b Curl_do + 218
3   libcurl.4.dylib               	0x00007fff84df5c63 multi_runsingle + 1273
4   libcurl.4.dylib               	0x00007fff84df646a multi_socket + 333
5   libcurl.4.dylib               	0x00007fff84df6562 curl_multi_socket_action + 33
6   org.m0k.transmission          	0x00000001000936b5 0x100000000 + 603829
7   org.m0k.transmission          	0x00000001000ab7ad 0x100000000 + 702381
8   org.m0k.transmission          	0x000000010007915a 0x100000000 + 495962
9   org.m0k.transmission          	0x000000010006a7fa 0x100000000 + 436218
10  libSystem.B.dylib             	0x00007fff876dff8e _pthread_start + 331
11  libSystem.B.dylib             	0x00007fff876dfe41 thread_start + 13

Thread 3:
0   libSystem.B.dylib             	0x00007fff876ea9e2 select$DARWIN_EXTSN + 10
1   org.m0k.transmission          	0x0000000100097315 0x100000000 + 619285
2   org.m0k.transmission          	0x0000000100097885 0x100000000 + 620677
3   org.m0k.transmission          	0x000000010006a7fa 0x100000000 + 436218
4   libSystem.B.dylib             	0x00007fff876dff8e _pthread_start + 331
5   libSystem.B.dylib             	0x00007fff876dfe41 thread_start + 13

Thread 4:
0   libSystem.B.dylib             	0x00007fff876bfbba kevent + 10
1   org.m0k.transmission          	0x000000010003f3a6 0x100000000 + 258982
2   com.apple.Foundation          	0x00007fff878bae99 __NSThread__main__ + 1429
3   libSystem.B.dylib             	0x00007fff876dff8e _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff876dfe41 thread_start + 13

Thread 2 crashed with X86 Thread State (64-bit):
  rax: 0x00000001140a9f40  rbx: 0x00000001140a9f40  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x000000011427e9a0  rbp: 0x00000001127a0b40  rsp: 0x00000001127a0b40
   r8: 0x000000000000003a   r9: 0x0000000000000020  r10: 0x00007fff84dfe6f0  r11: 0x00007fff84dfe840
  r12: 0x0000000101343a00  r13: 0x00000001009c9e00  r14: 0x0000000000000001  r15: 0x0000000114288c00
  rip: 0x00007fff84dfe97b  rfl: 0x0000000000010202  cr2: 0x0000000000000000

Binary Images:
       0x100000000 -        0x1000f1ff7 +org.m0k.transmission 1.90 (10223) <87AF2A16-4758-B5E8-3551-E8BB4ABB8835> /Applications/Transmission.app/Contents/MacOS/Transmission
       0x10011f000 -        0x100205fe7  libcrypto.0.9.7.dylib ??? (???) <A60E5A1D-EA38-DB7E-39C1-D29938E46691> /usr/lib/libcrypto.0.9.7.dylib
       0x10025d000 -        0x100274fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337) <8BE62C95-BF56-8320-646F-385AC5F1D513> /Applications/Transmission.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10028e000 -        0x10029aff7 +com.growl.growlframework 1.2.1 (1.2.1) <40462CEC-EE57-4FAD-A138-221D365DC5E4> /Applications/Transmission.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 -     0x7fff8000afff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80046000 -     0x7fff8005aff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80116000 -     0x7fff8014bfff  libGLImage.dylib ??? (???) <8AB3A26A-4CC4-4E6D-95CC-530FD7204599> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8014c000 -     0x7fff8014cff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8014d000 -     0x7fff80218fe7  ColorSyncDeprecated.dylib ??? (???) <1D97E664-75D3-E483-FDD3-35BD7733DF13> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff80225000 -     0x7fff802d4fff  edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff802d5000 -     0x7fff80607fef  com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff80627000 -     0x7fff806abfe7  com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff806ac000 -     0x7fff80aeffef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80af0000 -     0x7fff80af0ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff80afa000 -     0x7fff80b77fe7  com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff80b78000 -     0x7fff80b7bff7  libCoreVMClient.dylib ??? (???) <1C6D04BA-5F78-CC4D-26CB-7904919042B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff80b7c000 -     0x7fff80b8efe7  libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff80b8f000 -     0x7fff80bcaff7  com.apple.CoreMediaIOServices 124.0 (850) <B71C361C-105E-EDD2-5AEE-10E640445561> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x7fff80bcb000 -     0x7fff80c80fe7  com.apple.ink.framework 1.3.1 (105) <5AA00FE5-B251-44AF-5108-44AA927C053C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff80c81000 -     0x7fff80cd6fef  com.apple.framework.familycontrols 2.0 (2.0) <8DD78DC7-4C73-EDE6-86A4-BC35B335ED5F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff80cd7000 -     0x7fff80cd8ff7  com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <AE4C41BE-6CF3-CC3B-EBA7-A8E9D6A6047F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80cd9000 -     0x7fff80ceafef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff80ceb000 -     0x7fff80da7ff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff80da8000 -     0x7fff80df9fe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff80e50000 -     0x7fff80e54ff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff80e55000 -     0x7fff8100ffef  com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff81062000 -     0x7fff81062ff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff81099000 -     0x7fff81105ff7  com.apple.CorePDF 1.1 (1.1) <3D51A551-50C5-DDD5-9A79-9679DA2806B0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81106000 -     0x7fff8110bfff  libGFXShared.dylib ??? (???) <05345B3E-5705-3C2A-464E-052B1DDA45B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff81164000 -     0x7fff8119fff7  com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8129f000 -     0x7fff812c0fff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff812c1000 -     0x7fff812c1ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff812c2000 -     0x7fff812c2ff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff812c3000 -     0x7fff81340fef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81341000 -     0x7fff813f5ff7  com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8186a000 -     0x7fff81974ff7  com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
    0x7fff81975000 -     0x7fff81984fff  com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81985000 -     0x7fff81a69fff  com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff81a9b000 -     0x7fff81ae1fe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff81bb7000 -     0x7fff81bcdff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <2BBD800A-0456-D90D-3205-8CE61F3A8F05> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff81bce000 -     0x7fff81d0cff7  com.apple.WebKit 6531.21 (6531.21.8) <1B786776-E9EA-3B88-D9EE-618BC4CCD7B4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff81d0d000 -     0x7fff81d0ffff  libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff81d35000 -     0x7fff81deefff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff81def000 -     0x7fff81defff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff81df0000 -     0x7fff81e18fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff81e58000 -     0x7fff820c1fff  com.apple.QuartzComposer 4.1 (156.10) <F5569DC9-15E9-0815-3032-7E1257F36A3E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff820c2000 -     0x7fff820d8fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff820d9000 -     0x7fff82120fef  com.apple.QuickLookFramework 2.1 (327.3) <6B3D79C5-E19B-97E1-673F-74731A0B188B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff82151000 -     0x7fff82275fe7  com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <F2AFF250-5F39-C3AD-0238-B10AF8A1ECFE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff82276000 -     0x7fff82574fe7  com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff825d1000 -     0x7fff825d7fff  libCGXCoreImage.A.dylib ??? (???) <B6A66067-68D9-7644-B4AF-EEA3B2AACA8D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff825d8000 -     0x7fff825d8ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff826ff000 -     0x7fff82725fe7  libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff82726000 -     0x7fff8282bfe7  libGLProgrammability.dylib ??? (???) <50498DA4-A2D6-260E-5C6E-994AF9BBDB98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff82a0d000 -     0x7fff83401fff  com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83402000 -     0x7fff83e3ffe7  com.apple.WebCore 6531.21 (6531.21.8) <04C92586-679B-00A5-E3BE-590A0E9BCB11> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff83e40000 -     0x7fff83eaafe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff83eb6000 -     0x7fff83ee5ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff83f62000 -     0x7fff84079fef  libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff84155000 -     0x7fff84179ff7  com.apple.CoreVideo 1.6.0 (43.1) <FF310442-03F4-648D-4CD2-D7AC459901D5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff841f7000 -     0x7fff84259fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8425a000 -     0x7fff84273fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff84274000 -     0x7fff84304fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff84307000 -     0x7fff84353fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff84354000 -     0x7fff846ecfff  com.apple.QuartzCore 1.6.1 (227.8) <E296B174-F7CB-F021-D103-091CCB33BBEB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8472b000 -     0x7fff84730fff  libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff84736000 -     0x7fff8473cff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8473d000 -     0x7fff8474cfef  com.apple.opengl 1.6.5 (1.6.5) <30D6B03B-4B4C-1F78-1FDB-0403E7FE8707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8487a000 -     0x7fff848b5fe7  com.apple.CoreMedia 0.420.18 (420.18) <30166EED-C905-A818-9C3C-32E4EEA20995> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff848b6000 -     0x7fff848f3fff  com.apple.LDAPFramework 2.0 (120.1) <05A853F5-76B9-AF27-6548-A2450AE86451> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff848f4000 -     0x7fff848faff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff848fb000 -     0x7fff84b35ff7  com.apple.imageKit 2.0.1 (1.0) <5E32976B-5CEB-6316-2B5C-2ABFEF588E4F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff84b7a000 -     0x7fff84b85ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff84bf9000 -     0x7fff84c3afef  com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff84c3b000 -     0x7fff84c48fe7  libCSync.A.dylib ??? (???) <F4066C8C-2A3E-4F2F-9F4D-03DB56F7C5CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff84c49000 -     0x7fff84c4afff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff84c4b000 -     0x7fff84c4bff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84c4c000 -     0x7fff84dd1fef  com.apple.JavaScriptCore 6531.21 (6531.21.9) <FB6CF9E3-A3B1-8C45-1D91-756679DE36FB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff84dd2000 -     0x7fff84e0dfff  libcurl.4.dylib ??? (???) <383AC19D-AEED-9F53-DEA3-FF118BDD3735> /usr/lib/libcurl.4.dylib
    0x7fff84e1a000 -     0x7fff84e22fff  com.apple.DisplayServicesFW 2.2 (2.2) <2C497E53-F471-5930-D15D-C033C438F39C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff84e23000 -     0x7fff84e8afef  com.apple.AppleVAFramework 4.7.5 (4.7.5) <68D4E82B-7D55-A963-FF0B-80F276C1F2DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84e8b000 -     0x7fff8517bff3  com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8517c000 -     0x7fff85238ff7  libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85239000 -     0x7fff852a1ff7  com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff852d7000 -     0x7fff85318ff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff85321000 -     0x7fff85358ff7  libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff85359000 -     0x7fff85377fff  libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8539c000 -     0x7fff8541bfff  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8541c000 -     0x7fff8543cff7  com.apple.DirectoryService.Framework 3.6 (621.1) <FC0C2E15-84E2-B4A8-18EE-3AE620111627> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8543d000 -     0x7fff855b0ff7  com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff855b1000 -     0x7fff85600ff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff85601000 -     0x7fff85644ff7  libRIP.A.dylib ??? (???) <9CA0768E-C2DF-61FD-F475-DB48F4219B49> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85bf7000 -     0x7fff85c83fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff85d5c000 -     0x7fff85db9fef  com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff85e78000 -     0x7fff85e79fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff85e7a000 -     0x7fff85e7cfff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff85e7d000 -     0x7fff85e8efff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x7fff85e8f000 -     0x7fff85e9dff7  libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
    0x7fff85e9e000 -     0x7fff8605cfff  libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
    0x7fff8605d000 -     0x7fff860a4ff7  com.apple.coreui 2 (113) <60D2FE5C-8470-A0F4-379B-1E90FBD4FE7D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff860d5000 -     0x7fff86175fff  com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff86176000 -     0x7fff861a1ff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff861a2000 -     0x7fff861f1fef  libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff861f2000 -     0x7fff861f3ff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff86200000 -     0x7fff86a0afe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff86a12000 -     0x7fff86a2dff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff86a2e000 -     0x7fff86a78ff7  com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff86a79000 -     0x7fff86b45fff  com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff86b46000 -     0x7fff86dcbff7  com.apple.security 6.0 (36910) <67DF686D-B991-D0D6-20B6-9EA668018466> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff86f1b000 -     0x7fff86f31fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86f32000 -     0x7fff87041ff7  libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87042000 -     0x7fff8707bff7  com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff8707c000 -     0x7fff870fefe7  com.apple.QuickLookUIFramework 2.1 (327.3) <A35335F3-BC7B-1341-D934-45ACC19FFEC3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff870ff000 -     0x7fff87199fff  com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8719a000 -     0x7fff872d8fff  com.apple.CoreData 102.1 (250) <8DDA49A1-F78C-DE30-8B58-EBC49E4E7ABF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff872d9000 -     0x7fff872ddff7  libCGXType.A.dylib ??? (???) <E11B4D25-2251-4646-118C-87BD4C57A194> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff872de000 -     0x7fff873b8ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff873e7000 -     0x7fff87476fff  com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff87477000 -     0x7fff8747aff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8747b000 -     0x7fff87480ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff87481000 -     0x7fff874a3ff7  com.apple.opencl 12 (12) <533D6753-D6E4-EC34-E93B-8F6498B50FBA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff874a4000 -     0x7fff874e1fef  libFontRegistry.dylib ??? (???) <8712832A-A980-3AAF-0D88-50164898F38E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8752b000 -     0x7fff87697ff7  com.apple.QTKit 7.6.3 (1591.3) <2AD2AC43-F6A8-F2CE-CCFE-9E8E38E47BB0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff876a6000 -     0x7fff87864ff7  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    0x7fff87865000 -     0x7fff878a9fef  com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff878aa000 -     0x7fff87b2bfe7  com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87b2c000 -     0x7fff87c35fff  com.apple.MediaToolbox 0.420.18 (420.18) <0A2444E8-DA72-7DC8-084F-D78D28E5C74F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff87c36000 -     0x7fff8812eff7  com.apple.VideoToolbox 0.420.18 (420.18) <428CE263-C02B-421D-7772-FC73EFF180A3> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8812f000 -     0x7fff881e5fff  libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff881e6000 -     0x7fff88217fef  libTrueTypeScaler.dylib ??? (???) <8291D9BB-97B2-AD06-D565-58A14A20D617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff88218000 -     0x7fff8822dff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8822e000 -     0x7fff88922537  com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff88a7d000 -     0x7fff88ab2ff7  libcups.2.dylib ??? (???) <0D020D80-F9D5-55DE-9CCE-9B80CDF08FC4> /usr/lib/libcups.2.dylib
    0x7fff88ab3000 -     0x7fff88ab6fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff88ab7000 -     0x7fff88acafff  libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff88c2b000 -     0x7fff88c87fff  libGLU.dylib ??? (???) <6A6612BC-1AF9-08EC-80B2-B697238EED47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib

Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.21f4
Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.19)
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: WDC WD5000AAKS-40TMA0, 465.76 GB
Parallel ATA Device: MATSHITADVD-R   UJ-85J
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd100000
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfd120000
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1292, 0xfa200000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x1a100000
Locked