Crash when clicking Files tab

Ask for help and report issues with the Mac OS X version of Transmission
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Crash when clicking Files tab

Post by quinx »

I get an occasional crash when clicking on the Files tab in the inspector panel after adding a torrent. hard to duplicate as it only happens once in a while.

v2.13

Code: Select all

Process:         Transmission [32845]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.13 (11501)
Code Type:       X86-64 (Native)
Parent Process:  launchd [24643]

Date/Time:       2010-12-29 18:31:48.160 -0800
OS Version:      Mac OS X 10.6.5 (10H574)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff86b2c120 objc_msgSend + 44
1   org.m0k.transmission          	0x000000010003fed6 0x100000000 + 261846
2   com.apple.AppKit              	0x00007fff8620c422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8620c292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff8620cd04 -[_NSTableRowHeightStorage computeRectOfRow:cacheHint:] + 203
5   com.apple.AppKit              	0x00007fff8620cc28 -[NSTableView _rowHeightStorageComputeRectOfRow:cacheHint:] + 74
6   com.apple.AppKit              	0x00007fff8620c8eb -[NSTableView _rectOfRowAssumingRowExists:] + 220
7   com.apple.AppKit              	0x00007fff8620c7fe -[NSTableView rectOfRow:] + 118
8   com.apple.AppKit              	0x00007fff8620c677 -[NSOutlineView rectOfRow:] + 53
9   com.apple.AppKit              	0x00007fff862d4bbb -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 661
10  com.apple.AppKit              	0x00007fff862d4860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
11  com.apple.AppKit              	0x00007fff862d46ee -[NSTableView deselectAll:] + 153
12  org.m0k.transmission          	0x000000010003f3a2 0x100000000 + 258978
13  org.m0k.transmission          	0x000000010005051f 0x100000000 + 328991
14  org.m0k.transmission          	0x000000010004fdf1 0x100000000 + 327153
15  org.m0k.transmission          	0x000000010002d1b7 0x100000000 + 184759
16  com.apple.AppKit              	0x00007fff862c8e9a -[NSApplication sendAction:to:from:] + 95
17  com.apple.AppKit              	0x00007fff86569ba2 -[NSMatrix sendAction:to:] + 131
18  com.apple.AppKit              	0x00007fff8635476b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
19  com.apple.AppKit              	0x00007fff863852aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
20  com.apple.AppKit              	0x00007fff865687c9 -[NSMatrix _mouseDownNonListmode:] + 2471
21  com.apple.AppKit              	0x00007fff8655ca0a -[NSMatrix mouseDown:] + 321
22  com.apple.AppKit              	0x00007fff8626d34f -[NSWindow sendEvent:] + 5409
23  com.apple.AppKit              	0x00007fff861a2a86 -[NSApplication sendEvent:] + 4719
24  com.apple.AppKit              	0x00007fff861394da -[NSApplication run] + 474
25  com.apple.AppKit              	0x00007fff861321a8 NSApplicationMain + 364
26  org.m0k.transmission          	0x0000000100001dd7 0x100000000 + 7639
27  org.m0k.transmission          	0x0000000100001d4c 0x100000000 + 7500
v2.12

Code: Select all

Process:         Transmission [5676]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.12 (11412)
Code Type:       X86-64 (Native)
Parent Process:  launchd [220]

