[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

error in CVS version of dbootstrap



Hello!

When the busybox starting the dbootstrap the dbootstrap is failed!!

I made an strace version and I chrooted (chroot . strace dbootstrap)
The strace output is:
close(3)                                = 0
munmap(0x40013000, 730)                 = 0
personality(PER_LINUX)                  = 0
getpid()                                = 251
syslog(0x8, 0, 0x4)                     = 0
open("/etc/messages.trm", O_RDONLY)     = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=32762, ...}) = 0
mmap(NULL, 32762, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4013e000
close(3)                                = 0
munmap(0x4013e000, 32762)               = 0
brk(0)                                  = 0x8063130
brk(0x8063170)                          = 0x8063170
brk(0x8064000)                          = 0x8064000
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

I'm not good in verifying strace output. I only see that all open and
close are successfull, what is the meaning of brk? It is a free? If it is
then it is a null free? (brk(0))

Risko Gergely



Reply to: