Project

General

Profile

Actions

Bug #410

closed

PREVIEW (SMP) crash on initializing the bridge

Added by bastyaelvtars over 17 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hello, I compiled a kernel last night and when rebooted it on an SMP
machine, I got a panic when it initialized the bridge0 virtual
interface, photos of it and the output of trace are available at [1]
(core dumps are in the kernel directory). Reverting to the GENERIC
kernel seems to fix it.

[1] http://rnrdoctor.sytes.net/~szg/dfcrash/

P. S.: my kernel config has the following extra options compared to GENERIC:


  1. Bridging support
    pseudo-device bridge
    pseudo-device vlan

device pf
device pflog
device pfsync

  1. ALTQ
    options ALTQ #alternate queueing
    options ALTQ_CBQ #class based queueing
    options ALTQ_RED #random early detection
    options ALTQ_RIO #triple red for diffserv (needs RED)
    options ALTQ_HFSC #hierarchical fair service curve
    options ALTQ_PRIQ #priority queue
    options ALTQ_NOPCC #don't use processor cycle counter
    options ALTQ_DEBUG #for debugging
  1. Symmetric Multiprocessing support
    options SMP # Symmetric MultiProcessor Kernel
    options APIC_IO # Symmetric (APIC) I/O

Any ideas?

Thanks in advance.

Actions

Also available in: Atom PDF