From owner-freebsd-stable@FreeBSD.ORG Fri Nov 26 14:07:52 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669F816A4CE for ; Fri, 26 Nov 2004 14:07:52 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E6843D66 for ; Fri, 26 Nov 2004 14:07:52 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id ECF712FAACC for ; Fri, 26 Nov 2004 09:07:50 -0500 (EST) Received: from billdog.local.linnet.org (dsl-212-74-113-65.access.uk.tiscali.com [212.74.113.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id B1D762FA2A8 for ; Fri, 26 Nov 2004 09:07:50 -0500 (EST) Received: from brian by billdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1CXglL-00020f-SU for freebsd-stable@freebsd.org; Fri, 26 Nov 2004 14:07:51 +0000 Date: Fri, 26 Nov 2004 14:07:51 +0000 From: Brian Candler To: freebsd-stable@freebsd.org Message-ID: <20041126140751.GA1996@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Bug in xterm? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 14:07:52 -0000 I can cause xterm to hang reliably with the following command: perl -mDigest::MD5 -e 'print pack("H*",Digest::MD5::md5("test"))' A control-middlebutton-"Do Full Reset" is needed to get out of this state. Konsole doesn't have this problem (but Konsole takes too much screen real-estate). Anyway, just thought it was worth a mention... Regards, Brian.