Updated: Transmission 1.50 Beta 5

Discussion of Transmission that doesn't fit in the other categories
Debu
Posts: 105
Joined: Fri Aug 15, 2008 11:03 pm

Re: Updated: Transmission 1.50 Beta 5

Post by Debu »

I am unable to enter certain Stop Seeding ratios in the Options section of Torrent Inspector when running Tranmission 1.50b5 (7815) on an Intel iMac under OS X 10.4.11.

I was moving a few seeding torrents from a MB Pro running Leopard over to the above-noted iMac. I added a torrent after verifying the file and tried to enter 1.25 in the "Stop at Ratio" box in Torrent Inspector. When I hit TAB or RETURN, the number changes to "1". The same thing happens when I enter ".75", "0.75". When I enter "1.5" or "1.50" or "2.50", the number changes to "2". When I enter 2.51 it changes to 3.

This appears to be a Tiger-only problem; the MB Pro running Leopard does not exhibit the same behavior.
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Re: Updated: Transmission 1.50 Beta 5

Post by livings124 »

Can you please post crash logs from beta 5 as opposed to 4? There's extra debugging info in 5.
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

Code: Select all

Process:         Transmission [82679]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.50b5 (7815)
Code Type:       X86 (Native)
Parent Process:  launchd [279]

Date/Time:       2009-02-03 19:27:27.244 +0300
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

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

Thread 1 Crashed:
0   org.m0k.transmission          	0x0008ab99 event_queue_insert + 96
1   org.m0k.transmission          	0x00089034 kq_dispatch + 304
2   org.m0k.transmission          	0x0008bfb1 event_base_loop + 795
3   org.m0k.transmission          	0x0008c55b event_dispatch + 35
4   org.m0k.transmission          	0x0006ccd1 libeventThreadFunc + 191
5   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
6   libSystem.B.dylib             	0x95d7af52 thread_start + 34
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Updated: Transmission 1.50 Beta 5

Post by rb07 »

Daemon (1.50b4) gets stuck "In Progress" scrapping/announcing.

With a dozen torrents, some working fine others are stuck doing nothing and disappear from the tracker, for instance the following was one torrent examined today as 12 PM:

Code: Select all

TRANSFER
  State: Idle
...
TRACKER
  Latest announce: Mon Feb  2 20:10:13 2009
  Announce URL: http://tracker.com:3402/announce
  Announce response: OK (200)
  Next announce:   In Progress
  Latest scrape:   Mon Feb  2 18:10:29 2009
  Scrape response: OK (200)
  Next scrape:     In Progress
  Tracker knows of 4 seeders and 0 leechers
  Tracker has seen 212 clients complete this torrent
Notice the dates and the "In Progress" status, the last announce was 16 hours ago, the last scrape even worse 20 hours ago.

I count 7 out of 12 torrents seeding with the same problem (but I revived 5, using pause then resume; so it really was 12 of 13 (I stopped one that was the only one really seeding), some with much longer "In Progress" times).

Two different trackers involved, perhaps more since they use different ports at the same site.
essiw
Posts: 567
Joined: Sat Aug 23, 2008 10:40 am
Location: the Netherlands

Re: Updated: Transmission 1.50 Beta 5

Post by essiw »

rb07
Try beta 5, the demon has been updated in that version
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Updated: Transmission 1.50 Beta 5

Post by rb07 »

essiw wrote:rb07
Try beta 5, the demon has been updated in that version
The announce at the top says beta 5 only adds debug info for Macs.

I've seen Ticket #1631, its closed, closed 2 weeks ago, but I'm looking at the problem right now with beta 4 which came out last week.
fonam
Posts: 50
Joined: Fri Nov 16, 2007 12:47 pm

Re: Updated: Transmission 1.50 Beta 5

Post by fonam »

Still a lot of 'no route to host' messages in the log... :oops:
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

Code: Select all

Process:         Transmission [88940]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.50b5 (7815)
Code Type:       X86 (Native)
Parent Process:  launchd [279]

