Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 1999 17:53:09 +0200
From:      "Brad Hendrickse" <bradh@uunet.co.za>
To:        <freebsd-smp@freebsd.org>, <freebsd-stable@freebsd.org>
Subject:   panic on 3.1-stable (SMP) from 1990-03-15
Message-ID:  <001801be79fc$3e253d60$02a107c4@machine02.rabies.org.za>

next in thread | raw e-mail | index | archive | help
hi folks,

i'm running an smp system with 2 x intel pentium 200Mhz cpu's. today, after
the machine had been up for almost 2 weeks, i got this:

cpu_reset called on cpu#1
cpu_reset: Stopping other CPUs
panic: apic_api was stuck
mp_lock = 01000001; cpuid = 1; lapic_id = 01000000
boot() called on cpu#1

it then said it was rebooting, but just kept cycling through the above error
messages saying i could press a key on the console to boot, which i did and
then there was nothing i could do short of a hardware reset.

thanks!

mptable output:

============================================================================
===

MPTable, version 2.0.15

----------------------------------------------------------------------------
---

MP Floating Pointer Structure:

  location:                     BIOS
  physical address:             0x000f0dd0
  signature:                    '_MP_'
  length:                       16 bytes
  version:                      1.1
  checksum:                     0xa3
  mode:                         Virtual Wire

----------------------------------------------------------------------------
---

MP Config Table Header:

  physical address:             0x000f0de4
  signature:                    'PCMP'
  base table length:            292
  version:                      1.1
  checksum:                     0x2e
  OEM ID:                       'OEM00000'
  Product ID:                   'PROD00000000'
  OEM table pointer:            0x00000000
  OEM table size:               0
  entry count:                  28
  local APIC address:           0xfee00000
  extended table length:        0
  extended table checksum:      0

----------------------------------------------------------------------------
---

MP Config Base Table Entries:

--
Processors:     APIC ID Version State           Family  Model   Step
Flags
                 0       0x11    BSP, usable     5       2       1
0x07bf
                 1       0x11    AP, usable      5       2       1
0x07bf
--
Bus:            Bus ID  Type
                 0       PCI
                 1       ISA
--
I/O APICs:      APIC ID Version State           Address
                 2       0x11    usable          0xfec00000
--
I/O Ints:       Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN#
                ExtINT   conforms    conforms        1     0          2    0
                INT      conforms    conforms        1     1          2    1
                INT      conforms    conforms        1     0          2    2
                INT      conforms    conforms        1     3          2    3
                INT      conforms    conforms        1     4          2    4
                INT      conforms    conforms        1     5          2    5
                INT      conforms    conforms        1     6          2    6
                INT      conforms    conforms        1     7          2    7
                INT      conforms    conforms        1     8          2    8
                INT      conforms    conforms        1     9          2    9
                INT      conforms    conforms        1    10          2   10
                INT      conforms    conforms        1    11          2   11
                INT      conforms    conforms        1    12          2   12
                INT      conforms    conforms        1    13          2   13
                INT      conforms    conforms        1    14          2   14
                INT      conforms    conforms        1    15          2   15
                INT     active-lo       level        0   8:A          2   16
                INT     active-lo       level        0   9:A          2   17
                INT     active-lo       level        0  10:A          2   18
                INT     active-lo       level        0  12:A          2   19
                SMI      conforms    conforms        1     0          2   23
--
Local Ints:     Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN#
                ExtINT   conforms    conforms        0   0:A        255    0
                NMI      conforms    conforms        0   0:A        255    1

----------------------------------------------------------------------------
---

# SMP kernel config file options:


# Required:
options         SMP                     # Symmetric MultiProcessor Kernel
options         APIC_IO                 # Symmetric (APIC) I/O

# Optional (built-in defaults will work in most cases):
#options                NCPU=2                  # number of CPUs
#options                NBUS=2                  # number of busses
#options                NAPIC=1                 # number of IO APICs
#options                NINTR=24                # number of INTs

