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) please let me know. S

Re: free(): corrupted unsorted chunks

2018-06-21 Thread Oliver Kohll
5:31:12, Thomas Stüfe (thomas.stu...@gmail.com) wrote: Whereever you got the "free(): corrupted unsorted chunks" from should contain actually more information. For an example, see: https://www.unix.com/red-hat/233292-free-corrupted-unsorted-chunks.html Thanks, Thomas On Thu, Jun 21,

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-25 Thread Oliver Kohll
e NIO for SSL, replacing org.apache.coyote.http11.Http11AprProtocol with org.apache.coyote.http11.Http11NioProtocol. I appreciate your help, it saved my bacon! Oliver On 21 June 2018 at 23:34:44, Oliver Kohll (oli...@agilechilli.com) wrote: Aha, I wonder if it's configured with the APR nati