From owner-freebsd-current@freebsd.org Wed Jun 8 13:55:43 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4287B6E3D4 for ; Wed, 8 Jun 2016 13:55:43 +0000 (UTC) (envelope-from satan@ukr.net) Received: from hell.ukr.net (hell.ukr.net [212.42.67.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE4B1978 for ; Wed, 8 Jun 2016 13:55:43 +0000 (UTC) (envelope-from satan@ukr.net) Received: from satan by hell.ukr.net with local ID 1bAdRA-0005xi-Ov ; Wed, 08 Jun 2016 16:22:24 +0300 Date: Wed, 8 Jun 2016 16:22:24 +0300 From: Vitalij Satanivskij To: freebsd-current Cc: satan@ukr.net Subject: Patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179721 broke some application (xterm, pidign) Message-ID: <20160608132224.GA15454@hell.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 13:55:43 -0000 Hello. After updating my system to 11.0-ALPHA2 #20 r301583 I'm found that at last some application is broken. here backtrace for xterm #0 0x00000008022d48b4 in mbsrtowcs_l () from /lib/libc.so.7 [New Thread 804816000 (LWP 102346/)] (gdb) bt #0 0x00000008022d48b4 in mbsrtowcs_l () from /lib/libc.so.7 #1 0x00000008022d1b4f in strcoll_l () from /lib/libc.so.7 #2 0x00000008022d0ddf in __collate_range_cmp () from /lib/libc.so.7 #3 0x00000008022cf6ce in vfscanf () from /lib/libc.so.7 #4 0x00000008022b0114 in vsscanf () from /lib/libc.so.7 #5 0x00000008022aee6d in sscanf () from /lib/libc.so.7 #6 0x00000000004523a3 in ?? () #7 0x0000000000430edd in ?? () for pidgin it's look same. It seems that patch not fully care about all cases where function like __collate_range_cmp used. Manualy rollback changes from http://svnweb.freebsd.org/base?view=revision&revision=301461 fix the problem for now.