X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 425513861807
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1708241777;
	bh=KFo1zrQMZ1UXqiJQzXak02HFbrZnkgHAe+ApZ5PjJl8=;
	h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=qn/9vXIWBObe784kKuuihsBzDrVz+kJAzhZ3B+Xe3MVJWiFUEAL+j7BfTDDQPvQgi
	 iHwEZEUdKxBcmHsDD1Dm0fsmyNPOBY6aTQEBKGEs1f53wBNYa6Sh7PDv/HszbIrUcJ
	 zve45vRYzGyMW8WNEc+xkqkmLsPRMBOxrLNMX7p0=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AF8F23860776
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AF8F23860776
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708241729; cv=none;
 b=iw2uPr87rJqTenjliClsqFJPFzt3MOcE8vFcAUq+uiDzJHSzf9o7SJkhmK5TrGUnYFvFPTSMcJZcIIL3Fsq9gqZ3eHUcvTYwVVxXYXbxxrVmCjQhpZvXb8LAmgEOEK4caYi2L2HosjgQmHY2I8fWFibdRYQvByQn5nr5FtJiQJk=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1708241729; c=relaxed/simple;
 bh=H3pjS+vPNOU+MCmRETTYFYhCKVOkXrzvNH5caXMhubk=;
 h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
 b=KCFH0yPb/d/33igj8xgwBJxJR+6HBzdZuu72CsWy8d3PcJdo8cdFXd1u77ewCWmy7d0hMSA8O2WWkk1TYGSXhbtIxw5XT0HzEDFDijIRPPQPlhePdsyIjBapvefISuTYJvVgBpgeN6pcU6/jNEF6ro32AM40sgyG+tEUfxKXYyk=
ARC-Authentication-Results: i=1; server2.sourceware.org
To: cygwin@cygwin.com
Subject: Re: ssh over stunnel hangs on second connection
In-Reply-To: <0100018dbaca0e01-3e7f697f-18f2-41a0-b0aa-040e5c188af5-000000@email.amazonses.com>
 (cygwin@cygwin.com's message of "Sun, 18 Feb 2024 05:57:00 +0000")
References: <fake-VM-id.72fc838a0497a25ccf4683680dc1492d@talos.iv>
 <0100018daf0ca73d-8a187774-4cd0-4450-b8b3-58d6f562596d-000000@email.amazonses.com>
 <1221831674.1687823.1708041664103@mail.yahoo.com>
 <0100018db001e36c-016042f8-d67b-4b24-aa0b-e746e0fbeda3-000000@email.amazonses.com>
 <1022883837.1738376.1708062486690@mail.yahoo.com>
 <0100018dbaca0e01-3e7f697f-18f2-41a0-b0aa-040e5c188af5-000000@email.amazonses.com>
Date: Sun, 18 Feb 2024 08:35:10 +0100
Message-ID: <87edda5ioh.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 634
X-purgate-ID: 155817::1708241722-D6FF824F-15F0E148/0/0
X-Spam-Status: No, score=-3030.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, 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.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: ASSI via Cygwin <cygwin@cygwin.com>
Reply-To: ASSI <Stromeko@nexgo.de>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

cygwin--- via Cygwin writes:
> Running stunnel under gdb, shows that when 'ssh' exits, the thread
> initiated by the 'ssh' login ends with a 'Segmentation Fault' due to a
> SIGSEGV - so it appears that there is an attempt to read/write from an
> invalid memory area

Based on the location of the crash and the trace leading up to it: could
you install the latest snapshot for the Cygwin DLL and see if that fixes
this crash?


REgards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
