From owner-freebsd-threads@FreeBSD.ORG Sun Jan 15 21:08:55 2012 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E4FC106564A; Sun, 15 Jan 2012 21:08:55 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F92C8FC08; Sun, 15 Jan 2012 21:08:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0FL8tCn046577; Sun, 15 Jan 2012 21:08:55 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0FL8spN046573; Sun, 15 Jan 2012 21:08:54 GMT (envelope-from eadler) Date: Sun, 15 Jan 2012 21:08:54 GMT Message-Id: <201201152108.q0FL8spN046573@freefall.freebsd.org> To: comperr.extra@gmail.com, eadler@FreeBSD.org, freebsd-threads@FreeBSD.org From: eadler@FreeBSD.org Cc: Subject: Re: threads/127225: bug in lib/libthr/thread/thr_init.c X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2012 21:08:55 -0000 Synopsis: bug in lib/libthr/thread/thr_init.c State-Changed-From-To: open->closed State-Changed-By: eadler State-Changed-When: Sun Jan 15 21:08:54 UTC 2012 State-Changed-Why: PEBKAC http://www.freebsd.org/cgi/query-pr.cgi?pr=127225 From owner-freebsd-threads@FreeBSD.ORG Mon Jan 16 11:07:14 2012 Return-Path: Delivered-To: freebsd-threads@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E267106567F for ; Mon, 16 Jan 2012 11:07:14 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 118248FC2E for ; Mon, 16 Jan 2012 11:07:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0GB7DE1057793 for ; Mon, 16 Jan 2012 11:07:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0GB7DP9057791 for freebsd-threads@FreeBSD.org; Mon, 16 Jan 2012 11:07:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Jan 2012 11:07:13 GMT Message-Id: <201201161107.q0GB7DP9057791@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-threads@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-threads@FreeBSD.org X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 11:07:14 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o threa/163512 threads libc defaults to single threaded o threa/160708 threads possible security problem with RLIMIT_VMEM o threa/157040 threads [libthr] valgrind detects leaks in libthr.so.3 o threa/154893 threads pthread_sigmask don't work if mask and oldmask are pas o threa/150959 threads [libc] Stub pthread_once in libc should call _libc_onc o threa/149366 threads pthread_cleanup_pop never runs the configured routine o threa/148515 threads Memory / syslog strangeness in FreeBSD 8.x ( possible o threa/141721 threads rtprio(1): (id|rt)prio priority resets when new thread o threa/135673 threads databases/mysql50-server - MySQL query lock-ups on 7.2 o threa/128922 threads threads hang with xorg running o threa/122923 threads 'nice' does not prevent background process from steali o threa/121336 threads lang/neko threading ok on UP, broken on SMP (FreeBSD 7 o threa/116668 threads can no longer use jdk15 with libthr on -stable SMP o threa/115211 threads pthread_atfork misbehaves in initial thread o threa/110636 threads [request] gdb(1): using gdb with multi thread applicat o threa/110306 threads apache 2.0 segmentation violation when calling gethost o threa/103975 threads Implicit loading/unloading of libpthread.so may crash o threa/101323 threads [patch] fork(2) in threaded programs broken. s threa/84483 threads problems with devel/nspr and -lc_r on 4.x o threa/80992 threads abort() sometimes not caught by gdb depending on threa o threa/79683 threads svctcp_create() fails if multiple threads call at the s threa/76694 threads fork cause hang in dup()/close() function in child (-l s threa/48856 threads Setting SIGCHLD to SIG_IGN still leaves zombies under s threa/34536 threads accept() blocks other threads s threa/30464 threads [patch] pthread mutex attributes -- pshared 25 problems total. From owner-freebsd-threads@FreeBSD.ORG Mon Jan 16 15:45:56 2012 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FED106564A; Mon, 16 Jan 2012 15:45:56 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0848FC0A; Mon, 16 Jan 2012 15:45:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0GFjuE0019854; Mon, 16 Jan 2012 15:45:56 GMT (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0GFjtYI019850; Mon, 16 Jan 2012 15:45:55 GMT (envelope-from deischen) Date: Mon, 16 Jan 2012 15:45:55 GMT Message-Id: <201201161545.q0GFjtYI019850@freefall.freebsd.org> To: alonsoschaich@gmx.de, deischen@FreeBSD.org, freebsd-threads@FreeBSD.org From: deischen@FreeBSD.org Cc: Subject: Re: threads/157040: [libthr] valgrind detects leaks in libthr.so.3 X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 15:45:56 -0000 Synopsis: [libthr] valgrind detects leaks in libthr.so.3 State-Changed-From-To: open->closed State-Changed-By: deischen State-Changed-When: Mon Jan 16 15:43:09 UTC 2012 State-Changed-Why: This is not a leak; it is space allocated for the initial thread. It will not be created again if the library is reloaded. http://www.freebsd.org/cgi/query-pr.cgi?pr=157040 From owner-freebsd-threads@FreeBSD.ORG Mon Jan 16 16:11:12 2012 Return-Path: Delivered-To: freebsd-threads@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F6851065672; Mon, 16 Jan 2012 16:11:12 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 649DE8FC08; Mon, 16 Jan 2012 16:11:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0GGBCqQ043749; Mon, 16 Jan 2012 16:11:12 GMT (envelope-from deischen@freefall.freebsd.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0GGBCB3043740; Mon, 16 Jan 2012 16:11:12 GMT (envelope-from deischen) Date: Mon, 16 Jan 2012 16:11:12 GMT Message-Id: <201201161611.q0GGBCB3043740@freefall.freebsd.org> To: kosaki.motohiro@gmail.com, deischen@FreeBSD.org, freebsd-threads@FreeBSD.org From: deischen@FreeBSD.org Cc: Subject: Re: threads/154893: pthread_sigmask don't work if mask and oldmask are passed the same pointer X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 16:11:12 -0000 Synopsis: pthread_sigmask don't work if mask and oldmask are passed the same pointer State-Changed-From-To: open->closed State-Changed-By: deischen State-Changed-When: Mon Jan 16 16:08:58 UTC 2012 State-Changed-Why: This bug only seems to exist in libc_r which is deprecated. If using 8.1, please use libthr and upgrade to 8.x if necessary to resolve any bugs/issues that exist in 8.1 libthr. http://www.freebsd.org/cgi/query-pr.cgi?pr=154893