Date/Time:       2010-12-12 11:47:57.703 -0800
OS Version:      Mac OS X 10.6.5 (10H574)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000001a
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff86b2c11c objc_msgSend + 40
1   org.m0k.transmission          	0x000000010003fbaf 0x100000000 + 261039
2   com.apple.AppKit              	0x00007fff8620c422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8620c292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff8620cd04 -[_NSTableRowHeightStorage computeRectOfRow:cacheHint:] + 203
5   com.apple.AppKit              	0x00007fff8620cc28 -[NSTableView _rowHeightStorageComputeRectOfRow:cacheHint:] + 74
6   com.apple.AppKit              	0x00007fff8620c8eb -[NSTableView _rectOfRowAssumingRowExists:] + 220
7   com.apple.AppKit              	0x00007fff8620c7fe -[NSTableView rectOfRow:] + 118
8   com.apple.AppKit              	0x00007fff8620c677 -[NSOutlineView rectOfRow:] + 53
9   com.apple.AppKit              	0x00007fff862d4bbb -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 661
10  com.apple.AppKit              	0x00007fff862d4860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
11  com.apple.AppKit              	0x00007fff862d46ee -[NSTableView deselectAll:] + 153
12  org.m0k.transmission          	0x000000010003f07b 0x100000000 + 258171
13  org.m0k.transmission          	0x0000000100050716 0x100000000 + 329494
14  org.m0k.transmission          	0x000000010004ff1c 0x100000000 + 327452
15  org.m0k.transmission          	0x000000010002cc17 0x100000000 + 183319
16  com.apple.AppKit              	0x00007fff862c8e9a -[NSApplication sendAction:to:from:] + 95
17  com.apple.AppKit              	0x00007fff86569ba2 -[NSMatrix sendAction:to:] + 131
18  com.apple.AppKit              	0x00007fff8635476b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
19  com.apple.AppKit              	0x00007fff863852aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
20  com.apple.AppKit              	0x00007fff865687c9 -[NSMatrix _mouseDownNonListmode:] + 2471
21  com.apple.AppKit              	0x00007fff8655ca0a -[NSMatrix mouseDown:] + 321
22  com.apple.AppKit              	0x00007fff8626d34f -[NSWindow sendEvent:] + 5409
23  com.apple.AppKit              	0x00007fff861a2a86 -[NSApplication sendEvent:] + 4719
24  com.apple.AppKit              	0x00007fff861394da -[NSApplication run] + 474
25  com.apple.AppKit              	0x00007fff861321a8 NSApplicationMain + 364
26  org.m0k.transmission          	0x0000000100001757 0x100000000 + 5975
27  org.m0k.transmission          	0x00000001000016cc 0x100000000 + 5836
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

2.20 still crashes once in a while when clicking the files tab in inspector. this torrent had 4 files, less than 50MB total file size.

Code: Select all

Process:         Transmission [4160]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.20 (11841)
Code Type:       X86-64 (Native)
Parent Process:  launchd [146]

Date/Time:       2011-02-19 15:00:27.942 -0800
OS Version:      Mac OS X 10.6.6 (10J567)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000014
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8072211c objc_msgSend + 40
1   org.m0k.transmission          	0x000000010003fb6c 0x100000000 + 260972
2   com.apple.AppKit              	0x00007fff8474f422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8474f292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff84750170 -[_NSTableRowHeightStorage _convert:row:point:cacheHint:] + 871
5   com.apple.AppKit              	0x00007fff8475296b -[_NSTableRowHeightStorage computeRowAtPoint:cacheHint:] + 55
6   com.apple.AppKit              	0x00007fff84752717 -[NSTableView rowsInRect:] + 334
7   com.apple.AppKit              	0x00007fff84817a6c -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 326
8   com.apple.AppKit              	0x00007fff84817860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
9   com.apple.AppKit              	0x00007fff848176ee -[NSTableView deselectAll:] + 153
10  org.m0k.transmission          	0x000000010003f038 0x100000000 + 258104
11  org.m0k.transmission          	0x000000010005064b 0x100000000 + 329291
12  org.m0k.transmission          	0x000000010004ff1d 0x100000000 + 327453
13  org.m0k.transmission          	0x000000010002c85f 0x100000000 + 182367
14  com.apple.AppKit              	0x00007fff8480be9a -[NSApplication sendAction:to:from:] + 95
15  com.apple.AppKit              	0x00007fff84aacba2 -[NSMatrix sendAction:to:] + 131
16  com.apple.AppKit              	0x00007fff8489776b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
17  com.apple.AppKit              	0x00007fff848c82aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
18  com.apple.AppKit              	0x00007fff84aab7c9 -[NSMatrix _mouseDownNonListmode:] + 2471
19  com.apple.AppKit              	0x00007fff84a9fa0a -[NSMatrix mouseDown:] + 321
20  com.apple.AppKit              	0x00007fff847b034f -[NSWindow sendEvent:] + 5409
21  com.apple.AppKit              	0x00007fff846e5a86 -[NSApplication sendEvent:] + 4719
22  com.apple.AppKit              	0x00007fff8467c4da -[NSApplication run] + 474
23  com.apple.AppKit              	0x00007fff846751a8 NSApplicationMain + 364
24  org.m0k.transmission          	0x00000001000012eb 0x100000000 + 4843
25  org.m0k.transmission          	0x0000000100001260 0x100000000 + 4704

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x00007fff8789016a kevent + 10
1   libSystem.B.dylib             	0x00007fff8789203d _dispatch_mgr_invoke + 154
2   libSystem.B.dylib             	0x00007fff87891d14 _dispatch_queue_invoke + 185
3   libSystem.B.dylib             	0x00007fff8789183e _dispatch_worker_thread2 + 252
4   libSystem.B.dylib             	0x00007fff87891168 _pthread_wqthread + 353
5   libSystem.B.dylib             	0x00007fff87891005 start_wqthread + 13
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

