https://issues.apache.org/ooo/show_bug.cgi?id=124509
Issue ID: 124509
Issue Type: DEFECT
Summary: MacOSX 64 crash in the scripting environment due to
getenv("PATH") returning a null value
Product: General
Version: 4.1.0-beta
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Flags: 4.1.0_release_blocker?
Using the AOO Java scripting framework to load the ooRexx interpreter via JNI,
the ooRexx interpreter causes a crash while initializing as it receives a null
value when issuing a getenv("PATH"). It seems that for unknown reasons the
process environment is not set up properly.
[ooRexx needs the process environment being set up correctly, in order to find
its other pieces to load while initializing.]
As this works flawlessly on 32- and 64-bit Linux and on 32-bit Windows, and
also used to work at least on 32-bit MacOSX in the OOo 3.x days, I assume this
to be a regression.
In the case that someone can spot and fix this on MacOSX, I would like to
propose this as a showstopper bug. Any help to fix this, highly appreciated!
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.