1.74 crashes on launching (Mac OS X 10.5.8)
1.74 crashes on launching (Mac OS X 10.5.8)
Hi
1.74 doesn't start on my macbook. Console crash log says there was a problem with libcurl dynamic library, but 1.73 has worked just fine (I rolled back to 1.73). Sorry I couldn't try 1.74 with the latest build of libcurl. I couldn't check it since libcurl website was down.
Here's the crash log (it's 1.74 though the log doesn't show the version number correctly):
Process: Transmission [6386]
Path: /Users/ycjhi/Desktop/Transmission.app/Contents/MacOS/Transmission
Identifier: org.m0k.transmission
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd [88]
Interval Since Last Report: 40445 sec
Crashes Since Last Report: 4
Per-App Interval Since Last Report: 0 sec
Per-App Crashes Since Last Report: 3
Date/Time: 2009-08-26 00:31:44.675 -0400
OS Version: Mac OS X 10.5.8 (9L30)
Report Version: 6
Anonymous UUID: FF3A5F01-21F6-4102-B0E8-870E0B27BDC4
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /Users/ycjhi/Desktop/Transmission.app/Contents/MacOS/Transmission
Reason: no suitable image found. Did find:
/usr/lib/libcurl.4.dylib: mach-o, but wrong architecture
/usr/lib/libcurl.4.dylib: mach-o, but wrong architecture
And, my system configuration is:
Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB
Graphics: kHW_IntelGMA950Item, GMA 950, spdisplays_builtin, spdisplays_integrated_vram
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme, 1.4.16.2
Bluetooth: Version 2.1.8f2, 2 service, 0 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: ST9320421AS, 298.09 GB
Parallel ATA Device: MATSHITADVD-R UJ-857D
USB Device: Built-in iSight, (null) mA
USB Device: IR Receiver, (null) mA
USB Device: Bluetooth USB Host Controller, (null) mA
USB Device: Apple Internal Keyboard / Trackpad, (null) mA
Thank you,
1.74 doesn't start on my macbook. Console crash log says there was a problem with libcurl dynamic library, but 1.73 has worked just fine (I rolled back to 1.73). Sorry I couldn't try 1.74 with the latest build of libcurl. I couldn't check it since libcurl website was down.
Here's the crash log (it's 1.74 though the log doesn't show the version number correctly):
Process: Transmission [6386]
Path: /Users/ycjhi/Desktop/Transmission.app/Contents/MacOS/Transmission
Identifier: org.m0k.transmission
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd [88]
Interval Since Last Report: 40445 sec
Crashes Since Last Report: 4
Per-App Interval Since Last Report: 0 sec
Per-App Crashes Since Last Report: 3
Date/Time: 2009-08-26 00:31:44.675 -0400
OS Version: Mac OS X 10.5.8 (9L30)
Report Version: 6
Anonymous UUID: FF3A5F01-21F6-4102-B0E8-870E0B27BDC4
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /Users/ycjhi/Desktop/Transmission.app/Contents/MacOS/Transmission
Reason: no suitable image found. Did find:
/usr/lib/libcurl.4.dylib: mach-o, but wrong architecture
/usr/lib/libcurl.4.dylib: mach-o, but wrong architecture
And, my system configuration is:
Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB
Graphics: kHW_IntelGMA950Item, GMA 950, spdisplays_builtin, spdisplays_integrated_vram
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme, 1.4.16.2
Bluetooth: Version 2.1.8f2, 2 service, 0 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: ST9320421AS, 298.09 GB
Parallel ATA Device: MATSHITADVD-R UJ-857D
USB Device: Built-in iSight, (null) mA
USB Device: IR Receiver, (null) mA
USB Device: Bluetooth USB Host Controller, (null) mA
USB Device: Apple Internal Keyboard / Trackpad, (null) mA
Thank you,
Last edited by ycjhi on Wed Aug 26, 2009 5:06 am, edited 1 time in total.
-
- Transmission Developer
- Posts: 3142
- Joined: Fri Jan 13, 2006 8:08 pm
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Hmm, strange. Are you somehow using your OS in 64-bit mode? Any custom system configurations?
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
No. I don't know how to configure this OS in 64-bit mode. I installed Mac OS from Leopard installation CD with default configuration. Maybe I compiled libcurl from the source tarball several months ago (I don't clearly remember).livings124 wrote:Hmm, strange. Are you somehow using your OS in 64-bit mode? Any custom system configurations?
I think the following information may help you:
$ /usr/bin/curl --version
curl 7.19.6-CVS (i686-apple-darwin9.7.0) libcurl/7.19.6-CVS OpenSSL/0.9.7l zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: IPv6 Largefile NTLM SSL libz
-
- Transmission Developer
- Posts: 3142
- Joined: Fri Jan 13, 2006 8:08 pm
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Ah, if you installed a custom libcurl, it looks like it's not compatible. It's apparently the wrong architecture, meaning it isn't working with X86-64. A solution might be to get info on Transmission, and select to run in 32-bit mode.
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Thanks! It works. So, recompiling libcurl in 64-bit mode can be another solution, right?livings124 wrote:Ah, if you installed a custom libcurl, it looks like it's not compatible. It's apparently the wrong architecture, meaning it isn't working with X86-64. A solution might be to get info on Transmission, and select to run in 32-bit mode.
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Hi
I haven't done any customisation of Transmission or my Mac (that I know of), but since the upgrade to 1.74 it crashes on relaunch everytime. I use Mac OSX 10.5.8.
Here's the Crash Reporter Log:
Any ideas on what has gone wrong here and how I can fix it?
Thanks
Andy
I haven't done any customisation of Transmission or my Mac (that I know of), but since the upgrade to 1.74 it crashes on relaunch everytime. I use Mac OSX 10.5.8.
Here's the Crash Reporter Log:
Code: Select all
Process: Transmission [646]
Path: /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier: org.m0k.transmission
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd [118]
Date/Time: 2009-08-26 19:02:36.410 +1000
OS Version: Mac OS X 10.5.7 (9J61)
Report Version: 6
Anonymous UUID: 54BF6877-5EBF-451C-949E-FF75C7638345
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x00007fff82992490 realizeClass + 36
1 libobjc.A.dylib 0x00007fff8299256c realizeClass + 256
2 libobjc.A.dylib 0x00007fff8299256c realizeClass + 256
3 libobjc.A.dylib 0x00007fff82992de7 look_up_class + 58
4 libobjc.A.dylib 0x00007fff82988300 objc_getFutureClass + 31
5 com.apple.CoreFoundation 0x00007fff8285eb14 _CFRuntimeBridgeClasses + 20
6 com.apple.CoreFoundation 0x00007fff8285f087 __CFInitialize + 887
7 dyld 0x00007fff5fc14045 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 165
8 dyld 0x00007fff5fc0d20c ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 268
9 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
10 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
11 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
12 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
13 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
14 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
15 dyld 0x00007fff5fc0d1b0 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int) + 176
16 dyld 0x00007fff5fc0d2f4 ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 52
17 dyld 0x00007fff5fc038b4 dyld::initializeMainExecutable() + 132
18 dyld 0x00007fff5fc06ea1 dyld::_main(mach_header const*, unsigned long, int, char const**, char const**, char const**) + 2193
19 dyld 0x00007fff5fc01695 dyldbootstrap::start(mach_header const*, int, char const**, long) + 693
20 dyld 0x00007fff5fc0103a _dyld_start + 42
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x000087ff70455260 rbx: 0x0000000101707ff0 rcx: 0x0000000000007045 rdx: 0x0000000000000000
rdi: 0x000087ff70455260 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfd6a0 rsp: 0x00007fff5fbfd560
r8: 0x00007fff706f52e0 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000101707ff0
r12: 0x00007fff706f52e0 r13: 0x0000000000000001 r14: 0x0000000000000000 r15: 0x00007fff5fc334f8
rip: 0x00007fff82992490 rfl: 0x0000000000010206 cr2: 0x0000000101708000
Binary Images:
0x100000000 - 0x1000ddfef +org.m0k.transmission 1.74 (8996) <12be0438fbd79b9ee4bf7f23d5bf6dd3> /Applications/Transmission.app/Contents/MacOS/Transmission
0x100176000 - 0x10018dfff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337) <8be62c95bf568320646f385ac5f1d513> /Applications/Transmission.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x1001a7000 - 0x1001b2fff +com.growl.growlframework 1.2.0b1 (1.2.0b1) <6d125646779dacb00ea4aaaa970f0825> /Applications/Transmission.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0x1001bc000 - 0x1001ecffb libcurl.4.dylib ??? (???) <276acb990f3a40bbae7aaa39c0ae6305> /usr/lib/libcurl.4.dylib
0x1001f7000 - 0x100301ff2 com.apple.WebKit 5530.19 (5530.19.2) <0d9ee35c7c44e9b28b16e923865e3e39> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x1003e2000 - 0x100558fff com.apple.JavaScriptCore 5530.19 (5530.19) <c5cf57ef87ac8accf782909f6a76208c> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x1005c6000 - 0x10104dfff com.apple.WebCore 5530.19 (5530.19) <7990c8233cfbae7576beaec071ef6166> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x10167d000 - 0x1016a8fef libssl.0.9.7.dylib ??? (???) <a6b239856f5e2aca54c2c54de457f751> /usr/lib/libssl.0.9.7.dylib
0x7fff5fc00000 - 0x7fff5fc2e643 dyld 97.1 (???) <b40847f1ce1ba2ed13837aeccbf19284> /usr/lib/dyld
0x7fff80003000 - 0x7fff80109feb com.apple.CoreData 100.2 (186.1) <3ca16d82befb4d703d20c24013551d79> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8010a000 - 0x7fff801cefe2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff801cf000 - 0x7fff8026afe7 com.apple.ink.framework 101.3 (86) <60c6579faf114ea9677fd9ae25389ed2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8026b000 - 0x7fff80277ff1 libgcc_s.1.dylib ??? (???) <23fa31a628c1ea8a62ac529fa333b6e1> /usr/lib/libgcc_s.1.dylib
0x7fff80278000 - 0x7fff8030dffb com.apple.LaunchServices 290.3 (290.6) <f90d8de060a515d2ddcb7513295b028d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8030e000 - 0x7fff806c6fff libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff806c7000 - 0x7fff806cbfff libGIF.dylib ??? (???) <66436b84211fe0e723051eab15af0aca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff806cc000 - 0x7fff806ccff8 com.apple.ApplicationServices 34 (34) <81cd02cc2ccf4e47e51d03db860da556> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff806cd000 - 0x7fff80755fef libsqlite3.0.dylib ??? (???) <3d591878110f4e73daf0752549f9b5e2> /usr/lib/libsqlite3.0.dylib
0x7fff80756000 - 0x7fff807ccfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff807cd000 - 0x7fff810f5fff com.apple.AppKit 6.5.7 (949.46) <6328367cc7f69fde10c57dc2f159b840> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff810f6000 - 0x7fff810f6ff8 com.apple.Cocoa 6.5 (???) <8c59f679ffbd9178134df1d83dedde28> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff810f7000 - 0x7fff81166ff9 com.apple.print.framework.PrintCore 5.5.4 (245.6) <88263e9a3bc14d303780fa8b8c876918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff81167000 - 0x7fff8116fffa libbsm.dylib ??? (???) <4d838c0d8a74fe61c781a53a8723303d> /usr/lib/libbsm.dylib
0x7fff81170000 - 0x7fff81181ffd libz.1.dylib ??? (???) <f260db32dd97a14108a5e04184785ded> /usr/lib/libz.1.dylib
0x7fff81182000 - 0x7fff8174dfef com.apple.CoreGraphics 1.409.3 (???) <3dc2a054b4ef7207b79e41d31f813342> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8174e000 - 0x7fff8175dfe7 com.apple.opengl 1.5.10 (1.5.10) <9334af96d3c090bbadfd4a16514f07ff> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8175e000 - 0x7fff817e5fef com.apple.audio.CoreAudio 3.1.2 (3.1.2) <cad19c89ea3540fdcf2a1580a7ee10d7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8182c000 - 0x7fff818a0fe7 libstdc++.6.dylib ??? (???) <565ee6f798f7fef6f804c60682787280> /usr/lib/libstdc++.6.dylib
0x7fff818a1000 - 0x7fff81b9cfe3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <0a5e880e9fb4d375ea7b2c2fe378887f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff81b9d000 - 0x7fff81bb5fff com.apple.DictionaryServices 1.0.0 (1.0.0) <78ea11e9a92120f76d69efa24b8d1f95> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff81bb6000 - 0x7fff81bd8fff libJPEG.dylib ??? (???) <4257ab268996bbeb93b47946df181cdc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff81bd9000 - 0x7fff81ca9ff4 com.apple.CFNetwork 438.10 (438.12) <e8fba62db2b2d125b1ba60ff8293bb8f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff81caa000 - 0x7fff81caaffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff81cab000 - 0x7fff81cbcfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7b000af113e7f602b9e0b1fd383005fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff81cbd000 - 0x7fff81cd7fff com.apple.openscripting 1.2.8 (???) <0674c4e3353c677c9f58df3297ae559b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff81cd8000 - 0x7fff81cdbffb com.apple.help 1.1 (36) <9000c05ccad96fdcc25bc35264abf587> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff81cdc000 - 0x7fff81d8cfef com.apple.CoreServices.OSServices 227 (227) <c7548c4cc903628c450410e4cc46aba6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff81d8d000 - 0x7fff81db4fff libxslt.1.dylib ??? (???) <d22e666fc41249d9a0a2fe4a8f46437d> /usr/lib/libxslt.1.dylib
0x7fff81db5000 - 0x7fff81f24fff libicucore.A.dylib ??? (???) <c838cf42418fb4782adf1905c56ed345> /usr/lib/libicucore.A.dylib
0x7fff81f25000 - 0x7fff81f66fef com.apple.framework.IOKit 1.5.2 (???) <97e784f0ecf0a4d136e51c5bcbd10bd0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff81f67000 - 0x7fff82487f6e libGLProgrammability.dylib ??? (???) <7aa4c12953526371a07780326fbd8725> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff82488000 - 0x7fff824c5fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff824c6000 - 0x7fff82557fff com.apple.SearchKit 1.2.1 (1.2.1) <e2a25e04f281fe8ff7088a08a549020f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff82562000 - 0x7fff82568fff com.apple.DiskArbitration 2.2.1 (2.2.1) <3df03912dc84a424ae80f748959cc0f3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff82569000 - 0x7fff8256aff3 com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8256b000 - 0x7fff8256bffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x7fff8256c000 - 0x7fff825affef libTIFF.dylib ??? (???) <86be7909f46cc044a887cbb60ab7826d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff825bf000 - 0x7fff825c3fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x7fff825c4000 - 0x7fff825cefff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <2399374b096b284345daba82e2cb833d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff825cf000 - 0x7fff8266ffe3 com.apple.ApplicationServices.ATS 3.7 (???) <0b0209888235e6420d89b17884e56d78> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff82670000 - 0x7fff827b3ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff827f4000 - 0x7fff8292bfef com.apple.CoreFoundation 6.5.6 (476.18) <a5aa9b12262d6c1fe6500488288908ec> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8292c000 - 0x7fff82940ff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff82941000 - 0x7fff8295ffff com.apple.CoreVideo 1.6.0 (20.0) <2afaf20219d9a3ebd3709af0cd4ae8ea> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff82960000 - 0x7fff82981fff libresolv.9.dylib ??? (???) <104bc36bc6cf4dd8988693cd52a7f26d> /usr/lib/libresolv.9.dylib
0x7fff82982000 - 0x7fff82a76fff libobjc.A.dylib ??? (???) <118dc1ae05e685ad64290352fc94f1f0> /usr/lib/libobjc.A.dylib
0x7fff82a77000 - 0x7fff82ab2fff com.apple.AE 402.3 (402.3) <6ea0e93acfae54731b36e1c76d672433> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff82ab3000 - 0x7fff82ab5ff9 libRadiance.dylib ??? (???) <6d9f2235e8f70a7aedfc59383a7548d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff82ab6000 - 0x7fff82ab9fff com.apple.securityhi 3.0 (30817) <00ddd6e60692b62b7649573eab8aef5a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff82aba000 - 0x7fff82abaffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82abb000 - 0x7fff82ad9fff libPng.dylib ??? (???) <4017eab74319a648dfd73b7d503e557d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff82ada000 - 0x7fff82ba5fef com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff82ba6000 - 0x7fff82e8dfeb com.apple.HIToolbox 1.5.5 (???) <f1026fa78d8362e87d739afe535f6114> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff82e8e000 - 0x7fff82ef1fef libGLU.dylib ??? (???) <80c7eb325b8de4ab272f08c335645eea> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff82ef2000 - 0x7fff82fd3fff libcrypto.0.9.7.dylib ??? (???) <4ba8f4663187645a922c9c5025127e39> /usr/lib/libcrypto.0.9.7.dylib
0x7fff82fd4000 - 0x7fff83024fe7 com.apple.Metadata 10.5.2 (398.25) <f6820e35383510a4998973b43b529bf5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff83025000 - 0x7fff8303ffff libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff83040000 - 0x7fff83045fff com.apple.CommonPanels 1.2.4 (85) <2cec1ecc95cf1ecea8bea030975a46b8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff83046000 - 0x7fff83048ff7 libffi.dylib ??? (???) <920bb19728451f35703bb95dc908c7ca> /usr/lib/libffi.dylib
0x7fff83049000 - 0x7fff831d4ffb libSystem.B.dylib ??? (???) <558e10ab4bc6790fd3ee1abd14458085> /usr/lib/libSystem.B.dylib
0x7fff831d5000 - 0x7fff831ebff9 com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff831ec000 - 0x7fff835ccfef com.apple.QuartzCore 1.5.8 (1.5.8) <1c79fff9a8916e61c28ec13a87723e67> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff835cd000 - 0x7fff83610fef com.apple.QD 3.11.56 (???) <73f68a1936d02c46c15c4b613a3845d5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff83611000 - 0x7fff836c4fef com.apple.DesktopServices 1.4.8 (1.4.8) <e99fcfb833472f5903c84b98b85bd644> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff836c5000 - 0x7fff836c7fff com.apple.print.framework.Print 218.0.3 (220.2) <404a8310c77d9a4e68cf43bea9605684> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff836c8000 - 0x7fff836cafff com.apple.NavigationServices 3.5.2 (163) <3e58cfe6d1bdcc4a4a64b6f79421291f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x7fff836cb000 - 0x7fff83807fe9 com.apple.ImageIO.framework 2.0.4 (2.0.4) <47dcdc0b5986b2c157e0b6dae48ce464> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff83808000 - 0x7fff8383aff7 libauto.dylib ??? (???) <eb100fd6174cff7e6545bb76009e7c0e> /usr/lib/libauto.dylib
0x7fff8383b000 - 0x7fff83930fff libxml2.2.dylib ??? (???) <1e3f835576b80546d0d8695369fc2c1d> /usr/lib/libxml2.2.dylib
0x7fff83931000 - 0x7fff83931ffa com.apple.CoreServices 32 (32) <c12e589173b697ce88050a6f736549eb> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff83932000 - 0x7fff83932ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff83933000 - 0x7fff8395dfff libcups.2.dylib ??? (???) <1b793c686d01e1ea86a53f3ead0714e4> /usr/lib/libcups.2.dylib
0x7fff8395e000 - 0x7fff8411bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8411c000 - 0x7fff84158ff7 libGLImage.dylib ??? (???) <c08254d55543c5d8847e8178a66f9e1b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff84159000 - 0x7fff84196ff7 com.apple.SystemConfiguration 1.9.2 (1.9.2) <3e058b95c78dc2f54ec3f9781bd86e1c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff84197000 - 0x7fff84197fff com.apple.Carbon 136 (136) <f0b1ad6c479d74ef0b819e25428a0681> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff84198000 - 0x7fff841edfe3 com.apple.HIServices 1.7.0 (???) <6bef766448d67adb91901b432629ea0f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff841ee000 - 0x7fff84489fe3 com.apple.Foundation 6.5.8 (677.24) <ea4230bc9c140aa95ece49fe3d4f8b4d> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8448a000 - 0x7fff84693ff3 com.apple.security 5.0.5 (36371) <8250c4f999d69ad6e171e88215bd8e96> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff84694000 - 0x7fff84752fff edu.mit.Kerberos 6.0.13 (6.0.13) <6d10cff5f721c34228661d52fbfd3516> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff84753000 - 0x7fff847ceff3 com.apple.CoreText 2.0.4 (???) <7221c321fe57cd1d9f2f9452107e5a7c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffffe00000 - 0x7fffffe01780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
0xfffffffffffec000 - 0xfffffffffffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
Thanks
Andy
-
- Transmission Developer
- Posts: 3142
- Joined: Fri Jan 13, 2006 8:08 pm
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
It's definitely worth a shot.ycjhi wrote:Thanks! It works. So, recompiling libcurl in 64-bit mode can be another solution, right?livings124 wrote:Ah, if you installed a custom libcurl, it looks like it's not compatible. It's apparently the wrong architecture, meaning it isn't working with X86-64. A solution might be to get info on Transmission, and select to run in 32-bit mode.
AndyP: No clue. Do you have any third-party extensions that aren't 64-bit compatible?
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Today, I downloaded curl-42 from http://www.opensource.apple.com, and compiled it. It solved my problem. I've got no error messages. Also, Activity Monitor shows that Transmission 1.74 is running in 64-bit mode. Thanks livings124!
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
I am having the same problem, only I have no idea what libcurl is or how to compile it...
Edit: I am running it fine in 32bit mode, but is there a way I can use it in 64 bit mode?
Edit: I am running it fine in 32bit mode, but is there a way I can use it in 64 bit mode?
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
I assume you have exactly the same problem as I have. Otherwise, recompiling libcurl would not help you.Thursty wrote:I am having the same problem, only I have no idea what libcurl is or how to compile it...
Edit: I am running it fine in 32bit mode, but is there a way I can use it in 64 bit mode?
Steps to compile libcurl:
1. Check if you have working gcc. If you don't, download and install the latest xcode at http://developer.apple.com/technology/tools.html
2. If you are using MacPorts, temporarily disable it by commenting out the following lines (if any) from ~/.profile
export PATH= ..............
export MANPATH=..........
export PKG_CONFIG_PATH=.............
3. Download Apple's curl-42 source tarball at http://www.opensource.apple.com/tarball ... -42.tar.gz
4. Open a new terminal window. Go to the directory where you downloaded curl-42 tarball and uncompress it
macbook:~$ cd downloads
macbook:downloads$ tar xzvf curl-42.tar.gz
5. Go to the directory where you uncompressed curl-42 source code
macbook:downloads$ cd curl-42
6. Enter the following command to start compiling
macbook:curl-42$ make
7. When compilation is done, go to /tmp/curl/Build directory and install curl
macbook:curl-42$ cd /tmp/curl/Build
macbook:curl$ sudo make install
8. You may trash /tmp/curl-42 and the source code. Also, uncomment the lines commented out in Step 2. Done.
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Thanks for your replies, guys.
The above solution seems pretty hardcore to me (I would have to register to get xcode), but the changing to 32-bit mode seems to work. I've got no idea what I am missing out on by doing this though.
The above solution seems pretty hardcore to me (I would have to register to get xcode), but the changing to 32-bit mode seems to work. I've got no idea what I am missing out on by doing this though.
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
I know. But, that won't charge you. Registration is free.AndyP wrote:I would have to register to get xcode
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Just an update:
Indeed the solution above was too hardcore for me, too (but thanks muchly for trying anyway). After updating to Snow Leopard, Transmission works fine in 64bit mode.
Cheers!
Indeed the solution above was too hardcore for me, too (but thanks muchly for trying anyway). After updating to Snow Leopard, Transmission works fine in 64bit mode.
Cheers!
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Because of some other problems that I couldn't solve (for example, 1.74 stops transmission reporting "Tracker returned an error"; also, I experienced the slowing-down/freezing issue while using 1.74), I've moved back to 1.73. If 1.74 is working fine with Snow Leopard, I'll think of upgrading my 10.5.8 to Snow Leopard. Thanks for information.
Re: 1.74 crashes on launching (Mac OS X 10.5.8)
Hey, I have the same problem but with OS X 10.5.7. I downloaded Transmission last week and it has worked great until a few days ago. Now if I want to use it I have to trash it after I close it and download it again. Then it works great, but i just can't close it or shut off my computer if I want to keep using it. Whenever I attempt to open it, it just freezes and then I have to use Force Quit, at which point my computer says that Transmission closed due to an error.
My computer is 3 years old, so this might have something to do with it. Should I be using an older version of Transmission?
My system configuration:
Model: PowerBook6,8, BootROM 4.9.0f0, 1 processor, PowerPC G4 (1.5), 1.5 GHz, 1.25 GB
Graphics: GeForce FX Go5200, GeForce FX Go5200, spdisplays_agp_device, 64 MB
Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
Memory Module: DIMM1/J31, 1 GB, DDR SDRAM, PC2700U-25330
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x4E), Broadcom BCM43xx 1.0 (4.170.25.8)
Modem: Jump, V.92, Version 1.0
Bluetooth: Version 2.1.6f8, 2 service, 0 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Parallel ATA Device: MATSHITADVD-R UJ-845E
Parallel ATA Device: Hitachi HTS541080G9AT00, 74.53 GB
USB Device: Bluetooth USB Host Controller, (null) mA
USB Device: Apple Internal Trackpad, (null) mA
My computer is 3 years old, so this might have something to do with it. Should I be using an older version of Transmission?
My system configuration:
Model: PowerBook6,8, BootROM 4.9.0f0, 1 processor, PowerPC G4 (1.5), 1.5 GHz, 1.25 GB
Graphics: GeForce FX Go5200, GeForce FX Go5200, spdisplays_agp_device, 64 MB
Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
Memory Module: DIMM1/J31, 1 GB, DDR SDRAM, PC2700U-25330
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x4E), Broadcom BCM43xx 1.0 (4.170.25.8)
Modem: Jump, V.92, Version 1.0
Bluetooth: Version 2.1.6f8, 2 service, 0 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Parallel ATA Device: MATSHITADVD-R UJ-845E
Parallel ATA Device: Hitachi HTS541080G9AT00, 74.53 GB
USB Device: Bluetooth USB Host Controller, (null) mA
USB Device: Apple Internal Trackpad, (null) mA