Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD/amd64 4.99.48 hangs



Hi,

I having weird hangs on my test host, the host responds to ping but everything else is frozen. I quite often can trigger this my running "cvs update -dPA" at the same time on /usr/src, /usr/pkgsrc and /usr/pkgsrc/wip. The update usually stops at the end, most likely during the purge (-P) phase so this might be disk related.

Here're the details of my host:


# diff -u GENERIC N39
--- GENERIC     2008-01-07 10:30:03.000000000 +0200
+++ N39 2008-01-07 10:29:51.000000000 +0200
@@ -101,7 +101,7 @@
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-#makeoptions   DEBUG="-g"      # compile full symbol table
+makeoptions    DEBUG="-g"      # compile full symbol table
 #options       SYSCALL_STATS   # per syscall counts
 #options       SYSCALL_TIMES   # per syscall times
 #options       SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)


# uname -srm
NetBSD 4.99.48 amd64


# dmesg
NetBSD 4.99.48 (N39) #0: Fri Jan  4 13:11:57 EET 2008
        root%n39.mydomain.com@localhost:/usr/src/sys/arch/amd64/compile/N39
total memory = 1023 MB
avail memory = 975 MB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
SMBIOS rev. 2.3 @ 0xfa4b0 (82 entries)
Dell Computer Corporation PowerEdge 1800
mainbus0 (root)
cpu0 at mainbus0 apid 0: (boot processor)
cpu0:                   Intel(R) Xeon(TM) CPU 2.80GHz, 2793.12 MHz
cpu0: features: bffbfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
cpu0: features: bffbfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,B20,DS,ACPI,MMX>
cpu0: features: bffbfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
cpu0: features2: 641d<SSE3,MONITOR,DS-CPL,CID,CX16,xTPR>
cpu0: features3: bffbfbff<SYSCALL/SYSRET,XD,EM64T>
cpu0: L2 cache 1 MB 64B/line 8-way
cpu0: Initial APIC ID 0
cpu0: Cluster/Package ID 0
cpu0: SMT ID 0
cpu0: calibrating local timer
cpu0: apic clock running at 199 MHz
cpu0: 32 page colors
cpu1 at mainbus0 apid 1: (application processor)
cpu1:                   Intel(R) Xeon(TM) CPU 2.80GHz, 2793.14 MHz
cpu1: features: bffbfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
cpu1: features: bffbfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,B20,DS,ACPI,MMX>
cpu1: features: bffbfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
cpu1: features2: 641d<SSE3,MONITOR,DS-CPL,CID,CX16,xTPR>
cpu1: features3: bffbfbff<SYSCALL/SYSRET,XD,EM64T>
cpu1: L2 cache 1 MB 64B/line 8-way
cpu1: Initial APIC ID 1
cpu1: Cluster/Package ID 0
cpu1: SMT ID 1
...
amr0 at pci2 dev 5 function 0: AMI RAID <PERC 4/SC>
amr0: interrupting at ioapic1 pin 5 (irq 11)
amr0: firmware 352D, BIOS 1.10, 64MB RAM
ld0 at amr0 unit 0: RAID 1, optimal
ld0: 69880 MB, 8908 cyl, 255 head, 63 sec, 512 bytes/sect x 143114240 sectors



Next I'll try with MULTIPROCESSOR disabled.

PS. Is kernel debugger supposed to work? I can't enter it with Ctrl+Alt+Esc...

Martti



Home | Main Index | Thread Index | Old Index