While trying to use JxMaps in my project I ran into the following error :
com.teamdev.jxmaps.internal.internal.ipc.v: IPC process exited. Exit code: 139
at com.teamdev.jxmaps.internal.internal.ipc.p.run(SourceFile:185)
at java.lang.Thread.run(Thread.java:745)
After a lot research I came up short finding anyone with the same problem (closest was exit code 127 which I've had before and fixed)
Code that causes this is any code that uses JxMaps, even the simplest
MapView mp = new MapView();
Would love any help I can get
edit : forgot to mention this is on ubuntu xenial x86_64