still crashing in 2.22 (12099), not to mention i lose gigabytes of downloaded progress and waste bandwidth every time it crashes. the crash log below is when i clicked on the files tab of a 270MB torrent with 10 files in it.

Code: Select all

Process:         Transmission [1284]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.22 (12099)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]

Date/Time:       2011-03-13 11:08:54.365 -0700
OS Version:      Mac OS X 10.6.6 (10J567)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8072211c objc_msgSend + 40
1   org.m0k.transmission          	0x000000010003fbd5 0x100000000 + 261077
2   com.apple.AppKit              	0x00007fff8474f422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8474f292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff84750170 -[_NSTableRowHeightStorage _convert:row:point:cacheHint:] + 871
5   com.apple.AppKit              	0x00007fff8475296b -[_NSTableRowHeightStorage computeRowAtPoint:cacheHint:] + 55
6   com.apple.AppKit              	0x00007fff84752717 -[NSTableView rowsInRect:] + 334
7   com.apple.AppKit              	0x00007fff84817a6c -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 326
8   com.apple.AppKit              	0x00007fff84817860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
9   com.apple.AppKit              	0x00007fff848176ee -[NSTableView deselectAll:] + 153
10  org.m0k.transmission          	0x000000010003f0a1 0x100000000 + 258209
11  org.m0k.transmission          	0x00000001000506b3 0x100000000 + 329395
12  org.m0k.transmission          	0x000000010004ff85 0x100000000 + 327557
13  org.m0k.transmission          	0x000000010002c8af 0x100000000 + 182447
14  com.apple.AppKit              	0x00007fff8480be9a -[NSApplication sendAction:to:from:] + 95
15  com.apple.AppKit              	0x00007fff84aacba2 -[NSMatrix sendAction:to:] + 131
16  com.apple.AppKit              	0x00007fff8489776b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
17  com.apple.AppKit              	0x00007fff848c82aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
18  com.apple.AppKit              	0x00007fff84aab7c9 -[NSMatrix _mouseDownNonListmode:] + 2471
19  com.apple.AppKit              	0x00007fff84a9fa0a -[NSMatrix mouseDown:] + 321
20  com.apple.AppKit              	0x00007fff847b034f -[NSWindow sendEvent:] + 5409
21  com.apple.AppKit              	0x00007fff846e5a86 -[NSApplication sendEvent:] + 4719
22  com.apple.AppKit              	0x00007fff8467c4da -[NSApplication run] + 474
23  com.apple.AppKit              	0x00007fff846751a8 NSApplicationMain + 364
24  org.m0k.transmission          	0x0000000100001347 0x100000000 + 4935
25  org.m0k.transmission          	0x00000001000012bc 0x100000000 + 4796
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Re: Crash when clicking Files tab

Post by livings124 »

Can you post a crash log from a nightly build? http://transmission.xpjets.com/
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

the nightlies always stall before completing and if i restart T, they show as seeding, but didn't actually complete. so i'd rather not have to use a nightly if i don't have to.

