From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 08:55:13 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 280287DA for ; Tue, 20 Jan 2015 08:55:13 +0000 (UTC) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id DFE0DBD0 for ; Tue, 20 Jan 2015 08:55:12 +0000 (UTC) Received: from critter.freebsd.dk (unknown [192.168.60.3]) by phk.freebsd.dk (Postfix) with ESMTP id CA31E3BD50 for ; Tue, 20 Jan 2015 08:55:05 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.9/8.14.9) with ESMTP id t0K8t5ws001187 for ; Tue, 20 Jan 2015 08:55:05 GMT (envelope-from phk@phk.freebsd.dk) To: current@freebsd.org Subject: Current trouble From: Poul-Henning Kamp MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1185.1421744105.1@critter.freebsd.dk> Content-Transfer-Encoding: quoted-printable Date: Tue, 20 Jan 2015 08:55:05 +0000 Message-ID: <1186.1421744105@critter.freebsd.dk> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 20 Jan 2015 08:55:13 -0000 I just tried current as of yesterday and had to give up rather quickly. unbound sig#11'ed on bootup, couldn't find a coredump. Trying to read a PDF file with evince I got one: $ evince Fatal error 'mutex is on list' at line 424 in file /freebsd/svn_src/head/l= ib/libthr/thread/thr_mutex.c (errno =3D 2) Abort (core dumped) Backtrace looks like: #0 0x000000080457648a in thr_kill () from /lib/libc.so.7 #1 0x00000008045763f8 in raise () from /lib/libc.so.7 #2 0x0000000804574959 in abort () from /lib/libc.so.7 #3 0x000000080422660a in pthread_attr_getaffinity_np () from /lib/libthr.= so.3 #4 0x0000000804221c00 in pthread_mutex_destroy () from /lib/libthr.so.3 #5 0x0000000810ee0aa9 in Array::decRef () from /usr/local/lib/libpoppler.= so.46 #6 0x0000000810f524ef in Object::free () from /usr/local/lib/libpoppler.s= o.46 #7 0x0000000810f07408 in Gfx::go () from /usr/local/lib/libpoppler.so.46 #8 0x0000000810f06ecb in Gfx::display () from /usr/local/lib/libpoppler.s= o.46 #9 0x0000000810f57058 in Page::displaySlice () from /usr/local/lib/libpoppler.so.46 #10 0x0000000810a3b3e2 in _poppler_page_render () from /usr/local/lib/libpoppler-glib.so.8 #11 0x000000081080df51 in register_evince_backend () from /usr/local/lib/evince/4/backends/libpdfdocument.so #12 0x000000081080d2c5 in register_evince_backend () from /usr/local/lib/evince/4/backends/libpdfdocument.so #13 0x0000000800ae4cc1 in ev_job_print_set_cairo () from /usr/local/lib/libevview3.so.3 #14 0x0000000800ae5bc0 in ev_job_scheduler_get_running_thread_job () from /usr/local/lib/libevview3.so.3 #15 0x00000008039360fa in g_thread_proxy () from /usr/local/lib/libglib-2.0.so.0 #16 0x000000080421b6e4 in pthread_create () from /lib/libthr.so.3 #17 0x0000000000000000 in ?? () I'm not sure if these two observations are connected, but it was enough to make -current unworkable for me... -- = Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence= .