これを試してくれる奇特な方募集中


募集は終了しました 


0、BathyScapheが1個だけしかない事を確認する(ほうがいい)
1、BathyScapheを終了する
2、以下のコマンドをTerminalで実行(実行後もTerminalを閉じないでください)

NSZombieEnabled=YES `osascript -e 'set b to "BathyScaphe"' -e 'POSIX path of (path to application b)'`/Contents/MacOS/BathyScaphe

3、クラッシュした時に、実行したTerminalに

2012-08-16 23:35:09.039 BathyScaphe[28918:707] *** -[CFString respondsToSelector:]: message sent to deallocated instance 0x101919070

の様な出力があった場合、本スレにその行を貼付け


2、のコマンドは特殊な設定でBathyScapheを起動するコマンドです
NSZombieEnabled=YES
は特殊な設定
`osascript -e 'set b to "BathyScaphe"' -e 'POSIX path of (path to application b)'`/Contents/MacOS/BathyScaphe
はBathyScapheを見つけて実行する
というコマンドになってます
複数のBathyScapheが存在する場合、意図しない方のBathyScapheが起動する可能性があります。


この特殊な設定で実行した場合、通常より多くのメモリを使用します。