Image
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Re: Crash when clicking Files tab

Post by livings124 »

Can you at least use the nightly enough so that we can replicate the crash? A crash log from the nightly will help us pinpoint the issue.
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

i can't use the nightly because it simply doesn't work properly. torrents go to seeding status when they're actually incomplete, and other times they shows as incomplete even when they are complete and seeding. if the nightly worked properly as 2.22 does, then it would be easier to test for the crash. but for now, it is unusable. sorry.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Crash when clicking Files tab

Post by Jordan »

Could you please make a more detailed bug report of that complete/incomplete issue in a different thread? I'd like to hear more about that.
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

another crash using the latest nightly:

Code: Select all

Process:         Transmission [8941]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.22+ (12164)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]

Date/Time:       2011-03-14 11:27:50.826 -0700
OS Version:      Mac OS X 10.6.6 (10J567)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000001b
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8072211c objc_msgSend + 40
1   org.m0k.transmission          	0x00000001000402c9 -[FileOutlineController outlineView:heightOfRowByItem:] + 30
2   com.apple.AppKit              	0x00007fff8474f422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8474f292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff8474fd04 -[_NSTableRowHeightStorage computeRectOfRow:cacheHint:] + 203
5   com.apple.AppKit              	0x00007fff8474fc28 -[NSTableView _rowHeightStorageComputeRectOfRow:cacheHint:] + 74
6   com.apple.AppKit              	0x00007fff8474f8eb -[NSTableView _rectOfRowAssumingRowExists:] + 220
7   com.apple.AppKit              	0x00007fff8474f7fe -[NSTableView rectOfRow:] + 118
8   com.apple.AppKit              	0x00007fff8474f677 -[NSOutlineView rectOfRow:] + 53
9   com.apple.AppKit              	0x00007fff84817bbb -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 661
10  com.apple.AppKit              	0x00007fff84817860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
11  com.apple.AppKit              	0x00007fff848176ee -[NSTableView deselectAll:] + 153
12  org.m0k.transmission          	0x000000010003f795 -[FileOutlineController setTorrent:] + 207
13  org.m0k.transmission          	0x00000001000516b7 -[InfoFileViewController(Private) setupInfo] + 141
14  org.m0k.transmission          	0x0000000100050f89 -[InfoFileViewController updateInfo] + 43
15  org.m0k.transmission          	0x000000010002cbf2 -[InfoWindowController setTab:] + 1554
16  com.apple.AppKit              	0x00007fff8480be9a -[NSApplication sendAction:to:from:] + 95
17  com.apple.AppKit              	0x00007fff84aacba2 -[NSMatrix sendAction:to:] + 131
18  com.apple.AppKit              	0x00007fff8489776b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
19  com.apple.AppKit              	0x00007fff848c82aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
20  com.apple.AppKit              	0x00007fff84aab7c9 -[NSMatrix _mouseDownNonListmode:] + 2471
21  com.apple.AppKit              	0x00007fff84a9fa0a -[NSMatrix mouseDown:] + 321
22  com.apple.AppKit              	0x00007fff847b034f -[NSWindow sendEvent:] + 5409
23  com.apple.AppKit              	0x00007fff846e5a86 -[NSApplication sendEvent:] + 4719
24  com.apple.AppKit              	0x00007fff8467c4da -[NSApplication run] + 474
25  com.apple.AppKit              	0x00007fff846751a8 NSApplicationMain + 364
26  org.m0k.transmission          	0x00000001000020ad main + 111
27  org.m0k.transmission          	0x000000010000201c start + 52
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Re: Crash when clicking Files tab

Post by livings124 »

Is it the same transfer that's selected that's causing this crash? Anything special about it?
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

different torrent. nothing special about the file. single 80mb file in the torrent. the crash is very random and difficult to reproduce on purpose. it doesn't appear to matter what size the content is or number of files in the torrent.

one possible scenario is adding a new torrent and then clicking the info tab right after adding like within 1 second. or clicking the "resume transfer" icon then clicking the info tab immediately after. but as i said, i haven't been able to find a consistent way to reproduce the crash.
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

