NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/60704: panic copying files to ext2 filesystem partition
>Number: 60704
>Category: kern
>Synopsis: panic copying files to ext2 filesystem partition
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 09 17:15:00 +0000 2026
>Originator: Ramiro Aceves
>Release: 11.0_RELEASE
>Organization:
>Environment:
NetBSD netbsd-nuc.home 11.0 NetBSD 11.0 (GENERIC) #0: Thu Jul 30 15:23:12 UTC 2026 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
Hello,
I have registered a kernel panic when copying many files to a USB external HDD with ext2 formatted filesystem. Ext2 filesystem was formated on a Linux computer. The system suddenly rebooted and placed crash files in /var/crash. I compiled the kernel to get the netbsd.gdb symbols file.
netbsd-nuc# df -h
Filesystem Size Used Avail %Cap Mounted on
/dev/dk4 192G 94G 89G 52% /
tmpfs 4.0G 12K 4.0G 1% /tmp
kernfs 1.0K 1.0K 0B 100% /kern
ptyfs 1.0K 1.0K 0B 100% /dev/pts
procfs 4.0K 4.0K 0B 100% /proc
tmpfs 4.0G 6.2M 4.0G 1% /var/shm
/dev/sd0e 1.8T 117G 1.6T 7% /mnt/datos
netbsd-nuc# mount -v
/dev/dk4 on / type ffs (local, root file system, fsid: 0xa804/0x78b, reads: sync 85828 async 0, writes: sync 4213 async 2273)
tmpfs on /tmp type tmpfs (local, fsid: 0xab01/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0)
kernfs on /kern type kernfs (local, fsid: 0x8b02/0x1d28b, reads: sync 0 async 0, writes: sync 0 async 0)
ptyfs on /dev/pts type ptyfs (local, fsid: 0x7b03/0x6b7b, reads: sync 0 async 0, writes: sync 0 async 0)
procfs on /proc type procfs (local, fsid: 0x1b04/0x1ae1b, reads: sync 0 async 0, writes: sync 0 async 0)
tmpfs on /var/shm type tmpfs (local, fsid: 0xab05/0x69ab, reads: sync 0 async 0, writes: sync 0 async 0)
/dev/sd0e on /mnt/datos type ext2fs (local, fsid: 0x404/0x1f3cb, reads: sync 5 async 0, writes: sync 118 async 0)
the script used to copy the files:
netbsd-nuc# cat copia_a_mnt_datos-con-multipl-cp.sh
#!/bin/sh
cp -av /etc /mnt/datos/COPIA_NETBSD_8I7/ &
cp -av /usr/pkg/etc /mnt/datos/COPIA_NETBSD_8I7/ &
cp -av /root /mnt/datos/COPIA_NETBSD_8I7/ &
cp -av /home /mnt/datos/COPIA_NETBSD_8I7/ &
cp -av /var/cron /mnt/datos/COPIA_NETBSD_8I7/ &
cp -av /var/log /mnt/datos/COPIA_NETBSD_8I7/ &
netbsd-nuc# dmesg -M netbsd.3.core -N netbsd.3
[ 1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
[ 1.000000] 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
[ 1.000000] 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023,
[ 1.000000] 2024, 2025, 2026
[ 1.000000] The NetBSD Foundation, Inc. All rights reserved.
[ 1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[ 1.000000] The Regents of the University of California. All rights reserved.
[ 1.000000] NetBSD 11.0 (GENERIC) #0: Thu Jul 30 15:23:12 UTC 2026
[ 1.000000] mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC
[ 1.000000] total memory = 16249 MB
[ 1.000000] avail memory = 15689 MB
[ 1.000000] timecounter: Timecounters tick every 10.000 msec
[ 1.000000] Kernelized RAIDframe activated
[ 1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[ 1.000004] efi: systbl at pa 7ab52018
[ 1.000004] mainbus0 (root)
[ 1.000004] ACPI: RSDP 0x0000000079E13000 000024 (v02 INTEL )
[ 1.000004] ACPI: XSDT 0x0000000079E130A8 0000D4 (v01 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: FACP 0x0000000079E55C60 000114 (v06 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: DSDT 0x0000000079E13210 042A50 (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: FACS 0x000000007A2E7080 000040
[ 1.000004] ACPI: APIC 0x0000000079E55D78 0000BC (v04 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: FPDT 0x0000000079E55E38 000044 (v01 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: FIDT 0x0000000079E55E80 00009C (v01 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: MCFG 0x0000000079E55F20 00003C (v01 INTEL NUC8i7BE 00000048 MSFT 00000097)
[ 1.000004] ACPI: SSDT 0x0000000079E55F60 001B1C (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: SSDT 0x0000000079E57A80 0031C6 (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: HPET 0x0000000079E5AC48 000038 (v01 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: SSDT 0x0000000079E5AC80 000FAE (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: SSDT 0x0000000079E5BC30 003048 (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: UEFI 0x0000000079E5EC78 000042 (v01 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: LPIT 0x0000000079E5ECC0 00005C (v01 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: SSDT 0x0000000079E5ED20 0027DE (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: SSDT 0x0000000079E61500 0008B8 (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: DBGP 0x0000000079E61DB8 000034 (v01 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: DBG2 0x0000000079E61DF0 000054 (v00 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: DMAR 0x0000000079E61E48 0000A8 (v01 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: SSDT 0x0000000079E61EF0 000144 (v02 INTEL NUC8i7BE 00000048 INTL 20160527)
[ 1.000004] ACPI: NHLT 0x0000000079E62038 00002D (v00 INTEL NUC8i7BE 00000048 01000013)
[ 1.000004] ACPI: BGRT 0x0000000079E62068 000038 (v01 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: TPM2 0x0000000079E620A0 000034 (v04 INTEL NUC8i7BE 00000048 AMI 00000000)
[ 1.000004] ACPI: WSMT 0x0000000079E620D8 000028 (v01 INTEL NUC8i7BE 00000048 AMI 00010013)
[ 1.000004] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 120 pins
[ 1.000004] cpu0 at mainbus0 apid 0
[ 1.000004] cpu0: Use lfence to serialize rdtsc
[ 1.000004] cpu0: CPU base freq 2700000000 Hz
[ 1.000004] cpu0: CPU max freq 4500000000 Hz
[ 1.000004] cpu0: TSC freq CPUID 2712000000 Hz
[ 1.000004] cpu0: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu0: node 0, package 0, core 0, smt 0
[ 1.000004] cpu1 at mainbus0 apid 2
[ 1.000004] cpu1: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu1: node 0, package 0, core 1, smt 0
[ 1.000004] cpu2 at mainbus0 apid 4
[ 1.000004] cpu2: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu2: node 0, package 0, core 2, smt 0
[ 1.000004] cpu3 at mainbus0 apid 6
[ 1.000004] cpu3: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu3: node 0, package 0, core 3, smt 0
[ 1.000004] cpu4 at mainbus0 apid 1
[ 1.000004] cpu4: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu4: node 0, package 0, core 0, smt 1
[ 1.000004] cpu5 at mainbus0 apid 3
[ 1.000004] cpu5: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu5: node 0, package 0, core 1, smt 1
[ 1.000004] cpu6 at mainbus0 apid 5
[ 1.000004] cpu6: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu6: node 0, package 0, core 2, smt 1
[ 1.000004] cpu7 at mainbus0 apid 7
[ 1.000004] cpu7: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz, id 0x806ea
[ 1.000004] cpu7: node 0, package 0, core 3, smt 1
[ 1.000004] acpi0 at mainbus0: Intel ACPICA 20241212
[ 1.000004] acpi0: X/RSDT: OemId <INTEL ,NUC8i7BE,00000048>, AslId <AMI ,00010013>
[ 1.000004] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D053E008 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D053E808 000626 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D05F4008 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D0560808 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D0628008 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
[ 1.000004] ACPI: Dynamic OEM Table Load:
[ 1.000004] ACPI: SSDT 0xFFFF8DB7D05C2008 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
[ 1.000004] acpi0: SCI interrupting at int 9
[ 1.000004] acpi0: fixed power button present
[ 1.000004] timecounter: Timecounter "ACPI-Safe" frequency 3579545 Hz quality 900
[ 1.014320] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
[ 1.014320] timecounter: Timecounter "hpet0" frequency 24000000 Hz quality 2000
[ 1.014940] acpiec0 at acpi0 (H_EC, PNP0C09-1): io 0x62,0x66
[ 1.014940] PEPD (INT33A1) at acpi0 not configured
[ 1.014940] acpivga0 at acpi0 (GFX0): ACPI Display Adapter
[ 1.014940] acpiout0 at acpivga0 (DD01, 0x0100): ACPI Display Output Device
[ 1.014940] acpiout1 at acpivga0 (DD02, 0x0002): ACPI Display Output Device
[ 1.014940] acpiout2 at acpivga0 (DD03, 0x0300): ACPI Display Output Device
[ 1.014940] acpiout3 at acpivga0 (DD04, 0x0301): ACPI Display Output Device
[ 1.014940] acpiout4 at acpivga0 (DD05, 0x0302): ACPI Display Output Device
[ 1.014940] acpiout5 at acpivga0 (DD06, 0x0303): ACPI Display Output Device
[ 1.014940] acpiout6 at acpivga0 (DD07, 0x0304): ACPI Display Output Device
[ 1.014940] acpiout7 at acpivga0 (DD08, 0x0305): ACPI Display Output Device
[ 1.014940] acpiout8 at acpivga0 (DD09, 0x0009): ACPI Display Output Device
[ 1.014940] acpiout9 at acpivga0 (DD0A, 0x000a): ACPI Display Output Device
[ 1.014940] acpiout10 at acpivga0 (DD0B, 0x000b): ACPI Display Output Device
[ 1.014940] acpiout11 at acpivga0 (DD0C, 0x000c): ACPI Display Output Device
[ 1.014940] acpiout12 at acpivga0 (DD0D, 0x000d): ACPI Display Output Device
[ 1.014940] acpiout13 at acpivga0 (DD0E, 0x000e): ACPI Display Output Device
[ 1.014940] acpiout14 at acpivga0 (DD0F, 0x000f): ACPI Display Output Device
[ 1.014940] acpiout15 at acpivga0 (DD1F, 0x0400): ACPI Display Output Device
[ 1.014940] acpiout15: brightness levels: [0-100]
[ 1.014940] acpiout16 at acpivga0 (IPUA, 0x3480): ACPI Display Output Device
[ 1.014940] acpivga0: connected output devices:
[ 1.014940] acpivga0: 0x0400 (acpiout15): Unknown Output Device, head 0
[ 1.014940] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43,0x50-0x53 irq 0
[ 1.014940] acpitz0 at acpi0 (TZ0)
[ 1.014940] acpitz0: levels: passive cooling
[ 1.014940] igpio0 at acpi0 (GPI0, INT34BB): mem 0xfd6e0000-0xfd6effff,0xfd6d0000-0xfd6dffff,0xfd6a0000-0xfd6affff irq 14
[ 1.014940] gpio0 at igpio0: 244 pins
[ 1.014940] AWAC (ACPI000E) at acpi0 not configured
[ 1.014940] acpiwmi0 at acpi0 (WMTF, PNP0C14-TBFP): ACPI WMI Interface
[ 1.014940] acpiwmibus at acpiwmi0 not configured
[ 1.014940] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
[ 1.014940] acpiwmi1 at acpi0 (WFDE, PNP0C14-SampleDev): ACPI WMI Interface
[ 1.014940] acpiwmibus at acpiwmi1 not configured
[ 1.014940] acpiwmi2 at acpi0 (WFTE, PNP0C14-TestDev): ACPI WMI Interface
[ 1.014940] acpiwmibus at acpiwmi2 not configured
[ 1.014940] acpibut1 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
[ 1.014940] TPM (MSFT0101) at acpi0 not configured
[ 1.014940] acpifan0 at acpi0 (FAN0, PNP0C0B-0): ACPI Fan
[ 1.014940] acpifan1 at acpi0 (FAN1, PNP0C0B-1): ACPI Fan
[ 1.014940] acpifan2 at acpi0 (FAN2, PNP0C0B-2): ACPI Fan
[ 1.014940] acpifan3 at acpi0 (FAN3, PNP0C0B-3): ACPI Fan
[ 1.014940] acpifan4 at acpi0 (FAN4, PNP0C0B-4): ACPI Fan
[ 1.014940] acpitz1 at acpi0 (TZ00)
[ 1.014940] acpitz1: active cooling level 0: 71.0C
[ 1.014940] acpitz1: active cooling level 1: 55.0C
[ 1.014940] acpitz1: active cooling level 2: 50.0C
[ 1.014940] acpitz1: active cooling level 3: 45.0C
[ 1.014940] acpitz1: active cooling level 4: 40.0C
[ 1.014940] acpitz1: levels: critical 119.0 C
[ 1.014940] acpiwmi3 at acpi0 (AMW0, PNP0C14-0): ACPI WMI Interface
[ 1.014940] acpiwmibus at acpiwmi3 not configured
[ 1.014940] ACPI: Enabled 6 GPEs in block 00 to 7F
[ 1.014940] pci0 at mainbus0 bus 0: configuration mode 1
[ 1.014940] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[ 1.014940] pchb0 at pci0 dev 0 function 0: Intel Xeon E (U) Host Bridge, DRAM (rev. 0x08)
[ 1.014940] i915drmkms0 at pci0 dev 2 function 0: Intel Iris Plus Graphics 655 (rev. 0x01)
[ 1.014940] Intel Core 6G Gaussian Mixture Model (miscellaneous system) at pci0 dev 8 function 0 not configured
[ 1.014940] Intel 300 Series Thermal (miscellaneous DASP, revision 0x30) at pci0 dev 18 function 0 not configured
[ 1.014940] xhci0 at pci0 dev 20 function 0: Intel 300 Series USB 3.1 xHCI (rev. 0x30)
[ 1.014940] xhci0: 64-bit DMA
[ 1.014940] xhci0: interrupting at msi0 vec 0
[ 1.014940] xhci0: xHCI version 1.10
[ 1.014940] usb0 at xhci0: USB revision 3.1
[ 1.014940] usb1 at xhci0: USB revision 2.0
[ 1.014940] Intel 300 Series Shared SRAM (RAM memory, revision 0x30) at pci0 dev 20 function 2 not configured
[ 1.014940] Intel Dual Band Wireless AC 9560 (miscellaneous network, revision 0x30) at pci0 dev 20 function 3 not configured
[ 1.014940] Intel 300 Series MEI #1 (miscellaneous communications, revision 0x30) at pci0 dev 22 function 0 not configured
[ 1.014940] ahcisata0 at pci0 dev 23 function 0: Intel 300 Series SATA AHCI (rev. 0x30)
[ 1.014940] ahcisata0: 64-bit DMA
[ 1.014940] ahcisata0: AHCI revision 1.31, 1 port, 32 slots, CAP 0xe534ff00<PSC,SSC,PMD,SAM,ISS=0x3=Gen3,SCLO,SALP,SSNTF,SNCQ,S64A>
[ 1.014940] ahcisata0: interrupting at msi1 vec 0
[ 1.014940] atabus0 at ahcisata0 channel 2
[ 1.014940] ppb0 at pci0 dev 28 function 0: Intel 300 Series PCIe Root Port 1 (rev. 0xf0)
[ 1.014940] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 8.0GT/s
[ 1.014940] pci1 at ppb0 bus 1
[ 1.014940] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
[ 1.014940] ppb1 at pci0 dev 28 function 4: Intel 300 Series PCIe Root Port 5 (rev. 0xf0)
[ 1.014940] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x4 @ 8.0GT/s
[ 1.014940] pci2 at ppb1 bus 2
[ 1.014940] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
[ 1.014940] ppb2 at pci0 dev 29 function 0: Intel 300 Series PCIe Root Port 9 (rev. 0xf0)
[ 1.014940] ppb2: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x4 @ 8.0GT/s
[ 1.014940] pci3 at ppb2 bus 109
[ 1.014940] pci3: i/o space, memory space enabled, rd/line, wr/inv ok
[ 1.014940] nvme0 at pci3 dev 0 function 0: Micron/Crucial Technology P1 NVMe SSD (rev. 0x03)
[ 1.014940] nvme0: NVMe 1.3
[ 1.014940] nvme0: for admin queue interrupting at msix2 vec 0
[ 1.014940] nvme0: CT500P1SSD8, firmware P3CR013, serial 1937E21E5AC1
[ 1.014940] nvme0: for io queue 1 interrupting at msix2 vec 1 affinity to cpu0
[ 1.014940] nvme0: for io queue 2 interrupting at msix2 vec 2 affinity to cpu1
[ 1.014940] nvme0: for io queue 3 interrupting at msix2 vec 3 affinity to cpu2
[ 1.014940] nvme0: for io queue 4 interrupting at msix2 vec 4 affinity to cpu3
[ 1.014940] nvme0: for io queue 5 interrupting at msix2 vec 5 affinity to cpu4
[ 1.014940] nvme0: for io queue 6 interrupting at msix2 vec 6 affinity to cpu5
[ 1.014940] nvme0: for io queue 7 interrupting at msix2 vec 7 affinity to cpu6
[ 1.014940] nvme0: for io queue 8 interrupting at msix2 vec 8 affinity to cpu7
[ 1.014940] ld0 at nvme0 nsid 1
[ 1.014940] ld0: 465 GB, 60801 cyl, 255 head, 63 sec, 512 bytes/sect x 976773168 sectors (0 bytes/physsect)
[ 1.014940] ppb3 at pci0 dev 29 function 6: Intel 300 Series PCIe Root Port 15 (rev. 0xf0)
[ 1.014940] ppb3: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 8.0GT/s
[ 1.014940] ppb3: link is x1 @ 2.5GT/s
[ 1.014940] pci4 at ppb3 bus 110
[ 1.014940] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
[ 1.014940] rtsx0 at pci4 dev 0 function 0: Realtek Semiconductor RTS522A PCI-E Card Reader (rev. 0x01)
[ 1.014940] rtsx0: interrupting at msi3 vec 0
[ 1.014940] sdmmc0 at rtsx0
[ 1.014940] pcib0 at pci0 dev 31 function 0: Intel 300 Series Premium-U LPC (rev. 0x30)
[ 1.014940] hdaudio0 at pci0 dev 31 function 3: HD Audio Controller
[ 1.014940] hdaudio0: interrupting at msi4 vec 0
[ 1.014940] hdaudio0: HDA ver. 1.0, OSS 9, ISS 7, BSS 0, SDO 1, 64-bit
[ 1.014940] hdafg0 at hdaudio0: Realtek product 0235
[ 1.014940] hdafg0: DAC00 2ch: HP Out [Jack]
[ 1.014940] hdafg0: ADC01 2ch: Mic In [Jack]
[ 1.014940] hdafg0: 2ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
[ 1.014940] audio0 at hdafg0: playback, capture, full duplex, independent
[ 1.014940] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[ 1.014940] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[ 1.014940] spkr0 at audio0: PC Speaker (synthesized)
[ 1.014940] wsbell at spkr0 not configured
[ 1.014940] hdafg1 at hdaudio0: Intel HDMI/DP
[ 1.014940] hdafg1: DP00 8ch: Digital Out [Jack]
[ 1.014940] hdafg1: 8ch/0ch 48000Hz PCM16*
[ 1.014940] audio1 at hdafg1: playback, capture, full duplex, independent
[ 1.014940] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[ 1.014940] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[ 1.014940] spkr1 at audio1: PC Speaker (synthesized)
[ 1.014940] wsbell at spkr1 not configured
[ 1.014940] ichsmb0 at pci0 dev 31 function 4: Intel 300 Series SMBus (rev. 0x30)
[ 1.014940] ichsmb0: interrupting at ioapic0 pin 16
[ 1.014940] iic0 at ichsmb0: I2C bus
[ 1.014940] Intel 300 Series SPI (flash) (miscellaneous serial bus, revision 0x30) at pci0 dev 31 function 5 not configured
[ 1.014940] wm0 at pci0 dev 31 function 6, 64-bit DMA: I219 V (6) Ethernet Connection (rev. 0x30)
[ 1.014940] wm0: interrupting at msi5 vec 0
[ 1.014940] wm0: PCI-Express bus
[ 1.014940] wm0: 4096 words FLASH, version 0.4.4
[ 1.014940] wm0: RX packet buffer size: 26KB
[ 1.014940] wm0: Ethernet address 1c:69:7a:0a:83:9d
[ 1.014940] wm0: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
[ 1.014940] ihphy0 at wm0 phy 2: i217 10/100/1000 media interface, rev. 6
[ 1.014940] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[ 1.014940] isa0 at pcib0
[ 1.014940] com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16-byte FIFO
[ 1.014940] pcppi0 at isa0 port 0x61
[ 1.014940] spkr2 at pcppi0: PC Speaker
[ 1.014940] wsbell at spkr2 not configured
[ 1.014940] midi0 at pcppi0: PC speaker
[ 1.014940] sysbeep0 at pcppi0
[ 1.014940] attimer1: attached to pcppi0
[ 1.014940] acpicpu0 at cpu0: ACPI CPU
[ 1.014940] acpicpu0: C1: FFH, lat 1 us, pow 1000 mW
[ 1.014940] acpicpu0: C2: FFH, lat 151 us, pow 200 mW
[ 1.014940] acpicpu0: C3: FFH, lat 1034 us, pow 200 mW
[ 1.014940] acpicpu0: P0: FFH, lat 10 us, pow 28000 mW, 2601 MHz, turbo boost
[ 1.014940] acpicpu0: P1: FFH, lat 10 us, pow 26574 mW, 2600 MHz
[ 1.014940] acpicpu0: P2: FFH, lat 10 us, pow 25176 mW, 2500 MHz
[ 1.014940] acpicpu0: P3: FFH, lat 10 us, pow 23804 mW, 2400 MHz
[ 1.014940] acpicpu0: P4: FFH, lat 10 us, pow 21405 mW, 2200 MHz
[ 1.014940] acpicpu0: P5: FFH, lat 10 us, pow 17856 mW, 1900 MHz
[ 1.014940] acpicpu0: P6: FFH, lat 10 us, pow 16636 mW, 1800 MHz
[ 1.014940] acpicpu0: P7: FFH, lat 10 us, pow 15440 mW, 1700 MHz
[ 1.014940] acpicpu0: P8: FFH, lat 10 us, pow 13371 mW, 1500 MHz
[ 1.014940] acpicpu0: P9: FFH, lat 10 us, pow 12247 mW, 1400 MHz
[ 1.014940] acpicpu0: P10: FFH, lat 10 us, pow 10307 mW, 1200 MHz
[ 1.014940] acpicpu0: P11: FFH, lat 10 us, pow 9254 mW, 1100 MHz
[ 1.014940] acpicpu0: P12: FFH, lat 10 us, pow 7446 mW, 900 MHz
[ 1.014940] acpicpu0: P13: FFH, lat 10 us, pow 5498 mW, 700 MHz
[ 1.014940] acpicpu0: P14: FFH, lat 10 us, pow 4776 mW, 600 MHz
[ 1.014940] acpicpu0: P15: FFH, lat 10 us, pow 2962 mW, 400 MHz
[ 1.014940] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
[ 1.014940] acpicpu1 at cpu1: ACPI CPU
[ 1.014940] coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=100
[ 1.014940] acpicpu2 at cpu2: ACPI CPU
[ 1.014940] coretemp2 at cpu2: thermal sensor, 1 C resolution, Tjmax=100
[ 1.014940] acpicpu3 at cpu3: ACPI CPU
[ 1.014940] coretemp3 at cpu3: thermal sensor, 1 C resolution, Tjmax=100
[ 1.014940] acpicpu4 at cpu4: ACPI CPU
[ 1.014940] acpicpu5 at cpu5: ACPI CPU
[ 1.014940] acpicpu6 at cpu6: ACPI CPU
[ 1.014940] acpicpu7 at cpu7: ACPI CPU
[ 1.014940] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[ 1.811182] timecounter: Timecounter "TSC" frequency 2712000000 Hz quality 3000
[ 1.812709] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
[ 1.851168] uhub0: 6 ports with 6 removable, self powered
[ 1.851168] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
[ 1.891168] uhub1: 12 ports with 12 removable, self powered
[ 1.891168] ld0: GPT GUID: 1b0e129e-8217-44b8-a84e-919d71edc846
[ 1.891168] dk0 at ld0: "796ebf3e-a2a2-4b17-b6c5-a4c2c006d6e3", 1048576 blocks at 2048, type: msdos
[ 1.891168] dk1 at ld0: "6646874c-1c2b-43c5-9a95-57b83eb80a32", 942436352 blocks at 1050624, type: ext2fs
[ 1.891168] dk2 at ld0: "4801b768-c831-4b15-a5c5-97698dcfeeea", 33284096 blocks at 943486976, type: <unknown>
[ 1.891168] IPsec: Initialized Security Association Processing.
[ 1.991172] ahcisata0 port 2: device present, speed: 6.0Gb/s
[ 2.361172] uhidev0 at uhub1 port 1 configuration 1 interface 0
[ 2.391168] uhidev0: vendor 275d (0x275d) USB OPTICAL MOUSE (0x0ba6), rev 1.10/1.00, addr 1, iclass 3/1
[ 2.421168] ums0 at uhidev0: 3 buttons and Z dir
[ 2.441168] wsmouse0 at ums0 mux 0
[ 2.471168] uhub2 at uhub0 port 4: VIA Labs, Inc. (0x2109) USB3.0 Hub (0x0817), class 9/0, rev 3.10/3.64, addr 2
[ 2.491168] uhub2: 4 ports with 3 removable, self powered
[ 2.951172] uhidev1 at uhub1 port 3 configuration 1 interface 0
[ 2.971168] uhidev1: CHICONY (0x04f2) Asus Keyboard (0x1125), rev 2.00/0.70, addr 3, iclass 3/1
[ 3.001168] ukbd0 at uhidev1
[ 3.031168] wskbd0 at ukbd0: console keyboard
[ 3.051168] uhidev2 at uhub1 port 3 configuration 1 interface 1
[ 3.071168] uhidev2: CHICONY (0x04f2) Asus Keyboard (0x1125), rev 2.00/0.70, addr 3, iclass 3/0
[ 3.111189] uhidev2: 3 report ids
[ 3.131168] uhid0 at uhidev2 reportid 1: input=1, output=0, feature=0
[ 3.151168] uhid1 at uhidev2 reportid 2: input=2, output=0, feature=0
[ 3.181168] uhid2 at uhidev2 reportid 3: input=2, output=0, feature=0
[ 3.521172] uhub3 at uhub2 port 4: VIA Labs, Inc. (0x2109) USB3.0 Hub (0x0817), class 9/0, rev 3.10/90.23, addr 4
[ 3.551168] uhub3: 4 ports with 3 removable, self powered
[ 3.601172] wd0 at atabus0 drive 0
[ 3.631172] wd0: <SanDisk SSD PLUS 480GB>
[ 3.661168] wd0: drive supports 1-sector PIO transfers, LBA48 addressing
[ 3.661168] wd0: 447 GB, 930261 cyl, 16 head, 63 sec, 512 bytes/sect x 937703088 sectors
[ 3.701172] wd0: GPT GUID: 0b9515af-fe02-40a4-a1ee-63745539b798
[ 3.701172] dk3 at wd0: "c6634846-e8b5-41a2-bef8-3f1fcd967881", 1048576 blocks at 2048, type: msdos
[ 3.721168] dk4 at wd0: "8ecf7016-19cc-41d4-ac7a-214321baaa27", 409600000 blocks at 1050624, type: ffs
[ 3.751168] dk5 at wd0: "12298932-f405-40aa-a844-67859a63b9a4", 33280000 blocks at 410650624, type: swap
[ 3.771168] dk6 at wd0: "d279334e-d7f0-11f0-bad4-1c697a0a839d", 33554432 blocks at 443930624, type: swap
[ 3.801168] dk7 at wd0: "chicorzo", 459276288 blocks at 477485056, type: zfs
[ 3.831168] uhub4 at uhub1 port 4: VIA Labs, Inc. (0x2109) USB2.0 Hub (0x2817), class 9/0, rev 2.10/3.64, addr 5
[ 3.851168] uhub4: multiple transaction translators
[ 3.881168] uhub4: 4 ports with 3 removable, self powered
[ 3.881168] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags)
[ 3.881168] wd0(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[ 4.621172] uhub5 at uhub3 port 4: VIA Labs, Inc. (0x2109) USB3.0 Hub (0x0817), class 9/0, rev 3.10/90.23, addr 6
[ 4.651168] uhub5: 4 ports with 4 removable, self powered
[ 5.061172] uhub6 at uhub4 port 4: VIA Labs, Inc. (0x2109) USB2.0 Hub (0x2817), class 9/0, rev 2.10/90.23, addr 7
[ 5.091168] uhub6: multiple transaction translators
[ 5.111168] uhub6: 4 ports with 3 removable, self powered
[ 5.651172] umass0 at uhub5 port 4 configuration 1 interface 0
[ 5.681168] umass0: Western Digital (0x1058) Elements 2621 (0x2621), rev 3.20/10.34, addr 8
[ 5.711168] umass0: using SCSI over Bulk-Only
[ 5.711168] scsibus0 at umass0: 2 targets, 1 lun per target
[ 5.731168] sd0 at scsibus0 target 0 lun 0: <WD, Elements 2621, 1034> disk fixed
[ 5.771168] sd0: fabricating a geometry
[ 5.801168] sd0: 1862 GB, 1907697 cyl, 64 head, 32 sec, 512 bytes/sect x 3906963456 sectors (4096 bytes/physsect)
[ 5.841168] sd0: fabricating a geometry
[ 6.351172] uhub7 at uhub6 port 4: VIA Labs, Inc. (0x2109) USB2.0 Hub (0x2817), class 9/0, rev 2.10/90.23, addr 9
[ 6.381168] uhub7: multiple transaction translators
[ 6.401168] uhub7: 4 ports with 4 removable, self powered
[ 7.591171] uhidev3 at uhub7 port 1 configuration 1 interface 1
[ 7.611168] uhidev3: AVerMedia (0x07ca) A815 (0xa815), rev 2.00/2.00, addr 10, iclass 3/0
[ 7.641168] ukbd1 at uhidev3
[ 7.661168] wskbd1 at ukbd1 mux 1
[ 8.161171] uplcom0 at uhub7 port 2
[ 8.181168] uplcom0: Prolific Technology Inc. (0x067b) USB-Serial Controller (0x2303), rev 1.10/3.00, addr 11
[ 8.211168] ucom0 at uplcom0
[ 8.731171] uaudio0 at uhub7 port 3 configuration 1 interface 0
[ 8.761168] uaudio0: M-Audio (0x0763) FastTrack Pro (0x2012), rev 1.10/1.00, addr 12
[ 8.781168] uaudio0: audio rev 1.00
[ 8.811168] audio2 at uaudio0: playback, capture, full duplex, independent
[ 8.831168] audio2: slinear_le:16 2ch 44100Hz, blk 10584 bytes (60ms) for playback
[ 8.861168] audio2: slinear_le:16 2ch 48000Hz, blk 12000 bytes (62.5ms) for recording
[ 8.881168] spkr3 at audio2: PC Speaker (synthesized)
[ 8.911168] wsbell at spkr3 not configured
[ 8.931168] umidi0 at uhub7 port 3 configuration 1 interface 1
[ 8.961168] umidi0: M-Audio (0x0763) FastTrack Pro (0x2012), rev 1.10/1.00, addr 12
[ 8.981168] umidi0: (genuine USB-MIDI)
[ 9.011168] umidi0: out=1, in=1
[ 9.031168] midi1 at umidi0: <0 >0 on umidi0
[ 9.531171] ubt0 at uhub1 port 10
[ 9.551168] ubt0: vendor 8087 (0x8087) product 0aaa (0x0aaa), rev 2.00/0.02, addr 13
[ 9.581168] swwdog0: software watchdog initialized
[ 9.631168] boot device: wd0
[ 9.661168] root on dk4 dumps on dk5
[ 9.681168] root file system type: ffs
[ 9.711168] kern.module.path=/stand/amd64/11.0/modules
[ 9.741252] i915drmkms0: Found 128MB of eDRAM
[ 9.741252] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 9.741252] [drm] Driver supports precise vblank timestamp query.
[ 9.741252] i915drmkms0: interrupting at msi6 vec 0 (i915drmkms0)
[ 9.751172] i915drmkms0: notice: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[ 10.021171] [drm] failed to retrieve link info, disabling eDP
[ 10.051168] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[ 10.351171] intelfb0 at i915drmkms0
[ 10.351171] [drm] DRM_I915_DEBUG enabled
[ 10.351171] [drm] DRM_I915_DEBUG_GEM enabled
[ 10.351171] intelfb0: framebuffer at 0x80040000, size 1920x1080, depth 32, stride 7680
[ 10.471172] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[ 10.471172] wsmux1: connecting to wsdisplay0
[ 10.471172] wskbd1: connecting to wsdisplay0
[ 83.101168] wsdisplay0: screen 1 added (default, vt100 emulation)
[ 83.101168] wsdisplay0: screen 2 added (default, vt100 emulation)
[ 83.101168] wsdisplay0: screen 3 added (default, vt100 emulation)
[ 83.101168] wsdisplay0: screen 4 added (default, vt100 emulation)
[ 84.991168] audio2: slinear_le:16 2ch 44100Hz, blk 12000 bytes (68ms) for recording
[ 95379.422860] fatal protection fault in supervisor mode
[ 95379.422860] trap type 4 code 0 rip 0xffffffff80c5f7ab cs 0x8 rflags 0x10246 cr2 0x72a53868a000 ilevel 0 rsp 0xffffce04e3993900
[ 95379.422860] curlwp 0xffff8db9b85ca400 pid 19733.19733 lowest kstack 0xffffce04e398f2c0
[ 95379.422860] panic: trap
[ 95379.422860] cpu0: Begin traceback...
[ 95379.422860] vpanic() at netbsd:vpanic+0x171
[ 95379.422860] panic() at netbsd:panic+0x3c
[ 95379.422860] trap() at netbsd:trap+0xb32
[ 95379.422860] --- trap (number 4) ---
[ 95379.432858] ext2fs_init_vnode() at netbsd:ext2fs_init_vnode+0x48
[ 95379.432858] ext2fs_loadvnode() at netbsd:ext2fs_loadvnode+0x3f
[ 95379.432858] vcache_get() at netbsd:vcache_get+0x18b
[ 95379.432858] ext2fs_lookup() at netbsd:ext2fs_lookup+0x6aa
[ 95379.432858] VOP_LOOKUP() at netbsd:VOP_LOOKUP+0x62
[ 95379.432858] lookup_once() at netbsd:lookup_once+0x18a
[ 95379.442858] namei_tryemulroot.constprop.0() at netbsd:namei_tryemulroot.constprop.0+0xa33
[ 95379.442858] namei() at netbsd:namei+0x43
[ 95379.442858] fd_nameiat.constprop.0() at netbsd:fd_nameiat.constprop.0+0x95
[ 95379.442858] do_sys_statat() at netbsd:do_sys_statat+0x77
[ 95379.442858] sys___lstat50() at netbsd:sys___lstat50+0x25
[ 95379.452858] syscall() at netbsd:syscall+0x9a
[ 95379.452858] --- syscall (number 441) ---
[ 95379.452858] netbsd:syscall+0x9a:
[ 95379.452858] cpu0: End traceback...
[ 95379.452858] dumping to dev 168,5 (offset=1671, size=4159791):
[ 95379.452858] dump WARNING: lwp 26779 (gpg-agent) flags 0x20020020: timecounter went backwards from (95380 + 0x72cc33b391771dea/2^64) sec to (95379 + 0xbf998438d4633eaa/2^64) sec in netbsd:mi_switch+0x64
netbsd-nuc#
netbsd-nuc# gdb netbsd.3
GNU gdb (GDB) 15.1
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
warning: BFD: warning: /var/crash/netbsd.3 has a section extending past end of file
Reading symbols from netbsd.3...
(No debugging symbols found in netbsd.3)
(gdb) target kvm netbsd.3.core
0xffffffff802398c5 in cpu_reboot ()
(gdb) symbol-file /root/netbsd.gdb
Reading symbols from /root/netbsd.gdb...
(gdb) bt
#0 0xffffffff802398c5 in cpu_reboot (howto=260, bootstr=<optimized out>)
at ../../../../arch/amd64/amd64/machdep.c:779
#1 0xffffffff80d00531 in sys_reboot (l=<optimized out>,
uap=0xffffffff813ba138, retval=<optimized out>)
at ../../../../kern/kern_reboot.c:122
#2 0xffffffff80d35bbd in vpanic (
fmt=0x104 <error: Cannot access memory at address 0x104>, ap=0x104)
at ../../../../kern/subr_prf.c:277
#3 0xffffffff80d35c92 in panic (fmt=<unavailable>,
fmt@entry=0xffffffff813ba0b5 "visor") at ../../../../kern/subr_prf.c:205
#4 0xffffffff8023c29a in trap (frame=0xffffce04e3993810)
at ../../../../arch/amd64/amd64/trap.c:325
#5 0xffffffff80234a7b in alltraps ()
#6 0xffffffff80c5f7ab in ext2fs_init_vnode (ump=0xffff8db9e7b23300,
vp=0xffff8db8dd6b44c0, ino=0)
at ../../../../ufs/ext2fs/ext2fs_vfsops.c:1041
#7 0xffffffff80c5fa0f in getrealtime () at ../../../../sys/timevar.h:246
#8 ext2fs_loadvnode (mp=0xffff8db9fa06f000, vp=<optimized out>,
key=<optimized out>, key_len=<optimized out>, new_key=0xffffce04e39939f0)
at ../../../../ufs/ext2fs/ext2fs_vfsops.c:1112
#9 0xffffffff80d9349b in vstate_change (to=VS_LOADED, from=VS_LOADING,
vp=0xffff8db8dd6b44c0) at ../../../../kern/vfs_vnode.c:408
#10 vcache_get (mp=0xffff8db9fa06f000, key=0xffffce04e3993b00, key_len=8,
--Type <RET> for more, q to quit, c to continue without paging--
vpp=0xffffce04e3993b08) at ../../../../kern/vfs_vnode.c:1676
#11 0xffffffff80c5c28e in ext2fs_lookup (v=<optimized out>) at ../../../../ufs/ext2fs/ext2fs_lookup.c:374
#12 0xffffffff80d9c2a1 in VOP_CREATE (dvp=<optimized out>, vpp=<optimized out>, cnp=<optimized out>,
vap=<optimized out>) at ../../../../kern/vnode_if.c:487
#13 0xffffffff80d80217 in lookup_once (state=0xffffce04e3993da0, searchdir=0xffff8db8d89fc940,
newsearchdir_ret=0xffffce04e3993e90, foundobj_ret=0xffffce04e3993cf0,
newsearchdir_locked_ret=0xffffce04e3993ce7) at ../../../../kern/vfs_lookup.c:1219
#14 0xffffffff80d80e65 in namei_getstartdir (state=0xffffce04e3993da0)
at ../../../../kern/vfs_lookup.c:536
#15 namei_start (startdir_ret=0xffffce04e3993ce8, isnfsd=0, state=0xffffce04e3993da0)
at ../../../../kern/vfs_lookup.c:695
#16 namei_oneroot (isnfsd=0, inhibitmagic=0, neverfollow=0, state=0xffffce04e3993da0)
at ../../../../kern/vfs_lookup.c:1507
#17 namei_tryemulroot (state=<optimized out>, neverfollow=<optimized out>, inhibitmagic=<optimized out>,
isnfsd=<optimized out>) at ../../../../kern/vfs_lookup.c:1919
#18 0xffffffff80d82e71 in namei_init (ndp=0xffff8db9e7b23300, state=0xffffce04e3993da0)
at ../../../../kern/vfs_lookup.c:485
#19 lookup_for_nfsd (ndp=0xffff8db9e7b23300, forcecwd=0xffff8db9fa06f000, neverfollow=15)
at ../../../../kern/vfs_lookup.c:1990
#20 0xffffffff80d89aa2 in do_sys_readlinkat (l=0xffffff9c, fdat=-476496320, path=<optimized out>,
buf=0xffffff9c <error: Cannot access memory at address 0xffffff9c>, count=18446618423403913216,
retval=0xffffce04e3993fb0) at ../../../../kern/vfs_syscalls.c:3432
#21 0xffffffff80d8e14a in do_sys_statat (l=<optimized out>, fdat=-476496152, userpath=<optimized out>,
nd_flag=<optimized out>, sb=0x14) at ../../../../kern/vfs_syscalls.c:3276
#22 0xffffffff80d8e233 in sys_fstatat (l=<optimized out>, uap=0x91879580d9dae5, retval=<optimized out>)
at ../../../../kern/vfs_syscalls.c:3343
#23 0xffffffff8058581a in sy_call (rval=0x1b9, uap=0xffffce04e3994000, l=0xffff8db9b85ca400,
sy=0xffffffff8188a2b8 <sysent+10584>) at ../../../../sys/syscallvar.h:65
#24 sy_invoke (code=-100, rval=0x1b9, uap=0xffffce04e3994000, l=0xffff8db9b85ca400,
sy=0xffffffff8188a2b8 <sysent+10584>) at ../../../../sys/syscallvar.h:94
#25 syscall (frame=0xffffce04e3994000) at ../../../../arch/x86/x86/syscall.c:137
#26 0xffffffff8021025d in handle_syscall ()
(gdb)
Thanks so much.
Ramiro.
>How-To-Repeat:
I has happened only once but I have been experimenting some kind of frequent filesystem corruption from time to time when copying cache files of /home/ramiro/.mozilla using rsync.
>Fix:
Yes please.
Home |
Main Index |
Thread Index |
Old Index