From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 8 11:30:04 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 802D91065670 for ; Thu, 8 Jul 2010 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FFAC8FC18 for ; Thu, 8 Jul 2010 11:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o68BU4xM053977 for ; Thu, 8 Jul 2010 11:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o68BU4JW053976; Thu, 8 Jul 2010 11:30:04 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jul 2010 11:30:04 GMT Resent-Message-Id: <201007081130.o68BU4JW053976@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kyryll A Mirnenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ED48106564A for ; Thu, 8 Jul 2010 11:21:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8588FC0A for ; Thu, 8 Jul 2010 11:21:52 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o68BLqH0001112 for ; Thu, 8 Jul 2010 11:21:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o68BLpxB001107; Thu, 8 Jul 2010 11:21:51 GMT (envelope-from nobody) Message-Id: <201007081121.o68BLpxB001107@www.freebsd.org> Date: Thu, 8 Jul 2010 11:21:51 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/148450: recent glib20 __STDC_ISO_10646__ fix causes pidgin to crash X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 11:30:04 -0000 >Number: 148450 >Category: misc >Synopsis: recent glib20 __STDC_ISO_10646__ fix causes pidgin to crash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 08 11:30:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: RELENG_8_1 >Organization: >Environment: FreeBSD notebook 8.1-RC2 FreeBSD 8.1-RC2 #7: Wed Jul 7 23:22:36 EEST 2010 root@miryanote:/usr/src/sys/i386/compile/MY-LITE i386 >Description: I've got devel/glib20 built WITH_COLLATION_FIX=yes . The last commit to devel/glib20/Makefile adds a __STDC_ISO_10646__ definition to configure arguments for that option. The problem is pidgin (net-im/pidgin) constantly crashes if all conditions below are met: a) glib20 built WITH_COLLATION_FIX=yes b) glib20 built after that commit (so with __STDC_ISO_10646__ definition) c) pidgin is started with uk_UA.KOI8-U locale , but works well when any of three requirements above is lifted, e.g. if i reset locale to C, or if the commit is reverted (as it was before) it works well. According to the `pidgin -d` log the crash occurs somewhere during constructing the buddy list (either read from the local configuration in ~/.purple or after an account added and the server contact list is read when started from scratch with no ~/.purple existing). Also, the possible significant condition is that the buddylist contains non-latin group names (while buddy names are all latin) >How-To-Repeat: >Fix: Revert the __STDC_ISO_10646__ definition commit or unset devel/glib20 WITH_COLLATION_FIX=yes option or run an application (pidgin) with C locale >Release-Note: >Audit-Trail: >Unformatted: