kern/120130: carp causes kernel panics in any constellation

Christoph Weber-Fahr wefa2 at gmx.de
Fri Feb 1 17:30:04 PST 2008


The following reply was made to PR kern/120130; it has been noted by GNATS.

From: Christoph Weber-Fahr <wefa2 at gmx.de>
To: Gleb Smirnoff <glebius at FreeBSD.org>
Cc: bug-followup at FreeBSD.org
Subject: Re: kern/120130: carp causes kernel panics in any constellation
Date: Sat, 02 Feb 2008 01:33:42 +0100

 Hello,
 
 Gleb Smirnoff <glebius at FreeBSD.org> schrieb am 01.02.2008 15:04:45:
  > This reproduce recipe will be complete only if you give configuration
  > of network interface in rc.conf. Can you supply this information, please?
 
 rc.conf:
 
 ifconfig_em3="inet XX.XX.XX.XX/28 media 100baseTX mediaopt full-duplex"
 firewall_enable="YES"
 firewall_type="open"
 
 cloned_interfaces="carp0"
 ifconfig_carp0="vhid 20 advskew 140 pass heimLich XX.XX.XX.XY netmask 255.255.255.255"
 
 Script:
 
 #!/bin/bash
 while [ 1 ]
 do
 /etc/rc.d/netif restart
 sleep 30
 ifconfig carp0 destroy
 sleep 30
 done
 
 Crash after 10 minutes at 18:25h
 
 I append the first few lines of dmesg at the end.
 
  > Also, have you tried to produce kernel coredump or at least backtrace,
  > when kernel panics?
 
 No. But if you tell me what you want me to do, I could give it a try on
 Monday. Right now I wouldn't even know how to produce kernel dumps and
 backtraces.
 
 Regards
 
 Christoph Weber-Fahr
 
 dmesg:
 
 Copyright (c) 1992-2008 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 FreeBSD is a registered trademark of The FreeBSD Foundation.
 FreeBSD 6.3-RELEASE #0: Fri Jan 25 21:34:42 CET 2008
 root at XX.XX.XX.XX:/usr/obj/usr/src/sys/DL380
 Timecounter "i8254" frequency 1193182 Hz quality 0
 CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3056.51-MHz 686-class CPU)
 Origin = "GenuineIntel"  Id = 0xf29  Stepping = 9
 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
 Features2=0x4400<CNXT-ID,xTPR>
 Logical CPUs per core: 2
 real memory  = 1073717248 (1023 MB)
 avail memory = 1041592320 (993 MB)
 ACPI APIC Table: <COMPAQ 00000083>
 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  6
 cpu1 (AP): APIC ID:  7
 MADT: Forcing active-low polarity and level trigger for SCI
 


More information about the freebsd-net mailing list