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
: core-libs-dev on behalf of Oliver Kohll Sent: Thursday, June 21, 2018 1:59:27 PM To: core-libs-dev@openjdk.java.net Subject: free(): corrupted unsorted chunks Hi, I'm a Java developer getting a crash and error message 'free(): corrupted unsorted chunks' in the log. this sounds l

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 warnin

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 lo

free(): corrupted unsorted chunks

2018-06-21 Thread Oliver Kohll
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 Java libraries so I'm posting here, but if it would be better in another list (or even a different community