https://bz.apache.org/bugzilla/show_bug.cgi?id=63625

--- Comment #10 from Norimasa Yamamoto <nor...@sainet.or.jp> ---
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 environment too.

ucrtbase.dll is used from vcruntime140.dll.
When target jvm.dll is with lower than vcruntime140.dll (i.e. msvc100.dll),
prunsrv.exe must load msvcrXXX.dll, instead. Because jvm.dll's environment is
in msvcrXXX.dll (not in ucrtbase.dll).

So I silulated ucrtbase.dll was missing (patch at 0000E0E1: 64 to 7A),
Tomcat7.exe 1.2.0.0 started. However, I don't test it work or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to