Re: bin/174831: geli segfaults with the new locked memory limit default

2014-03-26 Thread rosa maria palacios juncosa
___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: bin/174831: geli segfaults with the new locked memory limit default

2013-01-18 Thread Andrey Zonov
On 1/17/13 6:00 PM, Fabian Keil wrote: Konstantin Belousov kostik...@gmail.com wrote: On Tue, Jan 15, 2013 at 11:18:19PM +0400, Andrey Zonov wrote: On 1/14/13 11:09 PM, Fabian Keil wrote: Andrey Zonov z...@freebsd.org wrote: On 1/14/13 3:26 PM, Fabian Keil wrote: Andrey Zonov

Re: bin/174831: geli segfaults with the new locked memory limit default

2013-01-18 Thread Konstantin Belousov
On Fri, Jan 18, 2013 at 01:50:52PM +0400, Andrey Zonov wrote: The code that you copy/pasted is under HAVE_BROKEN_MLOCK. The code that is executed on my machine is: gnupg-1.4.13/util/secmem.c: 167 #else 168 err = mlock( p, n ); 169 if( err errno ) 170 err = errno; 171

Re: bin/174831: geli segfaults with the new locked memory limit default

2013-01-18 Thread Fabian Keil
Konstantin Belousov kostik...@gmail.com wrote: On Fri, Jan 18, 2013 at 01:50:52PM +0400, Andrey Zonov wrote: The code that you copy/pasted is under HAVE_BROKEN_MLOCK. The code that is executed on my machine is: gnupg-1.4.13/util/secmem.c: 167 #else 168 err = mlock( p, n );

bin/174831: geli segfaults with the new locked memory limit default (was: svn commit: r245415 - stable/9/etc)

2013-01-17 Thread Fabian Keil
Konstantin Belousov kostik...@gmail.com wrote: On Tue, Jan 15, 2013 at 11:18:19PM +0400, Andrey Zonov wrote: On 1/14/13 11:09 PM, Fabian Keil wrote: Andrey Zonov z...@freebsd.org wrote: On 1/14/13 3:26 PM, Fabian Keil wrote: Andrey Zonov z...@freebsd.org wrote: Author: zont