From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr4.vodafonemail.de (mr4.vodafonemail.de [145.253.228.164]) by sourceware.org (Postfix) with ESMTPS id 198DA3858C20 for ; Sat, 25 Nov 2023 18:45:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 198DA3858C20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 198DA3858C20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.164 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700937925; cv=none; b=BKpm0zNbWuvRYGKbprrVnYANajUQXozESjoDv6xnwi/kjwsFXeQFvv3njeKg7Y33vl8UGgIs5qKNLwpVn9X3bHjMZRMXuhdj/15gXCkE6aCIf1AfAsuKF3OVxpni7n8/6WGnAPtEIjTZeGmXhjzLjwNSo9XkIMGevMYzy/685Bw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700937925; c=relaxed/simple; bh=9YvKUHTMw1qnC6EQrAAqaMsr+JjFM1iSgpHoxjbzvdA=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=XLaUgbK96xfNsiLvNw6xAmwdu6oHo0tx/Wli54nZ4DEestBvI66JOQVUbzZwJVdn5/lM2mWMuf9z3v8gjHSs5PyuWmlEeT45W2lLIZIdSCKcQ1PwDDE6VFA27rcNl03euD7HZt3ugq4DtjKVtn4W3uYJZnDEUJujkVhiL2m5O1c= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1700937922; bh=6Fnt9ZlNWOTPMhJrERb85WibgwMoSkjdFZbvStAOC2k=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID:User-Agent: Content-Type:From; b=PVnNZgkG3TIyqyTgB+6A/1fRZ/xwwc/mVqGZ9GdfP+wFHuLeOROoaZI8FWzAib6O8 A5xlC541IRMhKujHPg8rRbMJf8lvLr9X5RoVrF9JJVVFTxXUK71yNIYUzTOnx/TrV1 ZzoCyL3TNobXBD/dcxodcyyg52aBUwVu8UNnhvSw= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr4.vodafonemail.de (Postfix) with ESMTPS id 4Sd14f4SFrz1y46 for ; Sat, 25 Nov 2023 18:45:22 +0000 (UTC) Received: from Gerda (p5b2f3e50.dip0.t-ipconnect.de [91.47.62.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4Sd14Z35Z9zHnHf for ; Sat, 25 Nov 2023 18:45:15 +0000 (UTC) From: ASSI To: cygwin@cygwin.com Subject: Re: Cygwin 3.4.9 - how to install ssh-keygen In-Reply-To: (Matthias's message of "Sat, 25 Nov 2023 17:12:33 +0100") References: Date: Sat, 25 Nov 2023 19:45:11 +0100 Message-ID: <87jzq5y8nc.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-purgate-type: clean X-purgate: clean X-purgate-size: 1028 X-purgate-ID: 155817::1700937918-1D7FF94E-CFFBEED4/0/0 X-Spam-Status: No, score=-3030.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,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 List-Id: Matthias--- via Cygwin writes: > Yes - That's the reason in my VM too: > strace ssh-keygen -A > : > --- Process 8280 loaded C:\Windows\System32\ntmarta.dll at 00007ffcbc7= 90000 > --- Process 8280 thread 12528 created > --- Process 8280 thread 15124 created > --- Process 8280 thread 3324 created > --- Process 8280, exception c0000005 at 0000000000000000 > --- Process 8280 thread 12528 exited with status 0x0 > --- Process 8280 loaded C:\Windows\System32\kernel.appcore.dll at 0000= 7ffcbb550000 > --- Process 8280 thread 13908 exited with status 0xc0000005 > --- Process 8280 thread 3324 exited with status 0xc0000005 > --- Process 8280 exited with status 0xc0000005 > Segmentation fault I'm fairly certain that this is not Cygwin's ssh-keygen=E2=80=A6 Regards, Achim. --=20 +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds