[Bug 4550] Segfault in Busybox while installing Ubuntu 11.10

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 28 03:13:01 UTC 2011


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

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> 2011-11-28 03:13:00 UTC ---
Which version of busybox is it?

Apparently, busybox is used as process with PID 1 here. It segfaults, and Linux
does not like when PID 1 exits. But as *which applet* busybox is used here?
init? linuxrc? runsvdir?

This line:

"segfault at 95f7504 ip 08073fc9 sp bf9ec98c error 4 in busybox[8048000+4a000]"

can be used to find where exactly segfault happens. Load /bin/busybox into gdb
and run

disas 0x08073f00 0x08073fff

If you have busybox_unstripped from the build, running "disas 0x08073fc9" on it
is likely to be much more informative...

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list