I have a better idea what's going on now.

What happens is that it tries to launch
*/home/emartenson/src/apl/dist/bin/APnnn/APs/APserver*, which doesn't exist.
The actual file is */home/emartenson/src/apl/dist/bin/APserver*.

The problem seems to stem from a logic error in LibPaths::compute_bin_path
when the APL binary is specified as an absolute path. It incorrectly
determines that the bin path is
*/home/emartenson/src/apl/dist/bin/APnnn* instead
of */home/emartenson/src/apl/dist/bin*.

Regards,
Elias


On 2 July 2014 22:04, Juergen Sauermann <juergen.sauerm...@t-online.de>
wrote:

>  Hi Elias,
>
> latest SVN? I fixed another issue in SVN 354 or so which caused execve()
> so fail.
> The *apl -l 37* and *APserver -v* outputs would help.
>
> /// Jürgen
>
>
>
> On 07/02/2014 06:03 AM, Elias Mårtenson wrote:
>
> It still doesn't work for me. Same error.
>
>  Regards,
> Elias
>
>
> On 1 July 2014 20:29, Juergen Sauermann <juergen.sauerm...@t-online.de>
> wrote:
>
>> Hi,
>>
>> I guess I found the fault. Missing MSG_WAITALL flag in APserver.
>> Fixed in SVN 353.
>>
>> /// Jürgen
>>
>>
>>
>
>

Reply via email to