Re: free(): corrupted unsorted chunks

2018-06-25 Thread Oliver Kohll
Hi Bernd, Many thanks for your suggestions. It looks like the native APR library was the issue, at least it hasn't crashed yet after removing that library https://tomcat.apache.org/tomcat-8.0-doc/apr.html (the libapr1 package in Ubuntu) and re-configuring the /etc/tomcat8/server.xml to use NIO f

Re: free(): corrupted unsorted chunks

2018-06-21 Thread Oliver Kohll
Aha, I wonder if it's configured with the APR native library for SSL. I will check out that and those things. Thanks Oliver On 21 June 2018 at 21:43:24, Bernd Eckenfels (e...@zusammenkunft.net) wrote: Are you using any native libraries in this VM, is there a hs_err or System core file? Can you r

Re: free(): corrupted unsorted chunks

2018-06-21 Thread Bernd Eckenfels
Are you using any native libraries in this VM, is there a hs_err or System core file? Can you run „ldd“ on the java launcher binary. Can you try a OpenJDK binary distribution independent of the OS compiled version? Gruss Bernd -- http://bernd.eckenfels.net From:

Re: free(): corrupted unsorted chunks

2018-06-21 Thread Oliver Kohll
Hi Thomas, Unfortunately not, that was /var/log/tomcat8/catalina.out, a snippet from just before to afterwards when I restarted is below. Everything after 'free(): corrupted unsorted chunks', from 'Note: Picked up JDK_JAVA_OPTIONS' on was only logged on restart. The warnings are normal. The lin

Re: free(): corrupted unsorted chunks

2018-06-21 Thread Thomas Stüfe
Hi Oliver, Is there a stack trace on stderr? Thanks, Thomas On Thu, Jun 21, 2018 at 1:59 PM, Oliver Kohll wrote: > Hi, > > I'm a Java developer getting a crash and error message 'free(): corrupted > unsorted chunks' in the log. this sounds like it could be a low level issue > in the core Ja