[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #27 from Tony Yan --- Thank you very much for such quick response, Mark. I will download the Commons Daemon 1.2.1. And thanks all the people for the contributions in this fix. -- You are receiving this mail because: You are the

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #26 from Mark Thomas --- (In reply to Tony Yan from comment #25) > Does it mean that Tomcat 7.0.96 32bit is not working because the Tomcat7.exe > has defect? Yes. You can download Commons Daemon 1.2.1 and rename the 32-bit

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #25 from Tony Yan --- Does it mean that Tomcat 7.0.96 32bit is not working because the Tomcat7.exe has defect? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #24 from Tony Yan --- (In reply to Mark Thomas from comment #23) > I've just updated Tomcat to use Commons Daemon 1.2.1 where this is fixed. > > Fixed in: > - master for 9.0.25 onwards > - 8.5.x for 8.5.46 onwards > - 7.0.x for

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #22 from Christopher Schultz --- (In reply to Rainer Jung from comment #21) > Probably this one: [snip] > -typedef int (__stdcall *WPUTENV) (const wchar_t *env); > +typedef int (*WPUTENV) (const wchar_t *env); OH. I didn't

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #21 from Rainer Jung --- Probably this one: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git The

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #20 from Christopher Schultz --- (In reply to Mark Thomas from comment #19) > Tx. I've fixed this in DAEMON and confirmed that it does fix the issue. I'm > leaving this open until Tomcat is updated to use a Daemon release with the

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #19 from Mark Thomas --- Tx. I've fixed this in DAEMON and confirmed that it does fix the issue. I'm leaving this open until Tomcat is updated to use a Daemon release with the fix. -- You are receiving this mail because: You are

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #18 from Norimasa Yamamoto --- I checked WPUTENV prototype. In src\native\windows\include\apwin.h typedef int (__stdcall *WPUTENV) (const wchar_t *env); But I disassembled from ucrtbase.dll!_wputenv om x86 platform, it seems to

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #17 from Mark Thomas --- Note that Tomcat is not officially supported on Windows XP now that Microsoft have ended support for XP. That said, you should be able to use Tomcat9.exe from 9.0.22 as a workaround. -- You are receiving

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #16 from Manuel Conde --- Hi all. Not exactly the same bug, but related: Win XP 32 bit Java 6 32 bit Tomcat 7.0.96.exe Error on install when trying to create Tomcat7 service. If I try 7.0.94, all works fine. -- You are

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 laurence.labo...@xmedius.com changed: What|Removed |Added CC|

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #15 from Mark Thomas --- I've made some progress. This issue is only observed with 32-bit JREs. I've narrowed this down using the 32-bit and 64-bit versions of AdoptOpenJDK 8.0.222.10 hotspot (both depend on MSVCR120) on Windows 7

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #14 from Norimasa Yamamoto --- I thought a concept how to fix this issue. (If prnsrv.exe really need to change jvm.dll's environment block.) Before look a concept, important thing should be known. - Where is a environment block

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #13 from Mark Thomas --- Just adding to the general information. I'm not drawing any conclusions as this point. I'm currently setting up a clean install of 32-bit Windows 7. I haven't finished my battle with Windows update yet but

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #12 from Konstantin Preißer --- Hi, FYI ucrtbase.dll is the Windows Universal C Runtime which will be used when compiling with Visual C++ 2015 and higher [1]. It is included with Windows 10/Windows Server 2016 and higher. For

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #11 from Mark Thomas

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #10 from Norimasa Yamamoto --- Difference between prunsrv.exe 1.1.0.0 and 1.2.0.0. prunsrv.exe 1.2.0.0 : Try to use ucrtbase.dll!_wputenv at prunsrv!apxSetInprocEnvironment. When there, set SQ_ENVIRONMENT to ucrtbase.dll's

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #9 from Norimasa Yamamoto --- Currently status on NG machine. - Tomcat 9.0.94 x86/x64 installer with x86 jvm.dll : OK - Tomcat 9.0.96 x86/x64 installer with x86 jvm.dll : NG -- installed Tomcat7.exe was x86 : YES (seems prunsrv.exe

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #8 from Norimasa Yamamoto --- I made a new Windows 7 using Tomcat 7.0.96 x86/x64 service installer and AdoptOpenJDK x86. It worked fine. Next, I checked Tomcat7.exe arch. I download from prunsrv.exe from Apache commons daemon and

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #7 from Mark

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #6 from Norimasa Yamamoto --- Also Adopt OpenJDK hotspot 12.0.2 was crashed. java -version openjdk version "12.0.2" 2019-07-16 OpenJDK Runtime Environment AdoptOpenJDK (build 12.0.2+10) OpenJDK Client VM AdoptOpenJDK (build

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #5 from Norimasa Yamamoto --- Also Adopt OpenJDK hotspot 11.0.4 was crashed. java -version openjdk version "11.0.4" 2019-07-16 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11) OpenJDK Client VM AdoptOpenJDK (build

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #4 from Norimasa Yamamoto --- Also latest Java 8u221 was crashed. java -version java version "1.8.0_221" Java(TM) SE Runtime Environment (build 1.8.0_221-b11) Java HotSpot(TM) Client VM (build 25.221-b11, mixed mode) -- You are

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #3 from Michael Osipov --- (In reply to Norimasa Yamamoto from comment #2) > Created attachment 36699 [details] > appcrash_tomcat7.7z > > - Windows > Windows 7 Professional > Microsoft Windows > Version 6.1 (build 7601: Service

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 --- Comment #2 from Norimasa Yamamoto --- Created attachment 36699 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36699=edit appcrash_tomcat7.7z - Windows Windows 7 Professional Microsoft Windows Version 6.1 (build 7601: Service Pack

[Bug 63625] Unable to start Tomcat 7.0.96 (stop by 0xc0000005)

2019-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63625 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas