On 4/9/2020 9:01 AM, Neil C Smith wrote:
On Thu, 9 Apr 2020 at 16:57, Ernie Rael <err...@raelity.com> wrote:
I haven't found any docs on dlight yet, or maybe some system property I
can set or ???
Is this related to https://issues.apache.org/jira/browse/NETBEANS-3254 ?

Guess not, I tried turning on those properties. Good thought, though.

The full error below (spread out). So does anyone know where "pty" is comming from?

$ file pty
pty: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows

I ask because I can't find the source anywhere. (Not that options, like "--login", should be quoted to bash) But if I do

   $ bash -c "exec bash \"-i\""

that works. But maybe it's getting passed to pty as

   $ bash -c "exec bash "-i""

Which is probably more likely. But even that works

So maybe pty is preemptively giving up without even trying...

Filed https://issues.apache.org/jira/browse/NETBEANS-4143.

-ernie


INFO [nativeexecution.support.logger]: [188225 ms.] Unable to start pty process:
    binary=F:\tmp\dlight_err\24ad3743\899701107\pty;
args=[--set-erase-key, F:\cygwin64\bin\bash.exe, -c,
    exec /cygdrive/F/cygwin64/bin/bash.exe "--login"];
rc=Cannot run program "F:\tmp\dlight_err\24ad3743\899701107\pty":
Malformed argument has embedded quote:
    exec /cygdrive/F/cygwin64/bin/bash.exe \"--login\"


Any hints? (other than running on linux ;-) )
That's the fix for everything! ;-)

Best wishes,

Neil



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to