[
https://issues.apache.org/jira/browse/DAEMON-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Thomas resolved DAEMON-427.
--------------------------------
Resolution: Duplicate
> Lack of JvmOptions causes crash
> -------------------------------
>
> Key: DAEMON-427
> URL: https://issues.apache.org/jira/browse/DAEMON-427
> Project: Commons Daemon
> Issue Type: Bug
> Components: prunsrv
> Affects Versions: 1.2.3
> Reporter: Grzegorz Niemirowski
> Priority: Major
> Labels: documentation
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)