NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-evbarm/54308: 32-bit port-evbarm, crash: assertion "xfer->ux_state == XFER_BUSY" failed in usbdi.c
>Number: 54308
>Category: port-evbarm
>Synopsis: assertion "xfer->ux_state == XFER_BUSY" failed in usbdi.c
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: port-evbarm-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 19 00:10:00 +0000 2019
>Originator: mac%culver.net@localhost
>Release: NetBSD 8.99.45 (GENERIC) #0: Sun Jun 16 11:05:58 UTC 2019
>Organization:
>Environment:
Raspberry Pi 3+ with 4TB HDD via USB /dev/sd1; /dev/sd0e is USB stick, not being used during crash
# df
Filesystem 512-blocks Used Avail %Cap Mounted on
/dev/ld0a 61074288 2987264 55033312 5% /
/dev/ld0e 163640 79040 84600 48% /boot
kernfs 2 2 0 100% /kern
ptyfs 2 2 0 100% /dev/pts
procfs 16 16 0 100% /proc
tmpfs 485376 16 485360 0% /var/shm
/dev/sd1 7692979520 1427638296 5880692248 19% /c
/dev/sd0e 123083668 84473416 32456072 72% /d
>System: NetBSD 8.99.45 (GENERIC) #0: Sun Jun 16 11:05:58 UTC 2019
mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC
>Architecture: evbarm
>Machine: RPi 3+
>Description:
panic: kernel diagnostic assertion "xfer->ux_state == XFER_BUSY" failed: file "/usr/src/sys/dev/usb/usbdi.c", line 1039 xfer 0x90e56ae8 state is 9e
NOTE: RPi3+ did NOT successfully reboot after this crash. See below.
...
[ 9.2363621] dk0 at sd1: "all", 7814037100 blocks at 34, type: ffs
[ 9.6964117] axen0 at uhub1 port 2
[ 9.6964117] axen0: ASIX Elec. Corp. (0xb95) AX88179 (0x1790), rev 2.10/1.00, addr 7
[ 10.1464609] axen0: AX88179
[ 10.1464609] axen0: Ethernet address 00:0e:c6:c0:21:1f
[ 10.1464609] rgephy0 at axen0 phy 3: RTL8211E 1000BASE-T media interface
[ 10.1582394] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
then HANG -- machine completely unresponsive. Requires Power Cycle.
Additional info:
[ 17219.3053521] axen0: usb error on tx: IN_PROGRESS
[ 17273.8643447] axen0: usb error on tx: IN_PROGRESS
[ 21708.2816120] panic: kernel diagnostic assertion "xfer->ux_state == XFER_BUSY" failed: file "/usr/src/sys/dev/usb/usbdi.c", line 1039 xfer 0x90e56ae8 state is 9e
[ 21708.2916210] cpu2: Begin traceback...
[ 21708.3016200] 0x9b1b79d4: netbsd:db_panic+0x14
[ 21708.3016200] 0x9b1b79ec: netbsd:vpanic+0x194
[ 21708.3016200] 0x9b1b7a04: netbsd:__aeabi_uldivmod
[ 21708.3116199] 0x9b1b7a3c: netbsd:usb_insert_transfer+0xf8
[ 21708.3116199] 0x9b1b7a5c: netbsd:dwc2_device_bulk_transfer+0x30
[ 21708.3216193] 0x9b1b7a8c: netbsd:usbd_transfer+0xb0
[ 21708.3316220] 0x9b1b7aec: netbsd:axen_start+0x21c
[ 21708.3316220] 0x9b1b7b14: netbsd:if_transmit+0x110
[ 21708.3416259] 0x9b1b7b5c: netbsd:ether_output+0x270
[ 21708.3416259] 0x9b1b7b84: netbsd:ip_if_output+0x94
[ 21708.3516249] 0x9b1b7c84: netbsd:ip_output+0x1328
[ 21708.3516249] 0x9b1b7d6c: netbsd:tcp_output+0x19b0
[ 21708.3616253] 0x9b1b7da4: netbsd:tcp_send_wrapper+0x9c
[ 21708.3616253] 0x9b1b7e3c: netbsd:sosend+0x6fc
[ 21708.3716310] 0x9b1b7e64: netbsd:soo_write+0x3c
[ 21708.3716310] 0x9b1b7ebc: netbsd:dofilewrite+0x7c
[ 21708.3816282] 0x9b1b7eec: netbsd:sys_write+0x5c
[ 21708.3816282] 0x9b1b7fac: netbsd:syscall+0x12c
[ 21708.3816282] cpu2: End traceback...
[ 21708.3916286] dump to dev 92,1 not possible
[ 21713.6022516] rebootin[ 1.0000000] NetBSD/evbarm (fdt) booting ...
[ 1.0000000] [ Kernel symbol table missing! ]
[ 1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[ 1.0000000] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[ 1.0000000] 2018, 2019 The NetBSD Foundation, Inc. All rights reserved.
[ 1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[ 1.0000000] The Regents of the University of California. All rights reserved.
[ 1.0000000] NetBSD 8.99.45 (GENERIC) #0: Sun Jun 16 11:05:58 UTC 2019
[ 1.0000000] mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC
[ 1.0000000] total memory = 948 MB
[ 1.0000000] avail memory = 928 MB
[ 1.0000000] armfdt0 (root)
[ 1.0000000] simplebus0 at armfdt0: Raspberry Pi 3 Model B Plus Rev 1.3
[ 1.0000000] simplebus1 at simplebus0
[ 1.0000000] simplebus2 at simplebus0
[ 1.0000000] simplebus3 at simplebus1
[ 1.0000000] cpus0 at simplebus0
[ 1.0000000] simplebus4 at simplebus0
[ 1.0000000] cpu0 at cpus0: 600 MHz Cortex-A53 r0p4 (Cortex V8A core)
[ 1.0000000] cpu0: DC enabled IC enabled WB enabled EABT branch prediction enabled
[ 1.0000000] cpu0: 32KB/64B 2-way L1 VIPT Instruction cache
[ 1.0000000] cpu0: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache
[ 1.0000000] cpu0: 512KB/64B 16-way write-through L2 PIPT Unified cache
[ 1.0000000] vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
[ 1.0000000] cpu1 at cpus0
[ 1.0000000] cpu2 at cpus0
[ 1.0000000] cpu3 at cpus0
[ 1.0000000] bcmicu0 at simplebus1
[ 1.0000000] bcmicu1 at simplebus1: Multiprocessor
[ 1.0000000] bcmcprman0 at simplebus1: BCM283x Clock Controller
[ 1.0000000] fclock0 at simplebus2: 19200000 Hz fixed clock (osc)
[ 1.0000000] bcmaux0 at simplebus1
[ 1.0000000] fclock1 at simplebus2: 480000000 Hz fixed clock (otg)
[ 1.0000000] gtmr0 at simplebus0: Generic Timer
[ 1.0000000] gtmr0: interrupting on local_intc irq 3
[ 1.0000000] armgtmr0 at gtmr0: ARM Generic Timer (19200 kHz)
[ 1.0000030] /soc/thermal@7e212000 at simplebus1 not configured
[ 1.0000030] /soc/dsi@7e209000 at simplebus1 not configured
[ 1.0000030] bcmgpio0 at simplebus1: GPIO controller
[ 1.0000030] bcmgpio0: pins 0..31 interrupting on icu irq 177
[ 1.0000030] bcmgpio0: pins 32..54 interrupting on icu irq 178
[ 1.0000030] gpio0 at bcmgpio0: 54 pins
[ 1.0000030] /soc/firmware/gpio at simplebus3 not configured
[ 1.0000030] bcmdmac0 at simplebus1: DMA0 DMA2 DMA4 DMA5 DMA8 DMA9 DMA10
[ 1.0000030] /soc/power at simplebus1 not configured
[ 1.0000030] mmcpwrseq0 at simplebus0: couldn't get reset GPIOs
[ 1.0000030] bsciic0 at simplebus1: Broadcom Serial Controller
[ 1.0000030] iic0 at bsciic0: I2C bus
[ 1.0000030] /phy at simplebus0 not configured
[ 1.0000030] watchdog0 at simplebus1: Power management, Reset and Watchdog controller
[ 1.0000030] bcmmbox0 at simplebus1: VC mailbox
[ 1.0000030] bcmmbox0: interrupting on icu irq 193
[ 1.0000030] vcmbox0 at bcmmbox0
[ 1.0000030] plcom0 at simplebus1: ARM PL011 UART
[ 1.0000030] plcom0: txfifo disabled
[ 1.0000030] plcom0: interrupting on icu irq 185
[ 1.0000030] sdhost0 at simplebus1: SD HOST controller
[ 1.0000030] sdhost0: interrupting on icu irq 184
[ 1.0000030] bsciic1 at simplebus1: Broadcom Serial Controller
[ 1.0000030] iic1 at bsciic1: I2C bus
[ 1.0000030] com0 at simplebus1: BCM AUX UART, working fifo
[ 1.0000030] com0: console
[ 1.0000030] com0: interrupting on icu irq 157
[ 1.0000030] /soc/pwm@7e20c000 at simplebus1 not configured
[ 1.0000030] sdhc0 at simplebus1: SDHC controller
[ 1.0000030] sdhc0: interrupting on icu irq 190
[ 1.0000030] bsciic2 at simplebus1: Broadcom Serial Controller
[ 1.0000030] iic2 at bsciic2: I2C bus
[ 1.0000030] /soc/vec@7e806000 at simplebus1 not configured
[ 1.0000030] /soc/hdmi@7e902000 at simplebus1 not configured
[ 1.0000030] dwctwo0 at simplebus1: USB controller
[ 1.0000030] dwctwo0: interrupting on icu irq 137
[ 1.0000030] /soc/gpu at simplebus1 not configured
[ 1.0000030] genfb0 at simplebus1
[ 1.0000030] wsdisplay0 at genfb0 kbdmux 1
[ 1.0000030] vchiq0 at simplebus1: BCM2835 VCHIQ
[ 1.0000030] armpmu0 at simplebus0: Performance Monitor Unit
[ 1.0000030] gpioleds0 at simplebus0: ACT
[ 1.0000030] /soc/timer@7e003000 at simplebus1 not configured
[ 1.0000030] /soc/txp@7e004000 at simplebus1 not configured
[ 1.0000030] bcmrng0 at simplebus1: RNG
[ 1.0000030] cpu1: 600 MHz Cortex-A53 r0p4 (Cortex V8A core)
[ 1.0000030] cpu1: DC enabled IC enabled WB enabled EABT branch prediction enabled
[ 1.5834283] cpu1: 32KB/64B 2-way L1 VIPT Instruction cache
[ 1.5834283] cpu1: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache
[ 1.5934067] cpu1: 512KB/64B 16-way write-through L2 PIPT Unified cache
[ 1.6034090] vfp1 at cpu1: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
[ 1.6034090] cpu2: 600 MHz Cortex-A53 r0p4 (Cortex V8A core)
[ 1.6134092] cpu2: DC enabled IC enabled WB enabled EABT branch prediction enabled
[ 1.6234113] cpu2: 32KB/64B 2-way L1 VIPT Instruction cache
[ 1.6234113] cpu2: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache
[ 1.6334114] cpu2: 512KB/64B 16-way write-through L2 PIPT Unified cache
[ 1.6434145] vfp2 at cpu2: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
[ 1.6434145] cpu3: 600 MHz Cortex-A53 r0p4 (Cortex V8A core)
[ 1.6534139] cpu3: DC enabled IC enabled WB enabled EABT branch prediction enabled
[ 1.6634159] cpu3: 32KB/64B 2-way L1 VIPT Instruction cache
[ 1.6634159] cpu3: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache
[ 1.6734161] cpu3: 512KB/64B 16-way write-through L2 PIPT Unified cache
[ 1.6834182] vfp3 at cpu3: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
[ 1.7434267] sdmmc0 at sdhost0
[ 1.7535272] sdhc0: SDHC 3.0, rev 153, platform DMA, 200000 kHz, HS 3.3V, re-tuning mode 1, 1024 byte blocks
[ 1.7634304] sdmmc1 at sdhc0 slot 0
[ 1.7634304] usb0 at dwctwo0: USB revision 2.0
[ 1.7734345] armpmu0: interrupting on local_intc irq 9
[ 2.0134578] uhub0 at usb0: NetBSD (0000) DWC2 root hub (0000), class 9/0, rev 2.00/1.00, addr 1
[ 2.0234591] sdhc0: cmd timeout error
[ 2.0434619] sdmmc0: SD card status: 4-bit, C10, U1
[ 2.0434619] ld0 at sdmmc0: <0x1b:0x534d:EB1QT:0x30:0x5c9161cb:0x126>
[ 2.0534659] ld0: 30528 MB, 7753 cyl, 128 head, 63 sec, 512 bytes/sect x 62521344 sectors
[ 2.0634667] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz
[ 2.1334744] sdmmc1: unknown tuple code 0x91, length 3
[ 2.1440273] (manufacturer 0x2d0, product 0xa9a6) at sdmmc1 function 1 not configured
[ 2.1440273] (manufacturer 0x2d0, product 0xa9a6) at sdmmc1 function 2 not configured
[ 2.1550427] (manufacturer 0x2d0, product 0xa9a6, standard function interface code 0x2) at sdmmc1 function 3 not configured
[ 3.8344718] uhub1 at uhub0 port 1: vendor 0424 (0x424) product 2514 (0x2514), class 9/0, rev 2.00/b.b3, addr 2
[ 3.8444733] uhub1: multiple transaction translators
[ 5.1546131] uhub2 at uhub1 port 1: vendor 0424 (0x424) product 2514 (0x2514), class 9/0, rev 2.00/b.b3, addr 3
[ 5.1646148] uhub2: multiple transaction translators
[ 6.4847816] umass0 at uhub2 port 2 configuration 1 interface 0
[ 6.4947834] umass0: Lexar (0x5dc) USB Flash Drive (0xa838), rev 2.10/11.00, addr 4
[ 6.5047842] scsibus0 at umass0: 2 targets, 1 lun per target
[ 6.6948093] sd0 at scsibus0 target 0 lun 0: <Lexar, USB Flash Drive, 1100> disk removable
[ 6.7048112] sd0: fabricating a geometry
[ 6.7048112] sd0: 61054 MB, 61054 cyl, 64 head, 32 sec, 512 bytes/sect x 125038592 sectors
[ 6.7148123] sd0: fabricating a geometry
[ 7.4749132] uhub3 at uhub2 port 3: Realtek (0xbda) USB3.0 Hub (0x5401), class 9/0, rev 2.00/1.23, addr 5
[ 7.4902835] uhub3: single transaction translator
[ 8.7050821] umass1 at uhub3 port 2 configuration 1 interface 0
[ 8.7050821] umass1: Seagate (0xbc2) BUP BK (0xab28), rev 2.10/1.00, addr 6
[ 8.7206674] scsibus1 at umass1: 2 targets, 1 lun per target
[ 8.7263079] sd1 at scsibus1 target 0 lun 0: <Seagate, BUP BK, 0304> disk fixed
[ 8.7263079] sd1(umass1:0:0:0): not ready, data = 00 00 00 00 04 01 00 00 00 00
[ 8.7363091] sd1: drive offline
[ 9.2363621] dk0 at sd1: "all", 7814037100 blocks at 34, type: ffs
[ 9.6964117] axen0 at uhub1 port 2
[ 9.6964117] axen0: ASIX Elec. Corp. (0xb95) AX88179 (0x1790), rev 2.10/1.00, addr 7
[ 10.1464609] axen0: AX88179
[ 10.1464609] axen0: Ethernet address 00:0e:c6:c0:21:1f
[ 10.1464609] rgephy0 at axen0 phy 3: RTL8211E 1000BASE-T media interface
[ 10.1582394] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
MACHINE IS HUNG AT THIS POINT.
This was 'top' when machine panic:
load averages: 1.23, 1.19, 1.17; up 0+06:02:18 08:39:16
53 processes: 1 runnable, 49 sleeping, 3 on CPU
CPU0 states: 7.7% user, 0.0% nice, 50.0% system, 3.8% interrupt, 38.5% idle
CPU1 states: 0.0% user, 0.0% nice, 11.5% system, 0.0% interrupt, 88.5% idle
CPU2 states: 0.0% user, 0.0% nice, 3.7% system, 0.0% interrupt, 96.3% idle
CPU3 states: 3.8% user, 0.0% nice, 34.6% system, 0.0% interrupt, 61.5% idle
Memory: 457M Act, 221M Inact, 9952K Wired, 14M Exec, 618M File, 20M Free
Swap: 6723M Total, 6723M Free
PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
3620 mac 42 0 11M 5624K CPU/3 5:34 9.52% 9.52% systat -w1 vmstat
27090 root 42 0 8336K 2912K CPU/2 7:33 5.18% 5.18% top -S -s.25
2712 root 79 0 9280K 4896K wait/3 0:01 3.03% 1.37% /usr/bin/make .MAKE.LEVEL.ENV HOST_OSTYPE LOWER_OPSYS OPSYS OS_VERSION PKGTOOLS_VERSION _AUTOMATIC _CC
754 mac 85 0 17M 5728K select/2 1:19 0.88% 0.88% sshd: mac@pts/2
284 root 85 0 12M 3120K kqueue/0 0:05 0.54% 0.54% /usr/sbin/syslogd -s
23581 root 31 0 8240K 1712K CPU/1 0:00 1.00% 0.05% /bin/sh -c set -e;???????? case "/usr/pkg" in???? /usr/pkg) buildlink_dir="/c/pkgsrc/devel/p5-gettext
653 mac 85 0 16M 5728K select/1 0:49 0.00% 0.00% sshd: mac@pts/0
24218 mac 85 0 18M 5640K select/0 0:12 0.00% 0.00% sshd: mac@pts/1
504 root 85 0 11M 9960K pause/2 0:02 0.00% 0.00% /usr/sbin/ntpd -p /var/run/ntpd.pid -g
251 nobody 85 0 8984K 2824K select/1 0:01 0.00% 0.00% /usr/sbin/mdnsd
3000 root 83 0 9680K 4688K wait/0 0:01 0.00% 0.00% /usr/bin/make .MAKE.LEVEL.ENV HOST_OSTYPE LOWER_OPSYS OPSYS OS_VERSION PKGTOOLS_VERSION _AUTOMATIC _CC
5309 root 79 0 10M 4784K wait/3 0:01 0.00% 0.00% /usr/bin/make .MAKE.LEVEL.ENV HOST_OSTYPE LOWER_OPSYS OPSYS OS_VERSION PKGTOOLS_VERSION _AUTOMATIC _CC
11711 root 79 0 10M 4768K wait/2 0:01 0.00% 0.00% make
18676 root 31 0 8240K 8K RUN/1 0:00 0.00% 0.00% /usr/bin/dirname /c/pkgsrc/devel/p5-gettext/work/.buildlink/lib/perl5/5.28.0/earmv7hf-netbsd-thread-mul
10551 root 85 0 18M 7384K select/0 0:00 0.00% 0.00% sshd: mac [priv]
16309 root 85 0 17M 7312K select/1 0:00 0.00% 0.00% sshd: mac [priv]
2582 root 85 0 17M 7304K select/1 0:00 0.00% 0.00% sshd: mac [priv]
718 root 85 0 17M 7304K select/0 0:00 0.00% 0.00% sshd: mac [priv]
16368 mac 85 0 17M 5744K select/0 0:00 0.00% 0.00% sshd: mac@pts/3
612 root 85 0 15M 5424K wait/0 0:00 0.00% 0.00% login
723 postfix 85 0 15M 5224K kqueue/3 0:00 0.00% 0.00% qmgr -l -t unix -u
25009 postfix 85 0 14M 4952K kqueue/2 0:00 0.00% 0.00% pickup -l -t unix -u
597 root 85 0 14M 3624K kqueue/3 0:00 0.00% 0.00% /usr/libexec/postfix/master -w
528 root 85 0 17M 3600K select/1 0:00 0.00% 0.00% /usr/sbin/sshd
712 root 85 0 7744K 2400K nanosl/2 0:00 0.00% 0.00% /usr/sbin/cron
9070 root 85 0 8152K 2376K ttyraw/0 0:00 0.00% 0.00% sh
778 root 85 0 7672K 2376K wait/3 0:00 0.00% 0.00% sh
3691 mac 85 0 6448K 2272K wait/3 0:00 0.00% 0.00% -sh
10223 mac 85 0 6448K 2264K wait/0 0:00 0.00% 0.00% -sh
425 mac 85 0 6440K 2256K wait/1 0:00 0.00% 0.00% -sh
38 mac 85 0 6440K 2256K wait/1 0:00 0.00% 0.00% -sh
657 root 85 0 7448K 2248K ttyraw/1 0:00 0.00% 0.00% sh
1 root 85 0 6624K 2128K wait/3 0:00 0.00% 0.00% init
223 root 85 0 8224K 2104K kqueue/2 0:00 0.00% 0.00% dhcpcd: [master] [ip4] [ip6]
780 root 85 0 7872K 1936K kqueue/0 0:00 0.00% 0.00% /usr/sbin/inetd -l
19107 root 85 0 5784K 1808K kqueue/1 0:00 0.00% 0.00% tail -f make.out
17027 root 85 0 5824K 1800K wait/0 0:00 0.00% 0.00% time make
505 root 85 0 6680K 1744K select/0 0:00 0.00% 0.00% /usr/sbin/timed
442 root 85 0 8312K 1144K devmon/0 0:00 0.00% 0.00% /sbin/devpubd
18196 mac 84 0 6440K 2264K wait/3 0:00 0.00% 0.00% -sh
14119 root 83 0 9336K 4464K wait/0 0:00 0.00% 0.00% /usr/bin/make .MAKE.LEVEL.ENV HOST_OSTYPE _SRC_TOP_ LOWER_OPSYS _AUTOMATIC reinstall
26090 root 83 0 7512K 2264K wait/2 0:00 0.00% 0.00% sh
17289 root 83 0 6400K 2208K wait/0 0:00 0.00% 0.00% /bin/sh -c set -e;????? if test -n "" && /usr/pkg/sbin/pkg_info -K /var/db/pkg -qe p5-gettext-1.07nb3;
2924 root 83 0 8264K 2192K wait/1 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/devel/autoconf/work/.depends | ????? wh
10291 root 83 0 8328K 1720K wait/2 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/devel/autoconf/work/.depends | ????? wh
13700 root 83 0 8112K 1704K wait/1 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/devel/automake/work/.depends | ????? wh
6277 root 82 0 9048K 4600K wait/2 0:00 0.00% 0.00% /usr/bin/make _MAKE OPSYS OS_VERSION LOWER_OPSYS _PKGSRCDIR PKGTOOLS_VERSION _CC _PATH_ORIG _AUTOMATIC
21455 root 82 0 8088K 2192K wait/2 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/devel/automake/work/.depends | ????? wh
21886 root 80 0 7896K 1712K wait/1 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/converters/help2man/work/.depends | ???
19811 root 79 0 8160K 2240K wait/0 0:00 0.00% 0.00% /bin/sh -c set -e;???????? case "/usr/pkg" in???? /usr/pkg) buildlink_dir="/c/pkgsrc/devel/p5-gettext
16651 root 79 0 7872K 2208K wait/0 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/converters/help2man/work/.depends | ???
17953 root 79 0 7064K 2192K wait/2 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/shells/zsh/work/.depends | ????? while
9286 root 79 0 7088K 1696K wait/2 0:00 0.00% 0.00% /bin/sh -c set -e;???????? exec 3<&0;??????? /bin/cat /c/pkgsrc/shells/zsh/work/.depends | ????? while
systat -w1 vmstat when machine crashed
5 users Load 1.23 1.19 1.17 Tue Jun 18 08:39:16
Proc:r d s Csw Traps SysCal Intr Soft Fault PAGING SWAPPING
1 15 774 9213 9967 6228 372 5437 in out in out
ops
25.5% Sy 3.9% Us 0.0% Ni 0.9% In 69.7% Id pages
| | | | | | | | | | |
=============>> 42 forks
39 fkppw
Anon 56152 5% zero 6223 Interrupts 39 fksvm
Exec 14384 1% wired 9952 9 bcm2836 pic#0 m pwait
File 633184 66% inact 226256 100 bcm2836 pic#0 c relck
Meta 145608 2% bufs 19743 bcm2835 pic Ma rlkok
(kB) real swaponly free 89 bcm2835 pic (c noram
Active 467512 21168 89 bcm2835 pic ( s 983 ndcpy
Namei Sys-cache Proc-cache bcm2835 pic (c 340 fltcp
Calls hits % hits % bcm2835 pic (c 1847 zfod
1677 1626 97 5549 bcm2835 pic (c 55 cow
51 bcm2836 pic#3 m 512 fmin
Disks: ld0 sd0 sd1 dk0 100 bcm2836 pic#3 c 682 ftarg
seeks 27 bcm2836 pic#1 m itarg
xfers 69 51 100 bcm2836 pic#1 c flnan
bytes 1183K 1124K 9 bcm2836 pic#2 m pdfre
%busy 36.4 5.9 100 bcm2836 pic#2 c pdscn
bcm2835 pic Doo
>How-To-Repeat:
cd /usr/pkgsrc/shells/zsh ; make
>Fix:
>Unformatted:
mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC
Home |
Main Index |
Thread Index |
Old Index