Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 19 Mar 2013 10:42:25 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Cc: toybox@...ts.landley.net
Subject: Re: toybox: Rough edges in pending

* Isaac Dunham <idunham@...abit.com> [2013-03-18 23:50:43 -0700]:
> execve("./toybox-musl", ["./toybox-musl", "sh", "-c", "ls"], [/* 22 vars */]) = 0
...
> ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B9600 opost isig icanon echo ...}) = 0
> vfork(Config.in README    kconfig scripts     toybox_unstripped toys.h 
> LICENSE   configure lib     toybox      toynet.h          www    
> Makefile  generated main.c  toybox-musl toys              
> )                                 = 27832
> --- SIGCHLD (Child exited) @ 0 (0) ---
> wait4(27832, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 27832
> pause(^C <unfinished ...>

exit tries to flush some stdio buffers but it is locked

maybe an issue around the way vfork is used by the shell

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.