B4J Question DirtyJetsamMemoryLimit osx

tufanv

Expert
Licensed User
Longtime User
Hello,

Some time ago I had written an application for macos. There were no problems until ac os high sierra. High sierra users are reporting crash on startup , one of the users sent me a log like this :

B4X:
com.apple.xpc.launchd[1] (ct.bitcoindesktop.3396[672]): Service exited with abnormal code: 1 Dec 13 20:27:07 David-Thompson com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): Unknown key for integer: _DirtyJetsamMemoryLimit

Can anything be understand from this , it says stg agbout memory but.. I dont kow how to debug this.
 

tufanv

Expert
Licensed User
Longtime User
I think that they mean that the source of this message is an internal issue in Apple code. It is not related to your app.

Have you tested your app on Mac 10.13?
I have sent to a member from this forum running 10.13.1 , he said no problems with the app but i am getting very big numbers of reports from people running the high sierra that app crashes on launch , one of them send this error log , probably all the crashes are for the same reason. I asked him the memory , it is 16gb so it is impossible from memory to run out.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Thanks Very Much ! I asked them to send the jar file but user declines to install java on his machine. Is there any other way I can get the detailed error from his mac ? without running a java I mean.
Works fine here. Looks very nice.

Ask them to run it from the terminal with java -jar <yourjar>
 
Upvote 0
Top