From owner-freebsd-stable Tue Jun 27 13:59:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from relay.wplus.net (relay.wplus.net [195.131.52.179]) by hub.freebsd.org (Postfix) with ESMTP id 35BE137B73D for ; Tue, 27 Jun 2000 13:59:26 -0700 (PDT) (envelope-from lev@serebryakov.spb.ru) Received: from kernigan.wplus.net (kernigan.wplus.net [195.131.52.178]) by relay.wplus.net (8.9.1/8.9.1/wplus.2) with ESMTP id AAA41238 for ; Wed, 28 Jun 2000 00:59:20 +0400 (MSD) X-Real-To: Received: from lev.sereb.net (ip85-202.dialup.wplus.net [195.131.85.202]) by kernigan.wplus.net (8.9.1/8.9.1/wplus.2) with ESMTP id AAA19311 for ; Wed, 28 Jun 2000 00:59:18 +0400 (GMT+0400) Date: Wed, 28 Jun 2000 00:58:32 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.41) Reply-To: Lev Serebryakov X-Priority: 3 (Normal) Message-ID: <640.000628@serebryakov.spb.ru> To: All Subject: 3.5-STABLE problems with /bin/sh Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, All! I've compiled 3.5-STABLE about 10 hours ago, and found very strange bug in new /bin/sh (I had used old 3.4-STABLE without any problems): I have some scripts, which generate output in codepage CP866 (Russian DOS codepage). New sh trapped, if here is some russian letters from CP866 in script. I've tested all letters and found these: Russian big V (0x82): Abort trap (core dumped) Russian big D (0x84): Segmentation fault (core dumped) Russian big E (0x85): Segmentation fault (core dumped) Russian big Ze (0x87): missing CTLARI (shouldn't happen) Russian big R (0x90): Crash, and parent shell hangs up too!. Russian big ?? (0x9B): Abort trap (core dumped) These scripts work perfectly under 3.4-STABLE (old one). Lev Serebryakov, 2:5030/661.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message