Date/Time:       2009-02-04 00:24:31.343 +0300
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

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

Thread 1 Crashed:
0   org.m0k.transmission          	0x0008ab99 event_queue_insert + 96
1   org.m0k.transmission          	0x00089034 kq_dispatch + 304
2   org.m0k.transmission          	0x0008bfb1 event_base_loop + 795
3   org.m0k.transmission          	0x0008c55b event_dispatch + 35
4   org.m0k.transmission          	0x0006ccd1 libeventThreadFunc + 191
5   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
6   libSystem.B.dylib             	0x95d7af52 thread_start + 34
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Updated: Transmission 1.50 Beta 5

Post by Jordan »

KingJulian: the error you're seeing there looks a lot like ticket #1748. Could you please try a nightly build of r7828 or higher and report back if that makes things better, worse, or no change?
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

Eror Report was too large for the forum post, so I made a txt and zipped it to attach, here is the begining of report:

Code: Select all

Date/Time:      2009-02-05 02:47:28 +0200
OS Version:     10.5.6 (Build 9G55)
Architecture:   i386
Report Version: 4

Command:        Transmission
Path:           /Applications/Transmission.app/Contents/MacOS/Transmission
Version:        1.42+ (7827)
Parent:         launchd [279]

PID:            50183
[b]Event:          hang[/b]
Time:           77.60s
Steps:          605
http://merkyrii.ru/Eror_Report.zip
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

Just got the new build 7828:
Crashed on the first start:

Code: Select all

Process:         Transmission [83753]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.42+ (7828)
Code Type:       X86 (Native)
Parent Process:  launchd [279]

Date/Time:       2009-02-05 20:01:00.777 +0300
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  1

Thread 0:
0   libSystem.B.dylib             	0x95d4a1c6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x95d519bc mach_msg + 72
2   com.apple.CoreFoundation      	0x91e1f0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x91e1fcd8 CFRunLoopRunInMode + 88
4   com.apple.HIToolbox           	0x94b5c2c0 RunCurrentEventLoopInMode + 283
5   com.apple.HIToolbox           	0x94b5c0d9 ReceiveNextEventCommon + 374
6   com.apple.HIToolbox           	0x94b5bf4d BlockUntilNextEventMatchingListInMode + 106
7   com.apple.AppKit              	0x90e2fd7d _DPSNextEvent + 657
8   com.apple.AppKit              	0x90e2f630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
9   com.apple.AppKit              	0x90e2866b -[NSApplication run] + 795
10  com.apple.AppKit              	0x90df58a4 NSApplicationMain + 574
11  org.m0k.transmission          	0x00002881 main + 143
12  org.m0k.transmission          	0x000027c6 start + 54

Thread 1 Crashed:
0   libSystem.B.dylib             	0x95e1efd6 usleep$NOCANCEL$UNIX2003 + 0
1   libSystem.B.dylib             	0x95e36685 abort + 85
2   org.m0k.transmission          	0x00052c4e tr_deepLoggingIsActive + 0
3   org.m0k.transmission          	0x0008e75a tr_multi_socket_action + 296
4   org.m0k.transmission          	0x00096899 event_base_loop + 1209
5   org.m0k.transmission          	0x00096cb5 event_dispatch + 35
6   org.m0k.transmission          	0x0007715e libeventThreadFunc + 191
7   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
8   libSystem.B.dylib             	0x95d7af52 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x95d7a906 kevent + 10
1   com.apple.Foundation          	0x9075a7ed -[NSThread main] + 45
2   com.apple.Foundation          	0x9075a394 __NSThread__main__ + 308
3   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
4   libSystem.B.dylib             	0x95d7af52 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x95d513ae __semwait_signal + 10
1   libSystem.B.dylib             	0x95d7bd0d pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x93534ab9 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
4   libSystem.B.dylib             	0x95d7af52 thread_start + 34

