public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Unable to execute Cygwin application within UDF format
@ 2022-05-27  3:36 Sam Lin
  2022-05-27  4:31 ` Takashi Yano
  0 siblings, 1 reply; 11+ messages in thread
From: Sam Lin @ 2022-05-27  3:36 UTC (permalink / raw)
  To: cygwin

Hi ,

I will see the problem on WIN10 or WIN SERVER, the duplicate steps are as
follows:

1. Write a simple code 'hello world'  program  and   compiled the
executable file using GCC.

//  hello.c
#include <stdio.h>

int main() {
    printf("Hello World\n");
    return 0;
}

$ gcc hello.c -o hello.exe

2. Format the specified USB drive using command prompt.
  C:\> format <USB Drive Letter>: /fs:UDF /q

3. Put the executable files hello.exe and cygwin1.dll into the UDF format
flash drive and execute.
We will find that the execution error occurs with cygwin v3.2.x and above.

F:\>hello.exe
      0 [main] hello (16224) F:\hello.exe: *** fatal error - add_item
("\??", "/", ...) failed, errno 22
Stack trace:
Frame        Function    Args
000FFFFCCE0  001800622EE (0018029F172, 0018027AE81, 00800000000,
000FFFF8B40)
000FFFFCCE0  0018004874A (00000000000, 000FFFFCCE0, 00180020010,
000FFFFABD6)
000FFFFCCE0  00180048782 (000FFFF9BD0, 00000000016, 00800000000,
00000000001)
000FFFFCCE0  001800E30BC (000FFFFCBD0, 000FFFFCDF0, 001800D7488,
00000000000)
000FFFFCCE0  00180133DC5 (001800D344A, 00000000000, 00000000000,
00000000000)
000FFFFCCE0  00180048DA5 (00000000000, 00000000000, 00000000000,
00000000000)
000FFFFFFF0  00180047856 (00000000000, 00000000000, 00000000000,
00000000000)
000FFFFFFF0  00180047904 (00000000000, 00000000000, 00000000000,
00000000000)
End of stack trace

This error does not occur in v3.1.7.
Hope this will be resolved in the future.

Thanks,
Sam

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

end of thread, other threads:[~2022-05-28 14:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  3:36 Unable to execute Cygwin application within UDF format Sam Lin
2022-05-27  4:31 ` Takashi Yano
2022-05-27  8:43   ` Takashi Yano
2022-05-27  8:47   ` Sam Lin
2022-05-27  9:18     ` Takashi Yano
2022-05-27 10:51       ` Takashi Yano
2022-05-27 12:28         ` Takashi Yano
2022-05-27 12:36           ` Takashi Yano
2022-05-28 13:22             ` Ken Brown
2022-05-28 14:25               ` Takashi Yano
2022-05-27 17:41       ` Sam Edge

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).