public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cannot run executable named setlang
@ 2021-04-08 12:25 Orgad Shaneh
  2021-04-08 12:55 ` Takashi Yano
  2021-04-08 13:28 ` Marco Atzeri
  0 siblings, 2 replies; 5+ messages in thread
From: Orgad Shaneh @ 2021-04-08 12:25 UTC (permalink / raw)
  To: cygwin

Hi,

I cannot run an executable if it is named setlang (case insensitive).
It exits with code 127.

Example:
cp /bin/ls setlang
./setlang -> Error 127

I've noticed a difference in ldd output. cygwin dlls appear twice.

ldd /bin/ls:
        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd9be50000)
        KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffd9bbb0000)
        KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffd9b8e0000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)
        cygintl-8.dll => /usr/bin/cygintl-8.dll (0x3ff810000)
        cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3ff830000)

ldd setlang:
        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd9be50000)
        KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffd9bbb0000)
        KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffd9b8e0000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0xc10000)
        cygintl-8.dll => /usr/bin/cygintl-8.dll (0x170000)
        cygwin1.dll => /usr/bin/cygwin1.dll (0xc10000)
        cygintl-8.dll => /usr/bin/cygintl-8.dll (0x170000)
        cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x600000)
        cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x600000)

Any idea what can cause this?

Thanks,
- Orgad

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-08 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 12:25 Cannot run executable named setlang Orgad Shaneh
2021-04-08 12:55 ` Takashi Yano
2021-04-08 13:35   ` Takashi Yano
2021-04-08 17:57   ` Orgad Shaneh
2021-04-08 13:28 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).