| Summary: | 12-CURRENT (armv6) hangs on shutdown, often leaves file system not sync'd | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Bob Frazier <bobf> |
| Component: | arm | Assignee: | freebsd-arm (Nobody) <freebsd-arm> |
| Status: | Closed DUPLICATE | ||
| Severity: | Affects Many People | CC: | cyclaero, decui, ian |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | arm | ||
| OS: | Any | ||
|
Description
Bob Frazier
2018-04-07 20:12:46 UTC
I have the same issue with the March, 29 12.0-CURRENT ARMv7 snapshot (r331740) on a BeagleBone Black. When calling sync right before shutting down, at least the file system is not left in an undefined state, although, I need to unplug the device in order to get it down. (In reply to cyclaero from comment #1) I update the BeeagleBone Black the latest snapshot 12.0-CURRENT r332309 and theis one shows the same issue. For the time being I copied only the /boot/kernel from an old snapshot r330606 and with this one the system does not hang when shutting down. *** This bug has been marked as a duplicate of bug 227404 *** re-tested with latest -CURRENT FreeBSD pi1c 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r332894: Tue Apr 24 07:43:22 PDT 2018 bobf@hack.SFT.local:/e-drive/obj.current/e-drive/src.current/arm.armv6/sys/RPI-B arm did not observe the hang. however, I _did_ see this in the console: Apr 24 16:55:56 pi1c syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop... done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining... 1 1 1 0 done Waiting (max 60 seconds) for system thread `bufdaemon' to stop... done Waiting (max 60 seconds) for system thread `bufspacedaemon-0' to stop... done All buffers synced. lock order reversal: 1st 0xd2c34974 ufs (ufs) @ /e-drive/src.current/sys/kern/vfs_mount.c:1335 2nd 0xd2c2fbc4 syncer (syncer) @ /e-drive/src.current/sys/kern/vfs_subr.c:2732 stack backtrace: lock order reversal: 1st 0xd2c34724 ufs (ufs) @ /e-drive/src.current/sys/kern/vfs_mount.c:1335 2nd 0xd2c34034 devfs (devfs) @ /e-drive/src.current/sys/fs/msdosfs/msdosfs_vfsops.c:934 stack backtrace: Uptime: 1m49s The operating system has halted. Please press any key to reboot. (In reply to Bob Frazier from comment #4) Those LORs at shutdown are well-known and harmless (as is a similar vfs_mount LOR at startup). |