bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] [bug-apl] SVN 346 APserver error on startup


From: Elias Mårtenson
Subject: Re: [Bug-apl] [bug-apl] SVN 346 APserver error on startup
Date: Thu, 3 Jul 2014 14:22:24 +0800

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 <address@hidden> 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 <address@hidden> wrote:
Hi,

I guess I found the fault. Missing MSG_WAITALL flag in APserver.
Fixed in SVN 353.

/// Jürgen






reply via email to

[Prev in Thread] Current Thread [Next in Thread]