From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-03.nifty.com (conssluserg-03.nifty.com [210.131.2.82]) by sourceware.org (Postfix) with ESMTPS id 24141382CBA6 for ; Fri, 27 May 2022 08:43:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 24141382CBA6 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 (ak044095.dynamic.ppp.asahi-net.or.jp [119.150.44.95]) (authenticated) by conssluserg-03.nifty.com with ESMTP id 24R8hSjq011937 for ; Fri, 27 May 2022 17:43:29 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 24R8hSjq011937 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1653641009; bh=jwP73pK1w7X+Hibdkh0rsvUpSz1jvNOJxZ3g3U53Eec=; h=Date:From:To:Subject:In-Reply-To:References:From; b=gHVn3OyGJWZbza0uXsRjhdfy8qUKoxSjSkp5MzexjFMg9wWtyGrfW71mNhlA64wSB n865VvrJThpM5uFq5riez9/Pfux9q8ZY3dEZNJhcF+5U3dTkU/P1/LK8pj2cZg7Utj huByMxbuN9gdEdGSvaoLp9Y/acH3bUcC9wI6b4w60CZ7Y11qVdJNTldlDub9qKoUSs KNK6ffrDZu8SpffFmPQ/+ztBXM/eN6h5IYcM+J7FJz4vnMrNZtONAILw/i6VFOV8K4 6MMH2r9wyADruTjTs4k7K9k78+K25rBQ2FA4K9/69/vTNcyqOKhPcUnulwmzKeqIxD DdjYn9rEwpkSA== X-Nifty-SrcIP: [119.150.44.95] Date: Fri, 27 May 2022 17:43:29 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: Unable to execute Cygwin application within UDF format Message-Id: <20220527174329.648848d4fdd4800753b75b54@nifty.ne.jp> In-Reply-To: <20220527133120.58530edd99f4a87c605b8a04@nifty.ne.jp> References: <20220527133120.58530edd99f4a87c605b8a04@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2022 08:43:55 -0000 On Fri, 27 May 2022 13:31:20 +0900 Takashi Yano wrote: > On Fri, 27 May 2022 11:36:27 +0800 > Sam Lin wrote: > > 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 > > > > 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 : /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. > > This seems to happen if cygwin1.dll is placed in the root > directly regardless of file system type. I meant "root directory". -- Takashi Yano