transmission quit unexpectedly

Ask for help and report issues with the Mac OS X version of Transmission
Post Reply
connorc
Posts: 8
Joined: Sun Jan 06, 2008 7:29 am

transmission quit unexpectedly

Post by connorc »

i get this message every time when i shut down transmission. it has been happening both on leopard and snow leopard for a long time (must be over 5 months). always using an up to date version of the program.

any idea what could be causing this ? i do have a lot of torrents seeding, however even when i pause the torrents and then shut down it seems to cause the error message from apple.

i could copy and paste the crash report if it is safe to do so.

ta,

connor
connorc
Posts: 8
Joined: Sun Jan 06, 2008 7:29 am

Re: transmission quit unexpectedly

Post by connorc »

Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: transmission quit unexpectedly

Post by Jordan »

Connor,

Where are you getting this nightly build? It appears to have the debugging information stripped out.

Code: Select all

Thread 2 Crashed:
0   org.m0k.transmission                0x0008e39d 0x1000 + 578461
1   org.m0k.transmission                0x00085fc7 0x1000 + 544711
2   org.m0k.transmission                0x00085410 0x1000 + 541712
3   org.m0k.transmission                0x00095eeb 0x1000 + 610027
4   org.m0k.transmission                0x00095b62 0x1000 + 609122
5   org.m0k.transmission                0x0006ffe1 0x1000 + 454625
6   org.m0k.transmission                0x000621c1 0x1000 + 397761
7   libSystem.B.dylib                   0x9266ff39 _pthread_start + 345
8   libSystem.B.dylib                   0x9266fdbe thread_start + 34
This appears to be the cause, but all the filenames and function names have been stripped out, leaving only these (unhelpful) hex addressess...
connorc
Posts: 8
Joined: Sun Jan 06, 2008 7:29 am

Re: transmission quit unexpectedly

Post by connorc »

well i don't usually use the nightly build. i will investigate. i'm getting this information from the "send crash report to apple" screen.
connorc
Posts: 8
Joined: Sun Jan 06, 2008 7:29 am

Re: transmission quit unexpectedly

Post by connorc »

Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: transmission quit unexpectedly

Post by Jordan »

Well... what you'd be looking for is the part that says "Thread N Crashed", and after that there's usually a section that shows the files, function names, and line numbers of what was going on before the crash. But in your crash reports, for some reason, this info is missing:

Code: Select all

Thread 2 Crashed:
0   org.m0k.transmission                0x000621a1 0x1000 + 397729
1   org.m0k.transmission                0x0007cf71 0x1000 + 507761
2   org.m0k.transmission                0x000aab35 0x1000 + 695093
3   org.m0k.transmission                0x000aaf0e 0x1000 + 696078
4   org.m0k.transmission                0x0007cabd 0x1000 + 506557
5   libSystem.B.dylib                   0x9266ff39 _pthread_start + 345
6   libSystem.B.dylib                   0x9266fdbe thread_start + 34
All this really says is that it crashed... somewhere.

The nightly builds should have the extra debugging information, so again, where did you get that post-1.75 build?
connorc
Posts: 8
Joined: Sun Jan 06, 2008 7:29 am

Re: transmission quit unexpectedly

Post by connorc »

the nightly from the transmission site (the reason i was using it was to see if the bug i am experiencing was present), however that second code paste is from the normal stable release which i have reverted back to.

here is a pastebin containing the actual log file contents found in library>crash reports. beyond that i'm not sure what else i can do as i'm not super technical.

http://transmission.pastebin.com/m3314e6d4
Post Reply