Re: core.txt.N not created anymore on panic

2013-07-20 Thread Jeremie Le Hen
On Thu, Jul 18, 2013 at 12:00:26PM +0300, Mikolaj Golub wrote: On Wed, Jul 17, 2013 at 09:21:51AM +0200, Jeremie Le Hen wrote: On Wed, Jul 17, 2013 at 09:16:55AM +0200, Jeremie Le Hen wrote: Hi, Early May I set ddb_enable=YES (crashinfo_enable=YES by default). Upon panic, it

Re: Panic when starting X with Intel KMS

2013-07-20 Thread Gustau Pérez i Querol
Al 17/07/2013 21:05, En/na Gustau Pérez i Querol ha escrit: Hi, I'm having panics or hard freezes when starting X with an Intel video card. The machine is able to start old X+twm without problems but when I try gnome3 (in normal or fallback mode, doesn't matter) the machine panics or hard

Re: Panic when starting X with Intel KMS

2013-07-20 Thread Oliver Pinter
On 7/20/13, Gustau Pérez i Querol gpe...@entel.upc.edu wrote: Al 17/07/2013 21:05, En/na Gustau Pérez i Querol ha escrit: Hi, I'm having panics or hard freezes when starting X with an Intel video card. The machine is able to start old X+twm without problems but when I try gnome3 (in

Fix for sys_munlock(2) with racct

2013-07-20 Thread Jeremie Le Hen
Hi Edward, Alan, I plan to commit the following patch: http://people.freebsd.org/~jlh/racct_munlock.diff This solves the following panic: panic: racct_sub: freeing 301989888 of resource 5, which is more than allocated 73728 for pwsafe (pid 4177) The problem is that the racct code in

Re: FUSE not work.

2013-07-20 Thread Pedro Giffuni
On 19.07.2013 23:42, Kevin Oberman wrote: ... fuse is at least partly broken in -current. I discovered that if you mount two devices that use fuse, when you umount any of them, ll are marked as not mounted and disappear from df(1) or mount(8) output, but only one is actually cleanly

IPSEC crashes after r253088

2013-07-20 Thread Taku YAMAMOTO
After r253088, systems with IPSEC and KSTACK_PAGES 4 crashes on booting into multi-user mode. The crash is due to sysctl -a in /etc/rc.d/initrandom ended up with kernel stack overflow. The problem is what we have in sys/net/vnet.h: #define SYSCTL_VNET_PCPUSTAT(parent, nbr, name, type, array,

Re: IPSEC crashes after r253088

2013-07-20 Thread Maciej Milewski
On 20.07.2013 22:43, Taku YAMAMOTO wrote: After r253088, systems with IPSEC and KSTACK_PAGES 4 crashes on booting into multi-user mode. The crash is due to sysctl -a in /etc/rc.d/initrandom ended up with kernel stack overflow. The problem is what we have in sys/net/vnet.h: #define

Re: Fix for sys_munlock(2) with racct

2013-07-20 Thread Alan Cox
On Jul 20, 2013, at 4:22 AM, Jeremie Le Hen wrote: Hi Edward, Alan, I plan to commit the following patch: http://people.freebsd.org/~jlh/racct_munlock.diff This solves the following panic: panic: racct_sub: freeing 301989888 of resource 5, which is more than allocated 73728 for