I have rebuilt 0.6.15 with ActiveState's Python, so it should be more stable and have the top menu again.
Can you test this new version for stability?
Download from:
http://sourceforge.net/projects/sabnzbd ... 5-OSX-Alt/








Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.python.python 0x00000001008b6b7a PyMethod_Fini + 168
1 org.python.python 0x00000001008b5af1 PyInstance_New + 10105
2 org.python.python 0x000000010092762f PyEval_EvalFrameEx + 11997
3 org.python.python 0x000000010092acd8 PyEval_EvalCodeEx + 1996
4 org.python.python 0x000000010092ae6c PyEval_EvalCode + 341
5 org.python.python 0x0000000100927e0a PyEval_EvalFrameEx + 14008
6 org.python.python 0x000000010092acd8 PyEval_EvalCodeEx + 1996
7 org.python.python 0x00000001008c8abf PyClassMethod_New + 1378
8 org.python.python 0x00000001008a7d32 PyObject_Call + 97
9 org.python.python 0x00000001009285ec PyEval_EvalFrameEx + 16026
10 org.python.python 0x000000010092acd8 PyEval_EvalCodeEx + 1996
11 org.python.python 0x000000010092ae6c PyEval_EvalCode + 341
12 org.python.python 0x0000000100927e0a PyEval_EvalFrameEx + 14008
13 org.python.python 0x000000010092acd8 PyEval_EvalCodeEx + 1996
14 org.python.python 0x00000001008c8abf PyClassMethod_New + 1378
15 org.python.python 0x00000001008a7d32 PyObject_Call + 97
16 _objc.so 0x00000001010bb087 0x10108b000 + 196743
17 org.python.python 0x00000001008a7d32 PyObject_Call + 97
18 org.python.python 0x0000000100927f63 PyEval_EvalFrameEx + 14353
19 org.python.python 0x000000010092acd8 PyEval_EvalCodeEx + 1996
20 org.python.python 0x00000001008c8abf PyClassMethod_New + 1378
21 org.python.python 0x00000001008a7d32 PyObject_Call + 97
22 _objc.so 0x00000001010a1449 0x10108b000 + 91209
23 libffi.dylib 0x00007fff84a0e7ea ffi_closure_unix64_inner + 510
24 libffi.dylib 0x00007fff84a0dffe ffi_closure_unix64 + 70
25 com.apple.Foundation 0x00007fff85ec2f64 __NSFireTimer + 102
26 com.apple.CoreFoundation 0x00007fff84138c24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20

moilejter wrote:I can mail you a few crash logs, if that would help ...



moilejter wrote:Downloaded 0.7.0B3 a couple of nights ago, switched to it - and it crashed again, overnight... :-(
I have a version of Python that is built on top of Java (Jython), would it be possible to run sabnzbd on top of that, instead of a native python? Maybe the error message would be different, and would provide more clues...


Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[66090]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8891867a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff88917d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff841106fc __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff84118e64 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff84118676 CFRunLoopRunSpecific + 230
5 com.apple.HIToolbox 0x00007fff8cc3c31f RunCurrentEventLoopInMode + 277
6 com.apple.HIToolbox 0x00007fff8cc435c9 ReceiveNextEventCommon + 355
7 com.apple.HIToolbox 0x00007fff8cc43456 BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff8d2a2f5d _DPSNextEvent + 659
9 com.apple.AppKit 0x00007fff8d2a2861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10 com.apple.AppKit 0x00007fff8d29f19d -[NSApplication run] + 470
11 com.apple.AppKit 0x00007fff8d51db88 NSApplicationMain + 867
12 _AppKit.so 0x000000010405720f 0x104056000 + 4623
13 org.python.python 0x0000000102427d77 PyEval_EvalFrameEx + 13861
14 org.python.python 0x000000010242acd8 PyEval_EvalCodeEx + 1996
...


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.sabnzbd</string>
<key>KeepAlive</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Applications/SABnzbd.app/Contents/MacOS/SABnzbd</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
launchctl load -w ~/Library/LaunchAgents/org.sabnzbd.plist