another crash with the nightly:

Code: Select all

Process:         Transmission [16441]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.22+ (12164)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]

Date/Time:       2011-03-14 21:37:45.502 -0700
OS Version:      Mac OS X 10.6.6 (10J567)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000001d
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8072211c objc_msgSend + 40
1   org.m0k.transmission          	0x00000001000402c9 -[FileOutlineController outlineView:heightOfRowByItem:] + 30
2   com.apple.AppKit              	0x00007fff8474f422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff8474f292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff84750170 -[_NSTableRowHeightStorage _convert:row:point:cacheHint:] + 871
5   com.apple.AppKit              	0x00007fff8475296b -[_NSTableRowHeightStorage computeRowAtPoint:cacheHint:] + 55
6   com.apple.AppKit              	0x00007fff84752717 -[NSTableView rowsInRect:] + 334
7   com.apple.AppKit              	0x00007fff84817a6c -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 326
8   com.apple.AppKit              	0x00007fff84817860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
9   com.apple.AppKit              	0x00007fff848176ee -[NSTableView deselectAll:] + 153
10  org.m0k.transmission          	0x000000010003f795 -[FileOutlineController setTorrent:] + 207
11  org.m0k.transmission          	0x00000001000516b7 -[InfoFileViewController(Private) setupInfo] + 141
12  org.m0k.transmission          	0x0000000100050f89 -[InfoFileViewController updateInfo] + 43
13  org.m0k.transmission          	0x000000010002cbf2 -[InfoWindowController setTab:] + 1554
14  com.apple.AppKit              	0x00007fff8480be9a -[NSApplication sendAction:to:from:] + 95
15  com.apple.AppKit              	0x00007fff84aacba2 -[NSMatrix sendAction:to:] + 131
16  com.apple.AppKit              	0x00007fff8489776b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
17  com.apple.AppKit              	0x00007fff848c82aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
18  com.apple.AppKit              	0x00007fff84aab7c9 -[NSMatrix _mouseDownNonListmode:] + 2471
19  com.apple.AppKit              	0x00007fff84a9fa0a -[NSMatrix mouseDown:] + 321
20  com.apple.AppKit              	0x00007fff847b034f -[NSWindow sendEvent:] + 5409
21  com.apple.AppKit              	0x00007fff846e5a86 -[NSApplication sendEvent:] + 4719
22  com.apple.AppKit              	0x00007fff8467c4da -[NSApplication run] + 474
23  com.apple.AppKit              	0x00007fff846751a8 NSApplicationMain + 364
24  org.m0k.transmission          	0x00000001000020ad main + 111
25  org.m0k.transmission          	0x000000010000201c start + 52
there's another problem i encountered with the nightly. i was about 90% complete with a torrent and it started seeding for no reason. so i restarted T and did a manual "verify local data" and T lost all the downloaded progress and it started back at 1% complete. so there's a bug somewhere were T can't recover from corrupt pieces or something. in any case, i've wasted enough bandwidth so no more nightlies for me.
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

Code: Select all

Process:         Transmission [4784]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.22+ (12269)
Code Type:       X86-64 (Native)
Parent Process:  launchd [145]