Thread 1 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x95e36639  ecx: 0xb00bbd0c  edx: 0x95db7e42
  edi: 0xa07ab690  esi: 0x000ad6e4  ebp: 0xb00bbd78  esp: 0xb00bbd4c
   ss: 0x0000001f  efl: 0x00010282  eip: 0x95e1efd6   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0xffe1736c

Binary Images:
    0x1000 -    0xb9fe7 +org.m0k.transmission 1.42+ (7828) <bf9e04efb51f6b5a0717d7cd0ec31384> /Applications/Transmission.app/Contents/MacOS/Transmission
  0x114000 -   0x128fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337) <ff8e2800bd64f6cec68510d6a13a5da6> /Applications/Transmission.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0x136000 -   0x161ffb  libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
  0x188000 -   0x191fff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock
  0x19e000 -   0x1a0fff +com.Logitech.Control Center.Scroll Enhancer Loader 2.6.0 (2.6.0) /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
  0x1a6000 -   0x1a8fff +com.Logitech.Control Center.Scroll Enhancer 2.6.0 (2.6.0) /Library/Application Support/Logitech/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
  0x31e000 -   0x327ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5b2 (1.5b2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
  0x3ae000 -   0x3b0ffe  com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
  0x3b6000 -   0x3b7ffd  com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
  0x52c000 -   0x722fff  com.apple.RawCamera.bundle 2.0.12 (421) <02fe3f4ea6251f7b2d23d855ce5c5fd2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x142c8000 - 0x142c8fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
0x1513c000 - 0x15141ff3  libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x1586f000 - 0x158acfe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x158f4000 - 0x158f7fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
0x16b2c000 - 0x16b31fff  com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x16b7d000 - 0x16b7efff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
0x16bf6000 - 0x16c5bfde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
0x16c7b000 - 0x16cedfff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x16cfb000 - 0x16d4b01f +com.DivXInc.DivXDecoder 6.0.5 (6.0.5) /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
0x16dde000 - 0x16debfff +com.cocoatech.PathFinderCM Path Finder CM version 2.1.3 (2.1.3) /Users/antonlitvin/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
0x16ef5000 - 0x16ef7fff  com.apple.BezelServicesFW 1.4.925 (1.4.925) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x16efe000 - 0x16f03fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x16f22000 - 0x16f28fcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 18) (1.1.2) /Users/antonlitvin/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
0x16f4f000 - 0x16fc2ff7  com.apple.Bluetooth 2.1.3 (2.1.3f8) <1e2732edbd0f2c1db1ce5ecf06aa8192> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x17010000 - 0x17042ffc +com.stuffit.StuffItCM 13.0.3 (13.0.3) <836627efb5c9eb791c76265bd5b222a2> /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
0x1705c000 - 0x170a4fe3 +com.stuffit.sdk 13.0.3 (13.0.3) <eea4f8830679cddcb99bf6d49a28459a> /Library/Frameworks/StuffIt.framework/Versions/B/StuffIt
0x170dd000 - 0x1716bff1 +com.stuffit.stuffitcore 13.0.3 (13.0.3) <0e82d419e0e4b50cf3490754d30b6bc3> /Library/Frameworks/StuffItCore.framework/Versions/A/StuffItCore
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90060000 - 0x900bdffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x900be000 - 0x900bfffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x900c0000 - 0x901a1ff7  libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x901e7000 - 0x902b5ff3  com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x902b6000 - 0x903fcff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x904df000 - 0x904efffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9074f000 - 0x9074fffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x90750000 - 0x909cbfe7  com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x909cc000 - 0x90b9aff3  com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x90ba5000 - 0x90bcdff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x90bce000 - 0x90bfdfe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x90bfe000 - 0x90c09fe7  libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90c0a000 - 0x90c0efff  libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90c0f000 - 0x90c3afe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x90c3b000 - 0x90cb5ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90cb6000 - 0x90cb6ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x90cb7000 - 0x90d67fff  edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90d8d000 - 0x90d91fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x90d92000 - 0x90deeff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90def000 - 0x915edfef  com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x915ee000 - 0x91647ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91648000 - 0x9172dff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9172e000 - 0x91743ffb  com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91744000 - 0x91744fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91745000 - 0x917fffe3  com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91800000 - 0x9180cff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9180d000 - 0x91bcbfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x91bcc000 - 0x91c7effb  libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x91ce3000 - 0x91d60feb  com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91dac000 - 0x91edffff  com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x91ee1000 - 0x91fc1fff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x91fc2000 - 0x91fc7fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91fc8000 - 0x92093fff  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x92094000 - 0x920cefe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x920cf000 - 0x920d2fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x920d3000 - 0x920ddfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92250000 - 0x923a2ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x923dd000 - 0x923ddffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x923de000 - 0x92438ff7  com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9244d000 - 0x92463fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x92464000 - 0x9343fff6  com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x93440000 - 0x937ddfef  com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93929000 - 0x93951fff  libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
0x93a1c000 - 0x93a28ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93a29000 - 0x93a29ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x93a49000 - 0x93a66ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x93b2d000 - 0x93bebfff  com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x93bec000 - 0x93bf5fff  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
0x93c29000 - 0x93c44ffb  libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x93c45000 - 0x93c4cfe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x93c4d000 - 0x93c9eff7  com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x93cdf000 - 0x93cecfe7  com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93ced000 - 0x93d80ff3  com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x93d81000 - 0x93f01fef  com.apple.CoreAUC 3.02.0 (3.02.0) <e9c0220542fac5c62ef3b79aa791252f> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x93f02000 - 0x93f02ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93f03000 - 0x94554fff  com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x94555000 - 0x9482fff3  com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94830000 - 0x94871fe7  libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94872000 - 0x9489ffeb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x948a0000 - 0x948a0ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x948a1000 - 0x948a8ff7  libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x948a9000 - 0x9499dff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x94a05000 - 0x94aa8ff3  com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x94aa9000 - 0x94af2fef  com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94af3000 - 0x94af3ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94af4000 - 0x94b2bfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94b2c000 - 0x94e34fff  com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94f6e000 - 0x94f70ff5  libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94f71000 - 0x95611fff  com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95612000 - 0x95a22fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95a23000 - 0x95d48fe2  com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95d49000 - 0x95eb0ff3  libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x95eb1000 - 0x95eb1ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95eb2000 - 0x95ef0ff7  libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95ef1000 - 0x95f6efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95f6f000 - 0x95f77fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95f88000 - 0x95facfeb  libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x95fad000 - 0x95fecfef  libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95fed000 - 0x95feffff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x95ff0000 - 0x95ff6fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95ff7000 - 0x9612fff7  libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x96130000 - 0x961cdffc  com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x961ce000 - 0x96259fff  com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9625a000 - 0x96261ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x96262000 - 0x96270ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x96271000 - 0x96742f3e  libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x96743000 - 0x96767fff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x96798000 - 0x967b7ffa  libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x967b8000 - 0x96842fe3  com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96843000 - 0x968cfff7  com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96b75000 - 0x96c1cfeb  com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96c1d000 - 0x96ce4ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96ceb000 - 0x96d03ff7  com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96d04000 - 0x96d14fff  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
0x96d27000 - 0x96d76fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x96d77000 - 0x96e0afff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96e10000 - 0x96e28fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x96e29000 - 0x96e6bfef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96e89000 - 0x96e90fff  com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x970fa000 - 0x97179ff5  com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9717a000 - 0x97198fff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x97199000 - 0x97220ff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0xc0000000 - 0xc0008fff +com.growl.growlframework 1.1.3 (1.1.3) <a73dcf41c5c7d4b27d69b25dbdfd2fde> /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