============================================================================
===



dmesg output:

Mar 29 13:06:58 ns1 /kernel: The Regents of the University of California.
All rights reserved.
Mar 29 13:06:58 ns1 /kernel: FreeBSD 3.1-STABLE #0: Tue Mar 16 00:50:52 SAST
1999
Mar 29 13:06:58 ns1 /kernel:
bradh@ns1.rabies.org.za:/usr/src/sys/compile/kernel.AMNESIA
Mar 29 13:06:58 ns1 /kernel: Timecounter "i8254"  frequency 1193182 Hz
Mar 29 13:06:58 ns1 /kernel: CPU: Pentium/P54C (586-class CPU)
Mar 29 13:06:58 ns1 /kernel: Origin = "GenuineIntel"  Id = 0x52c
Stepping=12
Mar 29 13:06:58 ns1 /kernel:
Features=0x3bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,APIC>
Mar 29 13:06:58 ns1 /kernel: real memory  = 67108864 (65536K bytes)
Mar 29 13:06:58 ns1 /kernel: avail memory = 61956096 (60504K bytes)
Mar 29 13:06:58 ns1 /kernel: Programming 24 pins in IOAPIC #0
Mar 29 13:06:58 ns1 /kernel: FreeBSD/SMP: Multiprocessor motherboard
Mar 29 13:06:58 ns1 /kernel: cpu0 (BSP): apic id:  0, version: 0x00030010,
at 0xfee00000
Mar 29 13:06:58 ns1 /kernel: cpu1 (AP):  apic id:  1, version: 0x00030010,
at 0xfee00000
Mar 29 13:06:58 ns1 /kernel: io0 (APIC): apic id:  2, version: 0x00170011,
at 0xfec00000
Mar 29 13:06:58 ns1 /kernel: Preloaded elf kernel "kernel" at 0xf02d2000.
Mar 29 13:06:58 ns1 /kernel: Preloaded userconfig_script "/kernel.config" at
0xf02d209c.
Mar 29 13:06:58 ns1 /kernel: Preloaded splash_image_data "/boot/startup.bmp"
at 0xf02d20e8.
Mar 29 13:06:58 ns1 /kernel: Preloaded elf module "splash_bmp.ko" at
0xf02d2138.
Mar 29 13:06:58 ns1 /kernel: Probing for devices on PCI bus 0:
Mar 29 13:06:58 ns1 /kernel: chip0: <Intel 82439> rev 0x03 on pci0.0.0
Mar 29 13:06:58 ns1 /kernel: chip1: <Intel 82371SB PCI to ISA bridge> rev
0x01 on pci0.7.0
Mar 29 13:06:58 ns1 /kernel: ide_pci0: <Intel PIIX3 Bus-master IDE
controller> rev 0x00 on pci0.7.1
Mar 29 13:06:58 ns1 /kernel: vga0: <VGA-compatible display device> rev 0x00
int a irq 17 on pci0.9.0
Mar 29 13:06:58 ns1 /kernel: ahc0: <Adaptec aic7880 Ultra SCSI adapter> rev
0x00 int a irq 19 on pci0.12.0
Mar 29 13:06:58 ns1 /kernel: ahc0: Using left over BIOS settings
Mar 29 13:06:58 ns1 /kernel: ahc0: aic7880 Wide Channel A, SCSI Id=0, 16/255
SCBs
Mar 29 13:06:59 ns1 /kernel: Probing for devices on the ISA bus:
Mar 29 13:06:59 ns1 /kernel: sc0 on isa
Mar 29 13:06:59 ns1 /kernel: sc0: VGA color <16 virtual consoles, flags=0x0>
Mar 29 13:06:59 ns1 /kernel: ed0 at 0x340-0x35f irq 9 on isa
Mar 29 13:06:59 ns1 /kernel: ed0: address 00:40:d8:00:3f:64, type NE2000 (16
bit)
Mar 29 13:06:59 ns1 /kernel: atkbdc0 at 0x60-0x6f on motherboard
Mar 29 13:06:59 ns1 /kernel: atkbd0 irq 1 on isa
Mar 29 13:06:59 ns1 /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Mar 29 13:06:59 ns1 /kernel: sio0: type 16550A
Mar 29 13:06:59 ns1 /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa
Mar 29 13:06:59 ns1 /kernel: sio1: type 16550A
Mar 29 13:06:59 ns1 /kernel: lpt0 at 0x378-0x37f irq 7 on isa
Mar 29 13:06:59 ns1 /kernel: lpt0: Interrupt-driven port
Mar 29 13:06:59 ns1 /kernel: lp0: TCP/IP capable interface
Mar 29 13:06:59 ns1 /kernel: lpt-266019832: this driver is deprecated; use
ppbus instead.
Mar 29 13:06:59 ns1 /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Mar 29 13:06:59 ns1 /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa
Mar 29 13:06:59 ns1 /kernel: wdc0: unit 0 (wd0): <ST33232A>
Mar 29 13:06:59 ns1 /kernel: wd0: 3077MB (6303024 sectors), 6253 cyls, 16
heads, 63 S/T, 512 B/S
Mar 29 13:06:59 ns1 /kernel: wdc0: unit 1 (wd1): <FUJITSU M1638TAU>
Mar 29 13:06:59 ns1 /kernel: wd1: 2452MB (5021856 sectors), 4982 cyls, 16
heads, 63 S/T, 512 B/S
Mar 29 13:06:59 ns1 /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072
on isa
Mar 29 13:06:59 ns1 /kernel: npx0 flags 0x1 on motherboard
Mar 29 13:06:59 ns1 /kernel: npx0: INT 16 interface
Mar 29 13:06:59 ns1 /kernel: ahc0: Someone reset channel A
Mar 29 13:06:59 ns1 /kernel: Intel Pentium detected, installing workaround
for F00F bug
Mar 29 13:06:59 ns1 /kernel: APIC_IO: Testing 8254 interrupt delivery
Mar 29 13:06:59 ns1 /kernel: APIC_IO: routing 8254 via pin 2
Mar 29 13:06:59 ns1 /kernel: IP packet filtering initialized, divert
disabled, rule-based forwarding disabled, logging limited to 100
packets/entry
Mar 29 13:06:59 ns1 /kernel: Waiting 8 seconds for SCSI devices to settle
Mar 29 13:06:59 ns1 /kernel: SMP: AP CPU #1 Launched!
Mar 29 13:07:00 ns1 /kernel: changing root device to wd0s1a
Mar 29 13:07:00 ns1 /kernel: cd0 at ahc0 bus 0 target 1 lun 0
Mar 29 13:07:00 ns1 /kernel: cd0: <NEC CD-ROM DRIVE:502 2.0r> Removable
CD-ROM SCSI-2 device
Mar 29 13:07:00 ns1 /kernel: cd0: 8.064MB/s transfers (8.064MHz, offset 15)
Mar 29 13:07:00 ns1 /kernel: cd0: cd present [182192 x 2048 byte records]
Mar 29 13:07:00 ns1 /kernel: WARNING: / was not properly dismounted
Mar 29 13:07:00 ns1 /kernel: ffs_mountfs: superblock updated for soft
updates
Mar 29 13:07:00 ns1 /kernel: ffs_mountfs: superblock updated for soft
updates
Mar 29 13:07:00 ns1 /kernel: ffs_mountfs: superblock updated for soft
updates
Mar 29 13:07:00 ns1 /kernel: ffs_mountfs: superblock updated for soft
updates
Mar 29 13:07:00 ns1 /kernel: ffs_mountfs: superblock updated for soft
updates




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001801be79fc$3e253d60$02a107c4>