Appium stop working and cause the stop all tests

Hi, I am facing issue when appium is stopped without any reason and the it is not launched again and all tests are killed because appium is stopped. that’s annoying.

Enviroment: appium 1.3.7 / Mac 10.10.3 / running tests on iphone 5s simularor 8.3

error: Couldn’t parse result buffer: SyntaxError: Unexpected end of input

error: uncaughtException: write EPIPE date=Tue Jun 02 2015 11:59:20 GMT+0200 (CEST), pid=36129, uid=501, gid=20, cwd=/Applications/Appium.app/Contents/Resources/node_modules/appium, execPath=/Applications/Appium.app/Contents/Resources/node/bin/node, version=v0.12.1, argv=[/Applications/Appium.app/Contents/Resources/node/bin/node, /Applications/Appium.app/Contents/Resources/node_modules/appium/lib/server/main.js, --session-override, --log-no-colors, --platform-version, 8.3, --platform-name, iOS, --app, /AutoTest/Soonr Go.app, --backend-retries, 10, --device-name, iPhone 5s, --log-level, warn:error], rss=85852160, heapTotal=91632384, heapUsed=62414080, loadavg=[3.47998046875, 3.82177734375, 4.072265625], uptime=674318, trace=[column=11, file=util.js, function=exports._errnoException, line=746, method=_errnoException, native=false, column=14, file=net.js, function=WriteWrap.afterWrite, line=766, method=afterWrite, native=false], stack=[Error: write EPIPE, at exports._errnoException (util.js:746:11), at WriteWrap.afterWrite (net.js:766:14)]

I’m facing same issue. I’m running multiple instances and when one get error, all instances stop. I tried --suppress-adb-kill-server but also not solved.