From owner-freebsd-current@FreeBSD.ORG Tue Nov 22 13:33:11 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD3EC106567A for ; Tue, 22 Nov 2011 13:33:11 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theravensnest.org [109.169.23.128]) by mx1.freebsd.org (Postfix) with ESMTP id 358CA8FC1C for ; Tue, 22 Nov 2011 13:33:11 +0000 (UTC) Received: from [192.168.0.2] (cpc2-cwma5-0-0-cust875.7-3.cable.virginmedia.com [86.11.39.108]) (authenticated bits=0) by theravensnest.org (8.14.4/8.14.4) with ESMTP id pAMDD8rE024844 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 22 Nov 2011 13:13:09 GMT (envelope-from theraven@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 From: David Chisnall In-Reply-To: <4ECAEAFD.5010404@protected-networks.net> Date: Tue, 22 Nov 2011 13:13:02 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <18810925-DC65-4D9B-9508-2B5153BDC3D5@FreeBSD.org> References: <4ECAEAFD.5010404@protected-networks.net> To: Michael Butler X-Mailer: Apple Mail (2.1251.1) Cc: freebsd-current Subject: Re: did SVN r227753 (locale changes) break something? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Nov 2011 13:33:11 -0000 It's entirely possible - please can you compile libc with debug symbols? = The back trace isn't very informative... David On 22 Nov 2011, at 00:21, Michael Butler wrote: > VLC (multimedia/vlc) on my -current now crashes leaving a trace like = this .. >=20 > imb@toshi:/home/imb> gdb `which vlc` vlc.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and = you are > welcome to change it and/or distribute copies of it under certain = conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for = details. > This GDB was configured as "i386-marcel-freebsd"...(no debugging = symbols found)... > Core was generated by `vlc'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/local/lib/libvlc.so.7...(no debugging = symbols found)...done. > Loaded symbols for /usr/local/lib/libvlc.so.7 > Reading symbols from /usr/local/lib/libvlccore.so.4...(no debugging = symbols found)...done. > Loaded symbols for /usr/local/lib/libvlccore.so.4 > Reading symbols from /usr/local/lib/libdbus-1.so.3...(no debugging = symbols found)...done. > Loaded symbols for /usr/local/lib/libdbus-1.so.3 > Reading symbols from /lib/libm.so.5...(no debugging symbols = found)...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging = symbols found)...done. > Loaded symbols for /usr/local/lib/libiconv.so.3 > Reading symbols from /lib/libthr.so.3...(no debugging symbols = found)...done. > Loaded symbols for /lib/libthr.so.3 > Reading symbols from /lib/libc.so.7...(no debugging symbols = found)...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols = found)...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x283eb243 in fprintf () from /lib/libc.so.7 > [New Thread 28804300 (LWP 100408/vlc)] > (gdb) bt > #0 0x283eb243 in fprintf () from /lib/libc.so.7 > #1 0x283eb558 in uselocale () from /lib/libc.so.7 > #2 0x283eb6f9 in newlocale () from /lib/libc.so.7 > #3 0x281637f2 in msg_Subscribe () from /usr/local/lib/libvlccore.so.4 > #4 0x00000000 in ?? () > #5 0x28191f6f in .rodata () from /usr/local/lib/libvlccore.so.4 > #6 0x28420120 in _CurrentRuneLocale () from /lib/libc.so.7 > #7 0x00000000 in ?? () > #8 0x281a3ee0 in .got () from /usr/local/lib/libvlccore.so.4 > #9 0x288400fc in ?? () > #10 0x288400fc in ?? () > #11 0x280ca9b6 in libvlc_InternalCreate () from = /usr/local/lib/libvlccore.so.4 > #12 0x281a4df4 in .bss () from /usr/local/lib/libvlccore.so.4 > #13 0x0000005c in ?? () > #14 0xfffffd66 in ?? () > #15 0x281861d4 in .rodata () from /usr/local/lib/libvlccore.so.4 > #16 0x00000440 in ?? () > #17 0x00000001 in ?? () > #18 0x00000000 in ?? () > #19 0x280b4ad0 in .got () from /usr/local/lib/libvlc.so.7 > #20 0xbfbfe640 in ?? () > #21 0x00000002 in ?? () > #22 0xbfbfe678 in ?? () > #23 0x280a39b2 in libvlc_new () from /usr/local/lib/libvlc.so.7 > Previous frame inner to this frame (corrupt stack?) > (gdb) > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org"