Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.2.3
-
None
Description
When --JvmOptions parameter is not specified, a NULL pointer is passed to setInprocEnvironmentOptions(). The function doesn't check for NULL pointer and tries to dereference it.
From the documentation I guess JvmOptions is not a mandatory parameter. It says the parameter has default value and the parameter is not mentioned in the install example. prunsrv should work without this parameter. Now it crashes and Windows returns an error: Error 1067: The process terminated unexpectedly.
Attachments
Issue Links
- duplicates
-
DAEMON-425 Crash if Java Options parameter is missing
- Resolved