[Gambas-user] Problem with Process_Read
Jussi Lahtinen
jussi.lahtinen at ...626...
Mon Nov 24 00:15:08 CET 2014
> 1) Can you try with revision #6671? It should not change anything, but
> then we will run exactly the same code.
>
I did that and nothing seemed to change in regards of this problem, just
like expected.
2) Can you uncomment the line #64 in the
> '/trunk/main/gbx/gbx_c_process.c' source file before recompiling? That
> way you will have many debugging message that will allow to know what
> happens behind the curtain.
>
I recompiled with the debugging on, but this changed the situation.
No more crash, but GambasTester gave error 239, which means the content of
sTest was not "test" as expected.
Instead the string contains "init_child_tty: /dev/pts/13\ntest\n", so I
temporarily commented out the return line.
Still, no more crashing.
I attached output of non-crashing run, if there is any help from it.
I will investigate more later.
3) In the future, will you modify your project to be purely command-line
> (no dialog, no window, no GUI used at all)? Note that if you use a GUI
> component, you use its event loop, not the one provided by the
> interpreter. That may change the behaviour of bugs...
>
Yes I can do that, but not sure if I have understood this right...
shouldn't there then be GambasTester for Qt4, GTK+ and for command line?
Jussi
-------------- next part --------------
mTest.DoTests.360: This Gambas version is somewhat tested for string errors.
run_process 0x254bcb8: echo 'This Gambas version is somewhat tested for string errors.' | md5sum
init_child()
fork: pid = 13801
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13801
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13801 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: echo test
run_process: slave = /dev/pts/0
init_child()
fork: pid = 13804
watch: out = 7 err = -1
run_process: check child state immediately
run_process (child): slave = /dev/pts/0 isatty = 1
run_process: child is OK
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13804 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_write: 7 0x254bcb8
len: 30 -> 29
callback_write: 7 0x254bcb8
len: 29 -> 28
callback_write: 7 0x254bcb8
len: 28 -> 27
callback_write: 7 0x254bcb8
len: 27 -> 26
callback_write: 7 0x254bcb8
len: 26 -> 25
callback_write: 7 0x254bcb8
len: 25 -> 24
callback_write: 7 0x254bcb8
len: 24 -> 23
callback_write: 7 0x254bcb8
len: 23 -> 22
callback_write: 7 0x254bcb8
len: 22 -> 21
callback_write: 7 0x254bcb8
len: 21 -> 20
callback_write: 7 0x254bcb8
len: 20 -> 19
callback_write: 7 0x254bcb8
len: 19 -> 18
callback_write: 7 0x254bcb8
len: 18 -> 17
callback_write: 7 0x254bcb8
len: 17 -> 16
callback_write: 7 0x254bcb8
len: 16 -> 15
callback_write: 7 0x254bcb8
len: 15 -> 14
callback_write: 7 0x254bcb8
len: 14 -> 13
callback_write: 7 0x254bcb8
len: 13 -> 12
callback_write: 7 0x254bcb8
len: 12 -> 11
callback_write: 7 0x254bcb8
len: 11 -> 10
callback_write: 7 0x254bcb8
len: 10 -> 9
callback_write: 7 0x254bcb8
len: 9 -> 8
callback_write: 7 0x254bcb8
len: 8 -> 7
callback_write: 7 0x254bcb8
len: 7 -> 6
callback_write: 7 0x254bcb8
len: 6 -> 5
callback_write: 7 0x254bcb8
len: 5 -> 4
callback_write: 7 0x254bcb8
len: 4 -> 3
callback_write: 7 0x254bcb8
len: 3 -> 2
callback_write: 7 0x254bcb8
len: 2 -> 1
callback_write: 7 0x254bcb8
len: 1 -> 0
exit_process: 0x254bcb8
unwatch & close: 7
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
run_process 0x2551288: echo test
run_process: slave = /dev/pts/0
init_child()
fork: pid = 13805
watch: out = 7 err = -1
run_process: check child state immediately
run_process (child): slave = /dev/pts/0 isatty = 1
run_process: child is OK
Process_free 0x254bcb8
exit_process: 0x254bcb8
callback_write: 7 0x2551288
>> callback_child
Process 13805 has returned 0
stop_process: 0x2551288
stop_process_after: 0x2551288
callback_write: 7 0x2551288
len: 31 -> 30
callback_write: 7 0x2551288
len: 30 -> 29
callback_write: 7 0x2551288
len: 29 -> 28
callback_write: 7 0x2551288
len: 28 -> 27
callback_write: 7 0x2551288
len: 27 -> 26
callback_write: 7 0x2551288
len: 26 -> 25
callback_write: 7 0x2551288
len: 25 -> 24
callback_write: 7 0x2551288
len: 24 -> 23
callback_write: 7 0x2551288
len: 23 -> 22
callback_write: 7 0x2551288
len: 22 -> 21
callback_write: 7 0x2551288
len: 21 -> 20
callback_write: 7 0x2551288
len: 20 -> 19
callback_write: 7 0x2551288
len: 19 -> 18
callback_write: 7 0x2551288
len: 18 -> 17
callback_write: 7 0x2551288
len: 17 -> 16
callback_write: 7 0x2551288
len: 16 -> 15
callback_write: 7 0x2551288
len: 15 -> 14
callback_write: 7 0x2551288
len: 14 -> 13
callback_write: 7 0x2551288
len: 13 -> 12
callback_write: 7 0x2551288
len: 12 -> 11
callback_write: 7 0x2551288
len: 11 -> 10
callback_write: 7 0x2551288
len: 10 -> 9
callback_write: 7 0x2551288
len: 9 -> 8
callback_write: 7 0x2551288
len: 8 -> 7
callback_write: 7 0x2551288
len: 7 -> 6
callback_write: 7 0x2551288
len: 6 -> 5
callback_write: 7 0x2551288
len: 5 -> 4
callback_write: 7 0x2551288
len: 4 -> 3
callback_write: 7 0x2551288
len: 3 -> 2
callback_write: 7 0x2551288
len: 2 -> 1
callback_write: 7 0x2551288
len: 1 -> 0
exit_process: 0x2551288
unwatch & close: 7
Raising Kill event for 0x2551288: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
run_process 0x254bcb8: grep -siwF -m 1 -- #Else /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13806
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13806
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13806 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- #Else If /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13807
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13807
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13807 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- #EndIf /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13808
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13808
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13808 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- #IF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13809
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13809
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13809 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Abs /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13810
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13810
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13810 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Access /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13811
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13811
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13811 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ACos /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13812
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13812
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13812 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ACosh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13813
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13813
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13813 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Alloc /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13814
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13814
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13814 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- AND /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13815
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13815
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13815 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- AND IF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13816
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13816
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13816 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Ang /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13817
watch: out = 7 err = 9
run_process: check child state immediately
Process 13817 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
callback_write: 7 0x254bcb8
len: 38 -> 0
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
run_process: child is OK
Waiting for 13817
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- APPEND /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13818
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13818
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13818 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- + /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13819
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13819
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13819 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- - /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13820
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13820
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13820 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- * /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13821
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13821
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13821 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- / /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13822
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13822
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13822 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ^ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13823
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13823
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13823 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- \ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13824
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13824
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13824 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Float[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13825
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13825
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13825 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Single[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13826
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13826
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13826 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Long[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13827
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13827
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13827 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Integer[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13828
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13828
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13828 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Short[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13829
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13829
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13829 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Byte[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13830
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13830
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13830 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Boolean[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13831
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13831
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13831 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New String[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13832
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13832
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13832 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Date[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13833
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13833
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13833 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Variant[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13834
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13834
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13834 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Object[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13835
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13835
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13835 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- New Pointer[ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13836
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13836
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13836 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- AS /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13837
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13837
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13837 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Asc /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13838
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13838
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13838 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ASin /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13839
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13839
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13839 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ASinh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13840
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13840
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13840 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Asl /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13841
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13841
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13841 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Asr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13842
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13842
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13842 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- = /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13843
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13843
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13843 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- += /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13844
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13844
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13844 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- -= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13845
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13845
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13845 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- *= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13846
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13846
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13846 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- /= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13847
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13847
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13847 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- \= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13848
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13848
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13848 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- &= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13849
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13849
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13849 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- <= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13850
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13850
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13850 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- >= /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13851
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13851
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13851 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- <> /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13852
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13852
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13852 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ATan /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13853
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13853
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13853 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ATan2 /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13854
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13854
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13854 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ATanh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13855
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13855
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13855 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BChg /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13856
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13856
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13856 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BClr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13857
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13857
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13857 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BEGINS /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13858
watch: out = 7 err = 9
run_process: check child state immediately
Process 13858 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
callback_write: 7 0x254bcb8
len: 42 -> 0
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
run_process: child is OK
Waiting for 13858
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Bin$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13859
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13859
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13859 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Boolean@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13860
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13860
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13860 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BREAK /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13861
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13861
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13861 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BSet /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13862
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13862
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13862 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BTst /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13863
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13863
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13863 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- BYREF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13864
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13864
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13864 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Byte@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13865
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13865
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13865 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CASE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13866
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13866
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13866 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CATCH /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13867
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13867
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13867 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CBool /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13868
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13868
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13868 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Cbr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13869
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13869
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13869 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CByte /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13870
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13870
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13870 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CDate /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13871
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13871
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13871 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Ceil /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13872
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13872
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13872 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CFloat /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13873
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13873
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13873 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Choose /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13874
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13874
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13874 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Chr$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13875
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13875
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13875 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CInt /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13876
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13876
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13876 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CLong /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13877
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13877
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13877 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CLOSE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13878
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13878
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13878 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Comp /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13879
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13879
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13879 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- gb.Binary /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13880
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13880
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13880 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- gb.IgnoreCase /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13881
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13881
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13881 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- gb.Like /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13882
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13882
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13882 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CONST /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13883
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13883
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13883 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CONTINUE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13884
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13884
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13884 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- COPY /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13885
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13885
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13885 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Cos /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13886
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13886
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13886 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Cosh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13887
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13887
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13887 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CREATE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13888
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13888
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13888 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CShort /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13889
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13889
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13889 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CSingle /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13890
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13890
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13890 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CStr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13891
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13891
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13891 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- CVariant /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13892
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13892
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13892 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Date /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13893
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13893
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13893 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DateAdd /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13894
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13894
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13894 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DateDiff /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13895
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13895
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13895 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Day /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13896
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13896
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13896 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DEBUG /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13897
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13897
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13897 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DEC /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13898
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13898
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13898 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DEFAULT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13899
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13899
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13899 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Deg /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13900
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13900
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13900 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DFree /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13901
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13901
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13901 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DIM /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13902
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13902
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13902 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Dir /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13903
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13903
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13903 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DIV /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13904
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13904
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13904 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- DO /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13905
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13905
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13905 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ELSE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13906
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13906
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13906 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- END /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13907
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13907
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13907 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- END SELECT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13908
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13908
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13908 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- END STRUCT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13909
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13909
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13909 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- END WITH /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13910
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13910
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13910 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ENDIF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13911
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13911
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13911 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ENDS /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13912
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13912
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13912 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ENUM /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13913
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13913
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13913 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Eof /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13914
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13914
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13914 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ERROR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13915
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13915
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13915 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Eval /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13916
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13916
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13916 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Even /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13917
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13917
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13917 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- EXEC /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13918
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13918
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13918 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Exist /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13919
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13919
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13919 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Exp /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13920
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13920
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13920 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Exp10 /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13921
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13921
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13921 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Exp2 /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13922
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13922
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13922 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Expm /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13923
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13923
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13923 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- EXTERN /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13924
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13924
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13924 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- FALSE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13925
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13925
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13925 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- FINALLY /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13926
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13926
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13926 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Fix /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13927
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13927
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13927 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Float@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13928
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13928
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13928 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Floor /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13929
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13929
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13929 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- FOR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13930
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13930
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13930 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- FOR EACH /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13931
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13931
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13931 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Format$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13932
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13932
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13932 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Frac /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13933
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13933
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13933 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- FUNCTION /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13934
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13934
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13934 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Application /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13935
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13935
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13935 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- GOTO /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13936
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13936
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13936 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Gosub /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13937
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13937
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13937 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Free /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13938
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13938
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13938 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Hex$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13939
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13939
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13939 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Hour /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13940
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13940
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13940 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Html$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13941
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13941
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13941 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Hyp /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13942
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13942
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13942 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13943
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13943
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13943 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IIf /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13944
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13944
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13944 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IN /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13945
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13945
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13945 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- INC /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13946
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13946
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13946 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ["A", "B", "C"] /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13947
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13947
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13947 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ["A": 1, "B": 2, "C": 3] /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13948
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13948
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13948 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- INPUT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13949
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13949
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13949 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- InStr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13950
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13950
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13950 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Int /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13951
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13951
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13951 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Int@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13952
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13952
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13952 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IS /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13953
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13953
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13953 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsAscii /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13954
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13954
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13954 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsBlank /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13955
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13955
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13955 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsBoolean /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13956
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13956
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13956 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsDate /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13957
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13957
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13957 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsDigit /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13958
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13958
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13958 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsDir /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13959
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13959
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13959 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsFloat /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13960
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13960
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13960 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsHexa /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13961
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13961
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13961 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsInteger /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13962
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13962
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13962 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsLCase /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13963
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13963
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13963 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsLetter /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13964
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13964
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13964 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsLong /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13965
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13965
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13965 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsNull /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13966
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13966
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13966 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsNumber /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13967
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13967
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13967 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsPunct /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13968
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13968
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13968 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsSpace /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13969
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13969
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13969 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- IsUCase /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13970
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13970
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13970 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- KILL /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13971
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13971
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13971 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LCase$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13972
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13972
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13972 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Left$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13973
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13973
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13973 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Len /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13974
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13974
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13974 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LET /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13975
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13975
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13975 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LIBRARY /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13976
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13976
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13976 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LIKE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13977
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13977
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13977 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LINE INPUT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13978
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13978
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13978 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LINK /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13979
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13979
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13979 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Lof /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13980
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13980
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13980 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Log /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13981
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13981
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13981 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Log10 /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13982
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13982
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13982 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Log2 /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13983
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13983
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13983 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Logp /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13984
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13984
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13984 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Long@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13985
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13985
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13985 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LOOP /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13986
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13986
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13986 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Lsl /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13987
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13987
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13987 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Lsr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13988
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13988
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13988 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- LTrim$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13989
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13989
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13989 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Mag /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13990
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13990
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13990 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Max /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13991
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13991
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13991 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- ME /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13992
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13992
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13992 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- MEMORY /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13993
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13993
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13993 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Mid$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13994
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13994
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13994 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Min /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13995
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13995
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13995 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Minute /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13996
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13996
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13996 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- MKDIR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13997
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13997
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13997 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- MOD /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13998
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13998
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13998 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Month /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 13999
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 13999
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 13999 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- MOVE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14000
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14000
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14000 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- NEW /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14001
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14001
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14001 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- NEXT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14002
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14002
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14002 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- NOT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14003
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14003
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14003 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Now /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14004
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14004
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14004 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- NULL /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14005
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14005
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14005 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Odd /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14006
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14006
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14006 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- OPEN /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14007
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14007
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14007 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- OPTIONAL /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14008
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14008
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14008 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- OR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14009
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14009
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14009 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- OR IF /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14010
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14010
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14010 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- OUTPUT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14011
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14011
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14011 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Pi /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14012
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14012
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14012 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- PRINT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14013
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14013
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14013 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- PRIVATE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14014
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14014
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14014 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Pointer@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14015
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14015
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14015 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- PUBLIC /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14016
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14016
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14016 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Quote$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14017
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14017
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14017 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Rad /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14018
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14018
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14018 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RANDOMIZE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14019
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14019
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14019 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RDir /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14020
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14020
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14020 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- READ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14021
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14021
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14021 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Realloc /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14022
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14022
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14022 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- REPEAT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14023
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14023
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14023 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Replace$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14024
watch: out = 7 err = 9
run_process: check child state immediately
Process 14024 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
callback_write: 7 0x254bcb8
len: 34 -> 0
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
run_process: child is OK
Waiting for 14024
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RETURN /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14025
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14025
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14025 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Right$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14026
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14026
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14026 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RInStr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14027
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14027
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14027 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RMDIR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14028
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14028
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14028 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Rnd /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14029
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14029
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14029 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Rol /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14030
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14030
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14030 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Ror /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14031
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14031
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14031 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Round /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14032
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14032
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14032 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- RTrim$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14033
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14033
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14033 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Scan /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14034
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14034
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14034 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Second /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14035
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14035
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14035 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Seek /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14036
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14036
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14036 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SELECT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14037
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14037
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14037 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Sgn /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14038
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14038
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14038 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SHELL /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14039
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14039
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14039 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Shl /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14040
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14040
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14040 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Short@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14041
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14041
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14041 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Shr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14042
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14042
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14042 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Sin /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14043
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14043
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14043 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Single@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14044
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14044
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14044 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Sinh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14045
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14045
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14045 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SizeOf /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14046
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14046
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14046 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SLEEP /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14047
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14047
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14047 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Space$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14048
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14048
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14048 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Split /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14049
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14049
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14049 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Sqr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14050
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14050
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14050 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Stat /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14051
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14051
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14051 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- STEP /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14052
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14052
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14052 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Str$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14053
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14053
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14053 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- == /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14054
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14054
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14054 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- String$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14055
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14055
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14055 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Str@ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14056
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14056
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14056 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- STRUCT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14057
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14057
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14057 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SUB /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14058
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14058
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14058 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Subst$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14059
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14059
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14059 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- SWAP /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14060
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14060
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14060 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- System.Architecture /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14061
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14061
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14061 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- System.ByteOrder /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14062
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14062
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14062 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- System.Family /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14063
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14063
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14063 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Tan /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14064
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14064
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14064 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Tanh /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14065
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14065
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14065 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Temp$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14066
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14066
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14066 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- THEN /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14067
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14067
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14067 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Time /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14068
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14068
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14068 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Timer /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14069
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14069
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14069 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- TO /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14070
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14070
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14070 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Tr$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14071
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14071
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14071 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Trim$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14072
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14072
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14072 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- TRUE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14073
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14073
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14073 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- TRY /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14074
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14074
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14074 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- TypeOf /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14075
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14075
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14075 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- UCase$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14076
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14076
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14076 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Unquote$ /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14077
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14077
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14077 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- UNTIL /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14078
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14078
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14078 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Val /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14079
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14079
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14079 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- VarPtr /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14080
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14080
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14080 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WAIT /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14081
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14081
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14081 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WATCH /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14082
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14082
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14082 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Week /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14083
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14083
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14083 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WeekDay /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14084
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14084
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14084 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WEND /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14085
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14085
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14085 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WHILE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14086
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14086
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14086 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WITH /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14087
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14087
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14087 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- WRITE /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14088
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14088
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14088 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- XOR /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14089
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14089
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14089 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- Year /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14090
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14090
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14090 has returned 0
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
run_process 0x254bcb8: grep -siwF -m 1 -- EndOfThisList /tmp/gambas.1000/13800/grep.tmp
init_child()
fork: pid = 14091
watch: out = 7 err = 9
run_process: check child state immediately
run_process: child is OK
Waiting for 14091
callback_write: 7 0x254bcb8
callback_write: 7 0x254bcb8
>> callback_child
Process 14091 has returned 256
stop_process: 0x254bcb8
stop_process_after: 0x254bcb8
callback_error: 9 0x254bcb8
exit_process: 0x254bcb8
unwatch & close: 7
unwatch & close: 9
Raising Kill event for 0x254bcb8: parent = 0x245cb08 can raise = 0
exit_child()
<< callback_child
Waiting for: got it !
Process_free 0x254bcb8
exit_process: 0x254bcb8
Process_free 0x2551288
exit_process: 0x2551288
More information about the User
mailing list