Re: 9.2-RC1 panic at shutdown

2013-09-12 Thread David Demelier
On 12.09.2013 19:21, Florent Peterschmitt wrote: > Le 12/09/2013 19:19, David Demelier a écrit : >> Hello folks, >> >> I have a panic at shutdown related to FUSE. >> #16 0x81af623b in fuse_unmount () from /usr/local/modules/fuse.ko > > Yes, then, did you r

9.2-RC1 panic at shutdown

2013-09-12 Thread David Demelier
Hello folks, I have a panic at shutdown related to FUSE. #0 doadump (textdump=) at pcpu.h:234 234 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt full #0 doadump (textdump=) at pcpu.h:234 No locals. #1 0x8090d9a6 in kern_reboot (howto=260) at /usr/src/sys/kern

Re: 9.2-RC1 panic at shutdown

2013-09-12 Thread Florent Peterschmitt
Le 12/09/2013 19:19, David Demelier a écrit : > Hello folks, > > I have a panic at shutdown related to FUSE. > #16 0x81af623b in fuse_unmount () from /usr/local/modules/fuse.ko Yes, then, did you rebuilt the kernel module after an upgrade? -- Florent Peterschmitt

Re: Panic at shutdown (acpi related)

2013-03-01 Thread Ronald Klop
On Sun, 24 Feb 2013 13:04:52 +0100, David Demelier wrote: Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier wrote: > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : >> on 12/02/2013 09:57 David Demelier said the following: >

Re: Panic at shutdown

2013-02-24 Thread David Demelier
Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > wrote: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 David Demelier said the following: > >> > Yes I have added debugging option in my kernel. I

Re: Panic at shutdown

2013-02-19 Thread David Demelier
2013/2/14 David Demelier > Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > > > wrote: > > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > > >> on 12/02/2013 09:57 David Demelier said the following: > > >> > Yes I hav

Re: Panic at shutdown

2013-02-14 Thread David Demelier
Le mardi 12 février 2013 21:42:01 Ronald Klop a écrit : > On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier > > wrote: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 David Demelier said the following: > >> > Yes I have added debugging option in my kernel. I

Re: Panic at shutdown

2013-02-12 Thread Ronald Klop
On Tue, 12 Feb 2013 19:44:49 +0100, David Demelier wrote: Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : on 12/02/2013 09:57 David Demelier said the following: > Yes I have added debugging option in my kernel. I have makeoptions > DEBUG=-g in my config. Do I need more ? .symbols?

Re: Panic at shutdown

2013-02-12 Thread David Demelier
Okay I will update everything and use GENERIC config, if I get more info I'll tell you :-), Cheers and thanks for your answers 2013/2/12 Andriy Gapon > on 12/02/2013 20:44 David Demelier said the following: > > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > >> on 12/02/2013 09:57 D

Re: Panic at shutdown

2013-02-12 Thread Andriy Gapon
on 12/02/2013 20:44 David Demelier said the following: > Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : >> on 12/02/2013 09:57 David Demelier said the following: >>> Yes I have added debugging option in my kernel. I have makeoptions >>> DEBUG=-g in my config. Do I need more ? >> >> .symbo

Re: Panic at shutdown

2013-02-12 Thread David Demelier
Le mardi 12 février 2013 10:01:10 Andriy Gapon a écrit : > on 12/02/2013 09:57 David Demelier said the following: > > Yes I have added debugging option in my kernel. I have makeoptions > > DEBUG=-g in my config. Do I need more ? > > .symbols? I don't understand what you are saying, I have /boot/k

Re: Panic at shutdown

2013-02-12 Thread Andriy Gapon
on 12/02/2013 09:57 David Demelier said the following: > Yes I have added debugging option in my kernel. I have makeoptions DEBUG=-g in > my config. Do I need more ? .symbols? I don't know how else to explain consistently broken / useless stack traces. > I'm not sure to understand what you meant

Re: Panic at shutdown

2013-02-11 Thread David Demelier
Yes I have added debugging option in my kernel. I have makeoptions DEBUG=-g in my config. Do I need more ? I'm not sure to understand what you meant about stray signatures.. -- Demelier David ___ freebsd-stable@freebsd.org mailing list http://lists.fre

Re: Panic at shutdown

2013-02-11 Thread Andriy Gapon
on 11/02/2013 22:33 David Demelier said the following: > Le jeudi 7 février 2013 10:55:09 Andriy Gapon a écrit : >> Without so much as a stack trace there is nothing to chew on. >> A useable vmcore would be better. >> >> Did you perhaps use kgdb with a mismatching kernel? Please don't leave stray

Re: Panic at shutdown

2013-02-11 Thread David Demelier
Le jeudi 7 février 2013 10:55:09 Andriy Gapon a écrit : > Without so much as a stack trace there is nothing to chew on. > A useable vmcore would be better. > > Did you perhaps use kgdb with a mismatching kernel? -- I still have panic, and recompiled kernel, the stack info is not better but I ha

Re: Panic at shutdown

2013-02-07 Thread David Demelier
On 07/02/2013 09:55, Andriy Gapon wrote: > > Without so much as a stack trace there is nothing to chew on. > A useable vmcore would be better. > > Did you perhaps use kgdb with a mismatching kernel? > I don't remember, I just rebuild a new kernel and will provide more info if panic occurs again

Re: Panic at shutdown

2013-02-07 Thread Andriy Gapon
Without so much as a stack trace there is nothing to chew on. A useable vmcore would be better. Did you perhaps use kgdb with a mismatching kernel? -- Andriy Gapon ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: Panic at shutdown

2013-02-06 Thread David Demelier
On 06/02/2013 16:31, David Demelier wrote: > Hello there, > > I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: > > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General P

Panic at shutdown

2013-02-06 Thread David Demelier
Hello there, I recently had a panic at shutdown in 9.1-STABLE, there's the backtrace: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it