Date/Time:       2011-04-03 09:45:32.625 -0700
OS Version:      Mac OS X 10.6.7 (10J869)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000013
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8915711c objc_msgSend + 40
1   org.m0k.transmission          	0x0000000100040516 -[FileOutlineController outlineView:heightOfRowByItem:] + 30
2   com.apple.AppKit              	0x00007fff86a2c422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff86a2c292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff86a2d170 -[_NSTableRowHeightStorage _convert:row:point:cacheHint:] + 871
5   com.apple.AppKit              	0x00007fff86a2f96b -[_NSTableRowHeightStorage computeRowAtPoint:cacheHint:] + 55
6   com.apple.AppKit              	0x00007fff86a2f717 -[NSTableView rowsInRect:] + 334
7   com.apple.AppKit              	0x00007fff86af4a6c -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 326
8   com.apple.AppKit              	0x00007fff86af4860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
9   com.apple.AppKit              	0x00007fff86af46ee -[NSTableView deselectAll:] + 153
10  org.m0k.transmission          	0x000000010003f9e2 -[FileOutlineController setTorrent:] + 207
11  org.m0k.transmission          	0x00000001000518a3 -[InfoFileViewController(Private) setupInfo] + 141
12  org.m0k.transmission          	0x0000000100051175 -[InfoFileViewController updateInfo] + 43
13  org.m0k.transmission          	0x000000010002ce2e -[InfoWindowController setTab:] + 1554
14  com.apple.AppKit              	0x00007fff86ae8e9a -[NSApplication sendAction:to:from:] + 95
15  com.apple.AppKit              	0x00007fff86d89ba2 -[NSMatrix sendAction:to:] + 131
16  com.apple.AppKit              	0x00007fff86b7476b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
17  com.apple.AppKit              	0x00007fff86ba52aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
18  com.apple.AppKit              	0x00007fff86d887c9 -[NSMatrix _mouseDownNonListmode:] + 2471
19  com.apple.AppKit              	0x00007fff86d7ca0a -[NSMatrix mouseDown:] + 321
20  com.apple.AppKit              	0x00007fff86a8d34f -[NSWindow sendEvent:] + 5409
21  com.apple.AppKit              	0x00007fff869c2a86 -[NSApplication sendEvent:] + 4719
22  com.apple.AppKit              	0x00007fff869594da -[NSApplication run] + 474
23  com.apple.AppKit              	0x00007fff869521a8 NSApplicationMain + 364
24  org.m0k.transmission          	0x0000000100001c1d main + 111
25  org.m0k.transmission          	0x0000000100001b8c start + 52
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

Code: Select all

Process:         Transmission [31160]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.30b1 (12336)
Code Type:       X86-64 (Native)
Parent Process:  launchd [145]

Date/Time:       2011-04-09 08:52:48.657 -0700
OS Version:      Mac OS X 10.6.7 (10J869)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000001
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff89157120 objc_msgSend + 44
1   org.m0k.transmission          	0x0000000100040a76 -[FileOutlineController outlineView:heightOfRowByItem:] + 30
2   com.apple.AppKit              	0x00007fff86a2c422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff86a2c292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff86a2cd04 -[_NSTableRowHeightStorage computeRectOfRow:cacheHint:] + 203
5   com.apple.AppKit              	0x00007fff86a2cc28 -[NSTableView _rowHeightStorageComputeRectOfRow:cacheHint:] + 74
6   com.apple.AppKit              	0x00007fff86a2c8eb -[NSTableView _rectOfRowAssumingRowExists:] + 220
7   com.apple.AppKit              	0x00007fff86a2c7fe -[NSTableView rectOfRow:] + 118
8   com.apple.AppKit              	0x00007fff86a2c677 -[NSOutlineView rectOfRow:] + 53
9   com.apple.AppKit              	0x00007fff86af4bbb -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 661
10  com.apple.AppKit              	0x00007fff86af4860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
11  com.apple.AppKit              	0x00007fff86af46ee -[NSTableView deselectAll:] + 153
12  org.m0k.transmission          	0x000000010003ff42 -[FileOutlineController setTorrent:] + 207
13  org.m0k.transmission          	0x0000000100051e0f -[InfoFileViewController(Private) setupInfo] + 141
14  org.m0k.transmission          	0x00000001000516e1 -[InfoFileViewController updateInfo] + 43
15  org.m0k.transmission          	0x000000010002d38e -[InfoWindowController setTab:] + 1554
16  com.apple.AppKit              	0x00007fff86ae8e9a -[NSApplication sendAction:to:from:] + 95
17  com.apple.AppKit              	0x00007fff86d89ba2 -[NSMatrix sendAction:to:] + 131
18  com.apple.AppKit              	0x00007fff86b7476b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
19  com.apple.AppKit              	0x00007fff86ba52aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
20  com.apple.AppKit              	0x00007fff86d887c9 -[NSMatrix _mouseDownNonListmode:] + 2471
21  com.apple.AppKit              	0x00007fff86d7ca0a -[NSMatrix mouseDown:] + 321
22  com.apple.AppKit              	0x00007fff86a8d34f -[NSWindow sendEvent:] + 5409
23  com.apple.AppKit              	0x00007fff869c2a86 -[NSApplication sendEvent:] + 4719
24  com.apple.AppKit              	0x00007fff869594da -[NSApplication run] + 474
25  com.apple.AppKit              	0x00007fff869521a8 NSApplicationMain + 364
26  org.m0k.transmission          	0x0000000100002155 main + 111
27  org.m0k.transmission          	0x00000001000020c4 start + 52
quinx
Posts: 39
Joined: Mon Dec 27, 2010 12:55 am

