fresh install, when I run a c++ program I made from a cygterm it logs out

jeff jeff@jeffunit.com
Tue Oct 15 20:09:12 GMT 2024


On 10/15/2024 08:01, Takashi Yano wrote:
> On Tue, 15 Oct 2024 04:52:12 -0700
> jeff wrote:
>> On 10/15/2024 03:48, Takashi Yano wrote:
>>> On Mon, 14 Oct 2024 14:18:04 -0700
>>> jeff via Cygwin <cygwin@cygwin.com> wrote:
>>>
>>>> I have a test case.
>>>>
>>>> this is test.c:
>>>> #include <stdio.h>
>>>> int    main(int argc, char *argv[])
>>>> {
>>>>        for (int i = 0; i < argc; i++)
>>>>        printf("%s\n", argv[i]);
>>>> }
>>>>
>>>> compiled with gcc test.c -o testx.exe
>>>>
>>>> when run from windows terminal:
>>>> testx one two three
>>>> testx
>>>> one
>>>> two
>>>> three
>>>>
>>>> when run from cygwin bash shell and /cygdrive/k
>>>> jdeifik@epyc-milan-64 /cygdrive/k
>>>> $ testx one two thee
>>>> testx
>>>> one
>>>> two
>>>> thee
>>>>
>>>> when run from cygwin bash shell and /cygdrive/k/pw-crack
>>>> jdeifik@epyc-milan-64 /cygdrive/k/pw-crack
>>>> $ testx one two thee
>>>> testx
>>>> one
>>>> two
>>>> thee
>>>>
>>>> when run from cygwin bash shell and /cygdrive/k/pw-crack/fred_john
>>>> jdeifik@epyc-milan-64 /cygdrive/k/pw-crack/fred_john
>>>> $ !testx
>>>> testx one two thee
>>>> testx
>>>> one
>>>> two
>>>> thee
>>>>
>>>> when run from cygwin bash shell and /cygdrive/k/pw-crack/fred_john/run
>>>> jdeifik@epyc-milan-64 /cygdrive/k/pw-crack/fred_john/run
>>>> $ testx one two thee
>>>>
>>>> jdeifik@epyc-milan-64 /cygdrive/k/pw-crack/fred_john/run
>>>> $
>>>> logout
>>> Is drive k: something special, such as network drive?
>>> If so, what kind of network drive is it?
>> No. It is just an internal sata ssd.
> OK. But I cannot reproduce the problem.
>
> yano@HP-Z230 /cygdrive/h/pw-crack/fred_john/run
> $ gcc test.c -o testx.exe
>
> yano@HP-Z230 /cygdrive/h/pw-crack/fred_john/run
> $ ./testx one two three
> ./testx
> one
> two
> three
>
> yano@HP-Z230 /cygdrive/h/pw-crack/fred_john/run
> $
>
> Could you please check the result of
> find /cygdrive/k -name cygwin1.dll -exec ls -l '{}' \;
> ?
find /cygdrive/k -name cygwin1.dll -exec ls -l '{}' \;
-rwxrwx---+ 1 jdeifik None 3012149 Sep 15 08:22 
/cygdrive/k/pw-crack/fred_john/run/cygwin1.dll
-rwxrwx---+ 1 jdeifik None 3492318 May 26  2019 
/cygdrive/k/pw-crack/john-1_9.0-jumbo-1-win64_xxx/run/cygwin1.dll
-rwxrwx---+ 1 jdeifik None 3012149 Apr  3  2024 
/cygdrive/k/pw-crack/john_bleeding_2024_0608.1/run/cygwin1.dll
-rwxrwx---+ 1 jdeifik None 2953269 Feb 14  2023 
/cygdrive/k/pw-crack/john_dev_pack_2023_05_14.1_winx64_1_jtr/run/cygwin1.dll
find: '/cygdrive/k/System Volume Information': Permission denied




More information about the Cygwin mailing list