Re: misc/166340: Process under FreeBSD 9.0 hangs in uninterruptable sleep with apparently no syscall (empty wchan)

2012-03-23 Thread Kostik Belousov
The following reply was made to PR misc/166340; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: bug-follo...@freebsd.org, christian.es...@trivago.com, a...@freebsd.org Cc: Subject: Re: misc/166340: Process under FreeBSD 9.0 hangs in uninterruptable sleep

Re: kern/151758: [panic] tmux kernel panic, with out root privilegies

2011-12-08 Thread Kostik Belousov
The following reply was made to PR kern/151758; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: John Baldwin j...@freebsd.org Cc: bug-follo...@freebsd.org, and...@shidakov.ru Subject: Re: kern/151758: [panic] tmux kernel panic, with out root privilegies Date: Thu, 8 Dec

Re: bin/161257: procstat(1): procstat should grow a -l flag to display resource limits

2011-11-06 Thread Kostik Belousov
The following reply was made to PR bin/161257; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Mikolaj Golub to.my.troc...@gmail.com Cc: John Baldwin j...@freebsd.org, bug-follo...@freebsd.org, Robert Watson rwat...@freebsd.org Subject: Re: bin/161257: procstat(1

Re: bin/161257: procstat(1): procstat should grow a -l flag to display resource limits

2011-11-06 Thread Kostik Belousov
The following reply was made to PR bin/161257; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Mikolaj Golub to.my.troc...@gmail.com Cc: John Baldwin j...@freebsd.org, bug-follo...@freebsd.org, Robert Watson rwat...@freebsd.org Subject: Re: bin/161257: procstat(1

Re: bin/161257: procstat(1): procstat should grow a -l flag to display resource limits

2011-11-05 Thread Kostik Belousov
The following reply was made to PR bin/161257; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Mikolaj Golub troc...@freebsd.org Cc: John Baldwin j...@freebsd.org, bug-follo...@freebsd.org, Robert Watson rwat...@freebsd.org Subject: Re: bin/161257: procstat(1

Re: misc/159654: 46 kernel headers use register_t but don't #include sys/types.h

2011-09-01 Thread Kostik Belousov
On Thu, Sep 01, 2011 at 08:57:07PM +1000, Bruce Evans wrote: On Sun, 28 Aug 2011, Kostik Belousov wrote: kib is working on AVX support on amd64 and i386. AVX needs changing the mcontext layout yet again, although we thought we left space for expansion of SSE structures. AVX has

Re: misc/159654: 46 kernel headers use register_t but don't #include sys/types.h

2011-08-28 Thread Kostik Belousov
The following reply was made to PR misc/159654; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Bruce Evans b...@optusnet.com.au Cc: Robert Millan r...@debian.org, freebsd-gnats-sub...@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: misc/159654: 46 kernel

Re: misc/159654: 46 kernel headers use register_t but don't #include sys/types.h

2011-08-28 Thread Kostik Belousov
On Thu, Aug 11, 2011 at 12:57:33PM +1000, Bruce Evans wrote: machine/ucontext.h is not a kernel header, but it is not a user header either. It is an error to include this header directly. The only supported includes of it are indirectly via ucontext.h in applications and via sys/ucontext.h

Re: bin/150262: [patch] truss(1) -f doesn't follow descendants of the linux process

2011-02-15 Thread Kostik Belousov
On Tue, Feb 15, 2011 at 12:11:37AM +, arun...@freebsd.org wrote: Synopsis: [patch] truss(1) -f doesn't follow descendants of the linux process Responsible-Changed-From-To: freebsd-bugs-freebsd-emulation Responsible-Changed-By: arundel Responsible-Changed-When: Tue Feb 15 00:10:50 UTC

Re: misc/151861: dlclose() of library causes separately opened libraries to unload as well

2010-11-03 Thread Kostik Belousov
The following reply was made to PR misc/151861; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Jaakko Heinonen j...@freebsd.org Cc: Arjan van Leeuwen freebsd-maintai...@opera.com, bug-follo...@freebsd.org, k...@freebsd.org Subject: Re: misc/151861: dlclose

Re: misc/151861: dlclose() of library causes separately opened libraries to unload as well

2010-11-03 Thread Kostik Belousov
The following reply was made to PR misc/151861; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Alexander Kabaev kab...@gmail.com Cc: Jaakko Heinonen j...@freebsd.org, Arjan van Leeuwen freebsd-maintai...@opera.com, bug-follo...@freebsd.org, k

Re: misc/151861: dlclose() of library causes separately opened libraries to unload as well

2010-11-02 Thread Kostik Belousov
The following reply was made to PR misc/151861; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: Jaakko Heinonen j...@freebsd.org Cc: Arjan van Leeuwen freebsd-maintai...@opera.com, bug-follo...@freebsd.org, k...@freebsd.org Subject: Re: misc/151861: dlclose

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2010-09-14 Thread Kostik Belousov
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: David Xu davi...@freebsd.org Cc: John Baldwin j...@freebsd.org, bug-follo...@freebsd.org, guilla...@morinfr.org, k...@freebsd.org Subject: Re: kern/131597: [kernel] c

Re: standards/149980: [patch] negative value integer to nanosleep(2) should fail with EINVAL

2010-08-31 Thread Kostik Belousov
I do think that the change is not useful. It puts more burden on the application writers to check for the negative value before making the syscall. Also, it changes the API. Please, just close the PR. ___ freebsd-bugs@freebsd.org mailing list

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2010-08-29 Thread Kostik Belousov
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: David Xu davi...@freebsd.org Cc: bug-follo...@freebsd.org, guilla...@morinfr.org, John Baldwin j...@freebsd.org Subject: Re: kern/131597: [kernel] c++ exceptions very

Re: kern/147890: [regression] ufs-related lock problem in RELENG_8 (18.04.2010 - 20.04.2010)

2010-06-16 Thread Kostik Belousov
Submitter should read http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html and provide the listed information. ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To

Re: amd64/135014: [padlock] Using padlock(4) in 8-current triggers fpudna in kernel mode! warnings

2010-04-24 Thread Kostik Belousov
On Sat, Apr 24, 2010 at 09:08:32AM +0100, Bruce Cran wrote: On Thursday 22 April 2010 19:04:58 Bruce Cran wrote: On Monday 05 April 2010 16:22:36 Bruce Cran wrote: On Monday 05 April 2010 15:15:08 Michael Moll wrote: the patch from http://people.freebsd.org/~kib/misc/kern_fpu.2.patch

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2010-04-23 Thread Kostik Belousov
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: John Baldwin j...@freebsd.org Cc: bug-follo...@freebsd.org, guilla...@morinfr.org, k...@freebsd.org, davi...@freebsd.org Subject: Re: kern/131597: [kernel] c

Re: kern/131597: [kernel] c++ exceptions very slow on FreeBSD 7.1/amd64

2010-04-23 Thread Kostik Belousov
The following reply was made to PR kern/131597; it has been noted by GNATS. From: Kostik Belousov kostik...@gmail.com To: John Baldwin j...@freebsd.org Cc: bug-follo...@freebsd.org, guilla...@morinfr.org, k...@freebsd.org, davi...@freebsd.org Subject: Re: kern/131597: [kernel] c

Re: amd64/135014: [padlock] Using padlock(4) in 8-current triggers fpudna in kernel mode! warnings

2010-04-22 Thread Kostik Belousov
On Thu, Apr 22, 2010 at 07:04:58PM +0100, Bruce Cran wrote: On Monday 05 April 2010 16:22:36 Bruce Cran wrote: On Monday 05 April 2010 15:15:08 Michael Moll wrote: the patch from http://people.freebsd.org/~kib/misc/kern_fpu.2.patch fixes this problem for me. The patch fixes the