Re: Crash when clicking Files tab

Post by quinx »

still getting the occasional crash:

Code: Select all

Process:         Transmission [17281]
Path:            /Applications/Transmission.app/Contents/MacOS/Transmission
Identifier:      org.m0k.transmission
Version:         2.30b4 (12428)
Code Type:       X86-64 (Native)
Parent Process:  launchd [145]

Date/Time:       2011-05-12 21:08:12.170 -0700
OS Version:      Mac OS X 10.6.7 (10J869)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: isFolder


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff8816d120 objc_msgSend + 44
1   org.m0k.transmission          	0x00000001000402ad -[FileOutlineController outlineView:heightOfRowByItem:] + 30
2   com.apple.AppKit              	0x00007fff85bb7422 -[NSOutlineView _sendDelegateHeightOfRow:] + 91
3   com.apple.AppKit              	0x00007fff85bb7292 -[NSTableView _uncachedRectHeightOfRow:] + 60
4   com.apple.AppKit              	0x00007fff85bb8170 -[_NSTableRowHeightStorage _convert:row:point:cacheHint:] + 871
5   com.apple.AppKit              	0x00007fff85bba96b -[_NSTableRowHeightStorage computeRowAtPoint:cacheHint:] + 55
6   com.apple.AppKit              	0x00007fff85bba717 -[NSTableView rowsInRect:] + 334
7   com.apple.AppKit              	0x00007fff85c7fa6c -[NSTableView reloadDataForRowIndexes:columnIndexes:] + 326
8   com.apple.AppKit              	0x00007fff85c7f860 -[NSTableView _deselectAllAndEndEditingIfNecessary:] + 342
9   com.apple.AppKit              	0x00007fff85c7f6ee -[NSTableView deselectAll:] + 153
10  org.m0k.transmission          	0x000000010003f73e -[FileOutlineController setTorrent:] + 207
11  org.m0k.transmission          	0x0000000100051647 -[InfoFileViewController(Private) setupInfo] + 141
12  org.m0k.transmission          	0x0000000100050f19 -[InfoFileViewController updateInfo] + 43
13  org.m0k.transmission          	0x000000010002cb8a -[InfoWindowController setTab:] + 1554
14  com.apple.AppKit              	0x00007fff85c73e9a -[NSApplication sendAction:to:from:] + 95
15  com.apple.AppKit              	0x00007fff85f14ba2 -[NSMatrix sendAction:to:] + 131
16  com.apple.AppKit              	0x00007fff85cff76b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1715
17  com.apple.AppKit              	0x00007fff85d302aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 555
18  com.apple.AppKit              	0x00007fff85f137c9 -[NSMatrix _mouseDownNonListmode:] + 2471
19  com.apple.AppKit              	0x00007fff85f07a0a -[NSMatrix mouseDown:] + 321
20  com.apple.AppKit              	0x00007fff85c1834f -[NSWindow sendEvent:] + 5409
21  com.apple.AppKit              	0x00007fff85b4da86 -[NSApplication sendEvent:] + 4719
22  com.apple.AppKit              	0x00007fff85ae44da -[NSApplication run] + 474
23  com.apple.AppKit              	0x00007fff85add1a8 NSApplicationMain + 364
24  org.m0k.transmission          	0x0000000100001925 main + 111
25  org.m0k.transmission          	0x0000000100001894 start + 52
Post Reply