[Oorexx-devel] What could be a reason for a crash in this particular situation ?

2014-03-24 Thread Rony G. Flatscher
Hi there, trying to debug an awkward error on MacOSX when ooRexx is created from within a 64-bit Java thread, initialized by Apache OpenOffice (AOO). Preliminary comment: 64-bit ooRexx, Java and BSF4ooRexx work stand-alone without any problems. It is also possible to run ooRexx scripts using

Re: [Oorexx-devel] What could be a reason for a crash in this particular situation ?

2014-03-24 Thread Rick McGuire
Well, the error clearly indicates a null pointer exception, and going back up the call stack, it's clear that this is caused by getenv(PATH) returning a null value for some reason. Rick On Mon, Mar 24, 2014 at 5:43 PM, Rony G. Flatscher rony.flatsc...@wu.ac.atwrote: Hi there, trying to