[Bug 12071] Busybox reboot command not working in version 1.29.3

bugzilla at busybox.net bugzilla at busybox.net
Fri Nov 15 06:39:09 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12071

--- Comment #4 from Krishna <muppakrishna1 at gmail.com> ---
(In reply to Denys Vlasenko from comment #3)

Hi Denys,

Sorry for the late reply, Here is the response from device when executed signal
SIGTERM.

root at Charter-WB:/# strace -s99 -p 1 &
root at Charter-WB:/# Process 1 attached - interrupt to quit
wait4(-1, kill 1
NULL, 0, NULL)                = ? ERESTARTSYS (To be restarted)
root at Charter-WB:/# --- SIGTERM (Terminated) @ 0 (0) ---
sigreturn()                             = ? (mask now [HUP INT QUIT TRAP PIPE])
kill(425, SIG_0)                        = 0

wait4(-1, busybox reboot
NULL, 0, NULL)                = ? ERESTARTSYS (To be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
sigreturn()                             = ? (mask now [HUP INT QUIT TRAP PIPE])
kill(425, SIG_0)                        = 0


root at Charter-WB:/# busybox reboot -f
Restarting system.
Kernel panic - not syncing: Software Reset
Rebooting in 2 seconds..

-Krishna

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list