On Sun, Sep 12, 2010 at 10:31 PM, Cristian Ionescu-Idbohrn <[email protected]> wrote: >> # Automatically generated make config: don't edit >> # Busybox version: 1.18.0.git >> # Sun Sep 12 18:25:22 2010
No, I need the ENTIRE .config, not its header. > And back to something like previous test (ie. no sleep backgrounding and > 'wait $!', just straight sleep): And ENTIRE script. > ash: > > running: trap-test3.sh, pid: 30496 > ^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^Cin : wrapper_func > 1. : wrapper_func: traps list > trap -- 'wrapper_func' EXIT > trap -- 'wrapper_func' INT > trap -- 'wrapper_func' TERM > 2.1: wrapper_func: EXIT trap removed > 2.2: wrapper_func: INT trap removed > 2.3: wrapper_func: TERM trap removed > 3. : wrapper_func: listing traps again > in : other_func > ls: /foo/bar/baz: No such file or directory > out: other_func > out: wrapper_func And "strace -oLOG ..." output of this run. > hush: > > hush: set: -e: invalid option > hush: set: -u: invalid option > running: trap-test3.sh, pid: 30502 > ^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^Cin : wrapper_func > 1. : wrapper_func: traps list > trap -- 'wrapper_func' EXIT > trap -- 'wrapper_func' INT > trap -- 'wrapper_func' TERM > 2.1: wrapper_func: EXIT trap removed > 2.2: wrapper_func: INT trap removed > 2.3: wrapper_func: TERM trap removed > 3. : wrapper_func: listing traps again > in : other_func > ls: /foo/bar/baz: No such file or directory > out: other_func > out: wrapper_func And strace output of this run too. Come on. You are long enough on this list to know that its purpose is not to vent "this shit doesn't f*cking work!!!" frustration. It is also not a place for guessing games. Please try to give enough information for bug to be diagnosed. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
