Page 2 of 2
Re: OSX Mountain Lion 10.8 Python Crash
Posted: November 22nd, 2012, 2:14 pm
by shypike
Well, first inspect OSX's own Console tool for crash messages.
SABnzbd's own log file is in /Users/userid/Library/Application\ Support/logs
Re: OSX Mountain Lion 10.8 Python Crash
Posted: November 28th, 2012, 1:37 pm
by Krustyx
I have a crash report:
Process: SABnzbd [12964]
Path: /Applications/SABnzbd.app/Contents/MacOS/SABnzbd
Identifier: org.sabnzbd.team
Version: 0.7.6 (0.0.0)
Code Type: X86 (Native)
Parent Process: launchd [129]
Date/Time: 2012-11-27 12:11:43.381 +0100
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[12964]: garbage collection is OFF
Is this helpful?
Re: OSX Mountain Lion 10.8 Python Crash
Posted: November 28th, 2012, 1:50 pm
by Krustyx
Re: OSX Mountain Lion 10.8 Python Crash
Posted: November 28th, 2012, 1:53 pm
by shypike
You're reporting a crash on OSX 10.8,
while your crash report says "Mac OS X 10.7.5 (11G63)".
What is it?
Which SABnzbd build are you running on which OSX version?
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 9th, 2013, 11:10 pm
by sambo
I am still experiencing regular crashing with OSX 10.8.2 and SABnzbd 0.7.9
Should I post a log or is this issue known and still being worked on?
Thanks!
edit: Mountain Lion version of SABnzbd installed of course
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 10th, 2013, 7:26 am
by shypike
The only thing known is that is apparently happens on a few systems.
That's not much to go on; so far we haven't been able to reproduce it.
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 10th, 2013, 7:52 pm
by sambo
Ah, OK thanks shypike. I guess I am one of the unlucky few. Thanks for letting me know.
This thread has been viewed 1479, so maybe if more people having this issue posted some crash reports it could help?
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 15th, 2013, 9:01 am
by Duckstar
I have this problem.
Running OSX 10.7.4 on a MiniMac
with the last 3 versions of SABnzbd.
Currently on 0.7.9
Happens every 24 hours roughly. Either during a job or in idle.
I have some log files.. but i am not sure how much help they are.
The last lines before it went offline start with : 2013-01-14 18:46:14,711::DEBUG::[__init__:1600] Decoding
Here is a pastebin of the OSX error report :
http://pastebin.com/1U7sgZax
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 15th, 2013, 12:59 pm
by shypike
Hard to tell, or rather impossible to tell.
It crashes somewhere in the standard library of Apple's Python.
There's one thing you might try, maybe it'll help.
Stop SABnzbd, remove this file:
/Applications/SABnzbd/Contents/Resources/lib/python2.7/lib-dynload/_yenc.so
and start SABnzbd again.
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 21st, 2013, 6:29 am
by Duckstar
Nice one Shypike.
I believe this has solved my problem.
Thanks !
Re: OSX Mountain Lion 10.8 Python Crash
Posted: January 21st, 2013, 3:08 pm
by shypike
It may work fine now for you (which is cool!), but I'm left wondering why it goes wrong.
It must work fine on 99% of OSX boxes, or else we would have many more complaints.