Hi Tim
Thanks for the reply let me check the same with the app team. Regards Man Mohan -----Original Message----- From: Tim Funk <funk...@apache.org> Sent: 03 September 2024 19:48 To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Tomcat 9.0.93 Patching | Error- A fatal error has been detected by the Java Runtime Environment | Problematic frame:sigar-amd64-winnt.dll+0x14ed4 "sigar-amd64-winnt.dll" is triggering the error. The details will be in the core dump. The vendor which supports "sigar-amd64-winnt.dll" will need to fix it. Based on the release revisions, I suspect the DLL is using a reference to a request or response object *after* the request was already completed. This is not allowed since 9.0.90. In particular - see the notes about "RECYCLE_FACADES" here https://tomcat.apache.org/tomcat-9.0-doc/changelog.html An alternative is removing "sigar-amd64-winnt.dll" from lib (but I suspect the application will be broken) -Tim On Tue, Sep 3, 2024 at 7:08 AM Man Mohan <man_mo...@cathaypacific.com> wrote: > Hi Mark > > > Thanks for the reply but same application is working fine with Tomcat > 9.0.88. > > Regards > Man Mohan > > -----Original Message----- > From: Mark Thomas <ma...@apache.org> > Sent: 03 September 2024 18:29 > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Tomcat 9.0.93 Patching | Error- A fatal error has been > detected by the Java Runtime Environment | Problematic > frame:sigar-amd64-winnt.dll+0x14ed4 > > Not a Tomcat issue. You need to contact whoever provided the file: > > C:\Program Files\Apache Software Foundation\Tomcat > 9.0\webapps\ROOT\WEB-INF\lib\sigar-amd64-winnt.dll > > Mark > > > On 03/09/2024 08:33, Man Mohan wrote: > > Hi Team, > > > > Recently I was patching one of my Tomcat server from *9.0.88 to > > 9.0.90/93* and then we are getting below issue while starting the > > tomcat after the patching and it is generating mdmp file after each > > start and after that services got stopped. > > > > *OS: Window * > > > > *JAVA: 1.8.421* > > > > *Tomcat : 9.0.90/93* (both having issue) > > > > Error: > > > > # A fatal error has been detected by the Java Runtime Environment: > > > > # > > > > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000010014ed4, > > pid=7624, tid=0x0000000000000ad0 > > > > # > > > > # JRE version: Java(TM) SE Runtime Environment (8.0_421) (build > > 1.8.0_421-b09) > > > > # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.421-b09 mixed mode > > windows-amd64 ) > > > > # Problematic frame: > > > > *# C [sigar-amd64-winnt.dll+0x14ed4]* > > > > *#* > > > > # Core dump written. Default location: C:\Program Files\Apache > > Software Foundation\Tomcat 9.0\hs_err_pid7624.mdmp > > > > # > > > > # If you would like to submit a bug report, please visit: > > > > # http://bugreport.java.com/bugreport/crash.jsp > > > > # The crash happened outside the Java Virtual Machine in native code. > > > > # See problematic frame for where to report the bug. > >