> On Jun 17, 2014, at 21:38, Randomcoder <randomcod...@gmail.com> wrote: > > On Wed, Jun 18, 2014 at 07:33:09AM +0300, Randomcoder wrote: >>>> Thank you Andi, I will try to increase the jvm memory. >>>> But if this was indeed a jvm problem, shouldn't a jvm exception be thrown >>>> instead of the C++ runtime std::bad_alloc ? >>> >>> With JNI, all is possible. And without a stacktrace (no attachments >>> please), it's just a guess. >> >> Ah, here is the stacktrace http://pastebin.com/MiMeyJxV > > I've pasted on the apache apaste.info service too http://apaste.info/cCj
It looks like it's crashing while making a java string from a python one. Andi..