After that - started normally, I am using it now.
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

frequent crashes are annoying i'll go back to r7827

Code: Select all

Process:         Transmission [85304]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         1.42+ (7828)
Code Type:       X86 (Native)
Parent Process:  launchd [279]

Date/Time:       2009-02-05 20:56:42.005 +0300
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  1

Thread 1 Crashed:
0   libSystem.B.dylib             	0x95e26136 __semwait_signal_nocancel + 10
1   libSystem.B.dylib             	0x95e1f013 usleep$NOCANCEL$UNIX2003 + 61
2   libSystem.B.dylib             	0x95e36685 abort + 85
3   org.m0k.transmission          	0x00052c4e tr_deepLoggingIsActive + 0
4   org.m0k.transmission          	0x0008e75a tr_multi_socket_action + 296
5   org.m0k.transmission          	0x00096899 event_base_loop + 1209
6   org.m0k.transmission          	0x00096cb5 event_dispatch + 35
7   org.m0k.transmission          	0x0007715e libeventThreadFunc + 191
8   libSystem.B.dylib             	0x95d7b095 _pthread_start + 321
9   libSystem.B.dylib             	0x95d7af52 thread_start + 34
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Updated: Transmission 1.50 Beta 5

Post by Jordan »

KingJulian:

Regarding your crash of

Code: Select all

Version:         1.42+ (7828)
Date/Time:       2009-02-05 20:56:42.005 +0300
This crash is due to a new assertions that I added to help track down the root cause of the other crash that's been giving you so much grief...

Please go to Console.app, select LOG DATABASE QUERIES > Console Messages, and search for Transmission. There should be an assertion failure that matches the time and date of that crash report. Please copy & paste that full assertion message so that I can read it -- I'm hoping it will be a clue about ticket #1748.

The assertion should look something this, but the error code, line number, etc. will be different from this sample:
[12:20:47.478] Transmission 1.42+ (7828) Assertion "mcode == CURLM_OK" failed at web.c:504. (curl_mutli_setopt() failed: 0 (No error)) Please report this bug at <http://trac.transmissionbt.com/newticket>; Thank you.
Aborted
Ryoujin
Posts: 576
Joined: Sat Jan 05, 2008 3:43 pm

Re: Updated: Transmission 1.50 Beta 5

Post by Ryoujin »

This seems to be the same issue as me.

http://transmission.pastebin.com/m13ad6be9
http://transmission.pastebin.com/m81c4261

Using r7829 atm.

Code: Select all

2/5/09 2:56:21 PM [0x0-0x50050].org.m0k.transmission[464] [14:56:21.998] Transmission 1.42+ (7829) Assertion "mcode == CURLM_OK" failed at /var/tmp/pea/svn.transmissionbt.com/trunk/libtransmission/web.c:321.  (curl_multi_socket_action() failed: 5 (invalid socket argument))  Please report this bug at <http://trac.transmissionbt.com/newticket>; Thank you. 
2/5/09 2:56:26 PM com.apple.launchd[62] ([0x0-0x50050].org.m0k.transmission[464]) Exited abnormally: Abort trap 
2/5/09 2:56:57 PM [0x0-0x53053].org.m0k.transmission[481] [14:56:57.990] Transmission 1.42+ (7829) Assertion "mcode == CURLM_OK" failed at /var/tmp/pea/svn.transmissionbt.com/trunk/libtransmission/web.c:321.  (curl_multi_socket_action() failed: 5 (invalid socket argument))  Please report this bug at <http://trac.transmissionbt.com/newticket>; Thank you. 
2/5/09 2:57:00 PM com.apple.launchd[62] ([0x0-0x53053].org.m0k.transmission[481]) Exited abnormally: Abort trap 
KingJulian
Posts: 30
Joined: Sun Dec 21, 2008 5:32 pm

Re: Updated: Transmission 1.50 Beta 5

Post by KingJulian »

05.02.09 20:56:41 [0x0-0x543543].org.m0k.transmission[85304] [20:56:41.990] Transmission 1.42+ (7828) Assertion "mcode == CURLM_OK" failed at /var/tmp/pea/svn.transmissionbt.com/trunk/libtransmission/web.c:321. (curl_multi_socket_action() failed: 5 (invalid socket argument)) Please report this bug at <http://trac.transmissionbt.com/newticket>; Thank you.
Locked