From: Matthew Mondor Date: Tue, 8 Sep 2015 07:15:35 +0000 (-0400) Subject: Add gdb and kdump logs X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=11b15fca3157f2dc596c662ad5e424313237eeba;p=ecl.git Add gdb and kdump logs --- diff --git a/ecl-gc-bug/busy/gdb.txt b/ecl-gc-bug/busy/gdb.txt new file mode 100644 index 0000000..a829520 --- /dev/null +++ b/ecl-gc-bug/busy/gdb.txt @@ -0,0 +1,128 @@ +$ gdb /usr/local/gitlab-ecl/bin/ecl 2916 +GNU gdb (GDB) 7.3.1 +Copyright (C) 2011 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. Type "show copying" +and "show warranty" for details. +This GDB was configured as "x86_64--netbsd". +For bug reporting instructions, please see: +... +Reading symbols from /usr/local/gitlab-ecl/bin/ecl...done. +Attaching to program: /usr/local/gitlab-ecl/bin/ecl, process 2916 +Reading symbols from /usr/local/gitlab-ecl/lib//libecl.so.16.0...done. +Loaded symbols for /usr/local/gitlab-ecl/lib//libecl.so.16.0 +Reading symbols from /usr/lib/libpthread.so.1...done. +[New LWP 4] +[New LWP 2] +Loaded symbols for /usr/lib/libpthread.so.1 +Reading symbols from /usr/lib/libm.so.0...done. +Loaded symbols for /usr/lib/libm.so.0 +Reading symbols from /usr/lib/libc.so.12...done. +Loaded symbols for /usr/lib/libc.so.12 +Reading symbols from /usr/lib/libgcc_s.so.1...done. +Loaded symbols for /usr/lib/libgcc_s.so.1 +Reading symbols from /usr/pkg/lib/libgmp.so.10...done. +Loaded symbols for /usr/pkg/lib/libgmp.so.10 +Reading symbols from /usr/pkg/lib/libffi.so.6...done. +Loaded symbols for /usr/pkg/lib/libffi.so.6 +Reading symbols from /usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas...done. +Loaded symbols for /usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas +Reading symbols from /home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas...done. +Loaded symbols for /home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas +Reading symbols from /usr/libexec/ld.elf_so...done. +Loaded symbols for /usr/libexec/ld.elf_so +[Switching to LWP 1] +pthread__mutex_pause () at /usr/src/lib/libpthread/pthread_mutex.c:183 +183 } +(gdb) info threads + Id Target Id Frame + 3 LWP 2 0x00007f7ff6a393fa in _sys___sigsuspend14 () from /usr/lib/libc.so.12 + 2 LWP 4 pthread__mutex_pause () at /usr/src/lib/libpthread/pthread_mutex.c:183 +* 1 LWP 1 0x00007f7ff6a395da in _sys___nanosleep50 () from /usr/lib/libc.so.12 +(gdb) thread 1 +[Switching to thread 1 (LWP 1)] +#0 0x00007f7ff6a395da in _sys___nanosleep50 () from /usr/lib/libc.so.12 +(gdb) bt +#0 0x00007f7ff6a395da in _sys___nanosleep50 () from /usr/lib/libc.so.12 +#1 0x00007f7ff720740c in __nanosleep50 (rqtp=, rmtp=) at /usr/src/lib/libpthread/pthread_cancelstub.c:398 +#2 0x00007f7ff6ad6689 in _usleep (useconds=) at /usr/src/lib/libc/gen/usleep.c:63 +#3 0x00007f7ff77e3d30 in GC_stop_world () at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_stop_world.c:636 +#4 0x00007f7ff77d7b4e in GC_stopped_mark (stop_func=0x7f7ff77d77b0 ) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/alloc.c:611 +#5 0x00007f7ff77d827a in GC_try_to_collect_inner (stop_func=0x7f7ff77d77b0 ) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/alloc.c:461 +#6 0x00007f7ff77d8dee in GC_collect_or_expand (needed_blocks=1, ignore_off_page=1, retry=0) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/alloc.c:1270 +#7 0x00007f7ff77dbb3f in GC_alloc_large (lb=4096, k=0, flags=1) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/malloc.c:62 +#8 0x00007f7ff77dc626 in GC_generic_malloc_ignore_off_page (lb=4096, k=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/mallocx.c:202 +#9 0x00007f7ff77caafe in ecl_alloc_atomic (n=4096) at /home/mmondor/work/ecl-gitlab/ecl/src/c/alloc_2.d:734 +#10 0x00007f7ff77b0568 in ecl_array_allocself (x=0xa478ba0) at /home/mmondor/work/ecl-gitlab/ecl/src/c/array.d:573 +#11 0x00007f7ff77b0e2f in si_make_vector (etype=0x7f7ff7b0be58, dim=0x4003, adj=0x1, fillp=0x4003, displ=0x1, disploff=0x3) at /home/mmondor/work/ecl-gitlab/ecl/src/c/array.d:523 +#12 0x00007f7ff4c0207d in L1test1 () at gc-bug-test.c:36 +#13 0x00007f7ff4c02f38 in L6test4 () at gc-bug-test.c:216 +#14 0x00007f7ff77742e6 in ecl_interpret (frame=0x7f7fffffd080, env=, bytecodes=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/interpreter.d:496 +#15 0x00007f7ff7778b3c in eval_nontrivial_form (form=, env=0x7f7ff7fe5000) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2394 +#16 eval_form (env=0x7f7ff7fe5000, form=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2408 +#17 0x00007f7ff777a69d in si_eval_with_env (narg=, form=0x2c04ce1) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:3156 +#18 0x00007f7ff7759cc2 in LC19rep (narg=0) at clos/top.c:1279 +#19 0x00007f7ff775bec3 in L24tpl (narg=0) at clos/top.c:1166 +#20 0x00007f7ff775cfca in L1top_level (narg=1) at clos/top.c:61 +#21 0x00007f7ff7774139 in ecl_interpret (frame=0x7f7fffffd6f0, env=, bytecodes=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/interpreter.d:518 +#22 0x00007f7ff7778b3c in eval_nontrivial_form (form=, env=0x7f7ff7fe5000) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2394 +#23 eval_form (env=0x7f7ff7fe5000, form=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2408 +#24 0x00007f7ff777a69d in si_eval_with_env (narg=, form=0x2000d61) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:3156 +#25 0x00007f7ff775d65f in si_safe_eval (narg=2, v1form=0x2000d61, v2env=0x1) at clos/top.c:4768 +#26 0x0000000000400e63 in main (argc=, argv=) at eclinit10848e.c:60 +(gdb) thread 2 +[Switching to thread 2 (LWP 4)] +#0 pthread__mutex_pause () at /usr/src/lib/libpthread/pthread_mutex.c:183 +183 } +(gdb) bt +#0 pthread__mutex_pause () at /usr/src/lib/libpthread/pthread_mutex.c:183 +#1 0x00007f7ff72084e5 in pthread__mutex_spin (ptm=0x7f7ff4000018, owner=) at /usr/src/lib/libpthread/pthread_mutex.c:208 +#2 0x00007f7ff7208982 in pthread__mutex_lock_slow (ptm=0x7f7ff4000018) at /usr/src/lib/libpthread/pthread_mutex.c:291 +#3 0x00007f7ff720b370 in pthread_setcancelstate (state=1, oldstate=0x7f7ff47ff19c) at /usr/src/lib/libpthread/pthread.c:806 +#4 0x00007f7ff77e39d2 in GC_suspend_handler_inner (sig_arg=0x20
, context=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_stop_world.c:247 +#5 0x00007f7ff77e3a89 in GC_suspend_handler (sig=32, info=, context=0x7f7ff47ff270) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_stop_world.c:226 +#6 +#7 pthread_setcancelstate (state=0, oldstate=0x0) at /usr/src/lib/libpthread/pthread.c:822 +#8 0x00007f7ff6aeddc9 in __flockfile_internal (fp=0x7f7ff6d34000, internal=1) at /usr/src/lib/libc/stdio/flockfile.c:115 +#9 0x00007f7ff6aed31b in fwrite (buf=, size=1, count=1, fp=0x7f7ff6d34000) at /usr/src/lib/libc/stdio/fwrite.c:83 +#10 0x00007f7ff7780261 in output_stream_write_byte8 (strm=0x222fbe0, c=0x7f7ff47ff6f0 ".[002", n=1) at /home/mmondor/work/ecl-gitlab/ecl/src/c/file.d:3348 +#11 0x00007f7ff7780541 in eformat_write_char (strm=0x222fbe0, c=46) at /home/mmondor/work/ecl-gitlab/ecl/src/c/file.d:597 +#12 0x00007f7ff77825cc in generic_write_vector (strm=0x222fbe0, data=0x2ca2f60, start=0, end=1) at /home/mmondor/work/ecl-gitlab/ecl/src/c/file.d:509 +#13 0x00007f7ff77844e9 in si_do_write_sequence (seq=0x2ca2f60, stream=0x222fbe0, s=0x3, e=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/file.d:4812 +#14 0x00007f7ff778dc95 in cl_write_string (narg=, strng=0x2ca2f60) at /home/mmondor/work/ecl-gitlab/ecl/src/c/print.d:234 +#15 0x00007f7ff4c01fa9 in L5file_writer_thread () at gc-bug-test.c:163 +#16 0x00007f7ff7771ef0 in cl_apply (narg=, fun=0x2c9fe40, lastarg=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/eval.d:164 +#17 0x00007f7ff77c6e1b in thread_entry_point (arg=0x26abe80) at /home/mmondor/work/ecl-gitlab/ecl/src/c/threads/process.d:273 +#18 0x00007f7ff77e664d in GC_inner_start_routine (sb=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_start.c:57 +#19 0x00007f7ff77e06d4 in GC_call_with_stack_base (fn=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/misc.c:1860 +#20 0x00007f7ff720b49d in pthread__create_tramp (cookie=0x7f7ff4000000) at /usr/src/lib/libpthread/pthread.c:500 +#21 0x00007f7ff6a75e90 in ___lwp_park50 () from /usr/lib/libc.so.12 +Cannot access memory at address 0x7f7ff4800000 +(gdb) thread 3 +[Switching to thread 3 (LWP 2)] +#0 0x00007f7ff6a393fa in _sys___sigsuspend14 () from /usr/lib/libc.so.12 +(gdb) bt +#0 0x00007f7ff6a393fa in _sys___sigsuspend14 () from /usr/lib/libc.so.12 +#1 0x00007f7ff7207784 in __sigsuspend14 (sigmask=) at /usr/src/lib/libpthread/pthread_cancelstub.c:570 +#2 0x00007f7ff77e3a0f in GC_suspend_handler_inner (sig_arg=, context=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_stop_world.c:299 +#3 0x00007f7ff77e3a89 in GC_suspend_handler (sig=32, info=, context=0x7f7ff57ff7a0) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_stop_world.c:226 +#4 +#5 0x00007f7ff6a39538 in read () from /usr/lib/libc.so.12 +#6 0x00007f7ff72075c8 in read (d=, buf=, nbytes=) at /usr/src/lib/libpthread/pthread_cancelstub.c:485 +#7 0x00007f7ff77b5db3 in asynchronous_signal_servicing_thread () at /home/mmondor/work/ecl-gitlab/ecl/src/c/unixint.d:557 +#8 0x00007f7ff7771ef0 in cl_apply (narg=, fun=0x235aa40, lastarg=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/eval.d:164 +#9 0x00007f7ff77c6e1b in thread_entry_point (arg=0x234ad80) at /home/mmondor/work/ecl-gitlab/ecl/src/c/threads/process.d:273 +#10 0x00007f7ff77e664d in GC_inner_start_routine (sb=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_start.c:57 +#11 0x00007f7ff77e06d4 in GC_call_with_stack_base (fn=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/misc.c:1860 +#12 0x00007f7ff720b49d in pthread__create_tramp (cookie=0x7f7ff5000000) at /usr/src/lib/libpthread/pthread.c:500 +#13 0x00007f7ff6a75e90 in ___lwp_park50 () from /usr/lib/libc.so.12 +Cannot access memory at address 0x7f7ff5800000 +(gdb) quit +A debugging session is active. + + Inferior 1 [LWP 0] will be detached. + +Quit anyway? (y or n) y +Detaching from program: /usr/local/gitlab-ecl/bin/ecl, process 2916 +$ diff --git a/ecl-gc-bug/busy/kdump.txt b/ecl-gc-bug/busy/kdump.txt new file mode 100644 index 0000000..102916e --- /dev/null +++ b/ecl-gc-bug/busy/kdump.txt @@ -0,0 +1,24072 @@ + 2916 1 ktrace EMUL "netbsd" + 2916 1 ktrace RET ktrace 0 + 2916 1 ktrace CALL execve(0x7f7ffffffbcd,0x7f7fffffd958,0x7f7fffffd968) + 2916 1 ktrace NAMI "/usr/local/gitlab-ecl/bin/ecl" + 2916 1 ktrace NAMI "/usr/libexec/ld.elf_so" + 2916 1 ktrace ARG "/usr/local/gitlab-ecl/bin/ecl" + 2916 1 ktrace ENV "ENV=/home/mmondor/.shrc" + 2916 1 ktrace ENV "XAUTHORITY=/home/mmondor/.Xauthority" + 2916 1 ktrace ENV "BLOCKSIZE=1m" + 2916 1 ktrace ENV "PWD=/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ktrace ENV "TOP=-s1" + 2916 1 ktrace ENV "LANG=en_US.UTF-8" + 2916 1 ktrace ENV "HOME=/home/mmondor" + 2916 1 ktrace ENV "EXINIT=set autoindent" + 2916 1 ktrace ENV "LESS=X" + 2916 1 ktrace ENV "PATH=/home/mmondor/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/local/spidermonkey/bin:/usr/pkg/java/openjdk7/bin:\ + /usr/local/vbcc/bin" + 2916 1 ktrace ENV "FLASH_FORCE_OSS=1" + 2916 1 ktrace ENV "TERM=screen" + 2916 1 ktrace ENV "PERL_BADLANG=0" + 2916 1 ktrace ENV "vincludeos3=/usr/local/vbcc/targets/m68k-amigaos/include" + 2916 1 ktrace ENV "OLDPWD=/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ktrace ENV "USER=mmondor" + 2916 1 ktrace ENV "TMUX=/tmp//tmux-1000/default,376,0" + 2916 1 ktrace ENV "PAGER=/usr/bin/less" + 2916 1 ktrace ENV "vlibos3=/usr/local/vbcc/targets/m68k-amigaos/lib" + 2916 1 ktrace ENV "COLORFGBG=7;0" + 2916 1 ktrace ENV "LESSCHARSET=utf-8" + 2916 1 ktrace ENV "EDITOR=/usr/pkg/bin/vim" + 2916 1 ktrace ENV "LOGNAME=mmondor" + 2916 1 ktrace ENV "SHELL=/bin/sh" + 2916 1 ktrace ENV "LESSHISTFILE=-" + 2916 1 ktrace ENV "TMUX_PANE=%6" + 2916 1 ktrace ENV "CVS_RSH=ssh" + 2916 1 ktrace ENV "DISPLAY=:0.0" + 2916 1 ktrace ENV "WINDOWID=8388614" + 2916 1 ktrace ENV "WINDOWPATH=5" + 2916 1 ktrace ENV "COLORTERM=rxvt" + 2916 1 ktrace ENV "VISUAL=/usr/pkg/bin/vim" + 2916 1 ktrace ENV "GC_RETRY_SIGNALS=1" + 2916 1 ktrace ENV "PKG_CONFIG_PATH=:/usr/X11R7/lib/pkgconfig:/usr/X11R7/lib/pkgconfig" + 2916 1 ktrace ENV "LESSHISTSIZE=0" + 2916 1 ktrace ENV "wpsetters=feh" + 2916 1 ecl FD file 0 + 2916 1 ecl FD file 1 + 2916 1 ecl FD file 2 + 2916 1 ecl EMUL "netbsd" + 2916 1 ecl RET execve JUSTRETURN + 2916 1 ecl CALL mmap(0,0x8000,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598290944/0x7f7ff7ff8000 + 2916 1 ecl CALL open(0x7f7ff7c0e3a0,0,0) + 2916 1 ecl NAMI "/etc/ld.so.conf" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x732e6c636562696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libecl.so.16.0" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x59e000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187587837952/0x7f7ff7600000 + 2916 1 ecl CALL mmap(0x7f7ff7ad4000,0x56000,3,0x12,3,0,0x2d4000) + 2916 1 ecl RET mmap 140187592900608/0x7f7ff7ad4000 + 2916 1 ecl CALL mmap(0x7f7ff7b2a000,0x74000,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187593252864/0x7f7ff7b2a000 + 2916 1 ecl CALL mprotect(0x7f7ff78d4000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libpthread.so.1" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 2916 1 ecl NAMI "/usr/pkg/lib/libpthread.so.1" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 2916 1 ecl NAMI "/usr/lib/libpthread.so.1" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x213000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187583643648/0x7f7ff7200000 + 2916 1 ecl CALL mmap(0x7f7ff7410000,0x1000,3,0x12,3,0,0x10000) + 2916 1 ecl RET mmap 140187585806336/0x7f7ff7410000 + 2916 1 ecl CALL mmap(0x7f7ff7411000,0x2000,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187585810432/0x7f7ff7411000 + 2916 1 ecl CALL mprotect(0x7f7ff7210000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libm.so.0" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 2916 1 ecl NAMI "/usr/pkg/lib/libm.so.0" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 2916 1 ecl NAMI "/usr/lib/libm.so.0" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x221000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187579449344/0x7f7ff6e00000 + 2916 1 ecl CALL mmap(0x7f7ff7020000,0x1000,3,0x12,3,0,0x20000) + 2916 1 ecl RET mmap 140187581677568/0x7f7ff7020000 + 2916 1 ecl CALL mmap(0x7f7ff7021000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187581681664/0x7f7ff7021000 + 2916 1 ecl CALL mprotect(0x7f7ff6e21000,0x1ff000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libc.so.12" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 2916 1 ecl NAMI "/usr/pkg/lib/libc.so.12" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 2916 1 ecl NAMI "/usr/lib/libc.so.12" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x33e000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187575255040/0x7f7ff6a00000 + 2916 1 ecl CALL mmap(0x7f7ff6d1f000,0xd000,3,0x12,3,0,0x11f000) + 2916 1 ecl RET mmap 140187578527744/0x7f7ff6d1f000 + 2916 1 ecl CALL mmap(0x7f7ff6d2c000,0x12000,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187578580992/0x7f7ff6d2c000 + 2916 1 ecl CALL mprotect(0x7f7ff6b1f000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libgcc_s.so.1" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 2916 1 ecl NAMI "/usr/pkg/lib/libgcc_s.so.1" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 2916 1 ecl NAMI "/usr/lib/libgcc_s.so.1" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x20c000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187571060736/0x7f7ff6600000 + 2916 1 ecl CALL mmap(0x7f7ff680b000,0x1000,3,0x12,3,0,0xb000) + 2916 1 ecl RET mmap 140187573202944/0x7f7ff680b000 + 2916 1 ecl CALL mmap(0x7f7ff680c000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187573207040/0x7f7ff680c000 + 2916 1 ecl CALL mprotect(0x7f7ff660b000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x732e706d6762696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libgmp.so.10" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x732e706d6762696c) + 2916 1 ecl NAMI "/usr/pkg/lib/libgmp.so.10" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x270000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187566866432/0x7f7ff6200000 + 2916 1 ecl CALL mmap(0x7f7ff6467000,0x9000,3,0x12,3,0,0x67000) + 2916 1 ecl RET mmap 140187569385472/0x7f7ff6467000 + 2916 1 ecl CALL mmap(0x7f7ff6470000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187569422336/0x7f7ff6470000 + 2916 1 ecl CALL mprotect(0x7f7ff6268000,0x1ff000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x732e69666662696c) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libffi.so.6" + 2916 1 ecl RET open -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x70) + 2916 1 ecl NAMI "/usr/pkg/lib/libffi.so.6" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 2916 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 2916 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x207000,5,0x15000002,3,0,0) + 2916 1 ecl RET mmap 140187562672128/0x7f7ff5e00000 + 2916 1 ecl CALL mmap(0x7f7ff6006000,0x1000,3,0x12,3,0,0x6000) + 2916 1 ecl RET mmap 140187564793856/0x7f7ff6006000 + 2916 1 ecl CALL mmap(0x7f7ff6007000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187564797952/0x7f7ff6007000 + 2916 1 ecl CALL mprotect(0x7f7ff5e06000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x6c) + 2916 1 ecl NAMI "/lib/libgcc_s.so.1" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 2916 1 ecl NAMI "/lib/libc.so.12" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL _lwp_setprivate(0x7f7ff7ffe1c0) + 2916 1 ecl RET _lwp_setprivate 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd880,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sysctl(0x7f7ff6af8580,2,0x7f7ff6d3c280,0x7f7fffffd828,0,0) + 2916 1 ecl MIB 1.81 + 2916 1 ecl GIO read 64 bytes + 000 a3 20 d0 84 88 dc 01 46 dd 46 23 05 04 ce 94 9d .......F.F#..... + 010 30 fd 66 35 62 32 96 31 ff 5d 15 17 c7 9e 2b f6 0.f5b2.1.]....+. + 020 2f c2 a2 3b f9 bb ec fa 44 56 0f 22 b6 5f 61 eb /..;....DV."._a. + 030 49 c6 41 1f c8 9b fc 10 87 28 7e 6d c8 66 c0 ac I.A......(~m.f.. + 2916 1 ecl RET __sysctl 0 + 2916 1 ecl CALL __sysctl(0x7f7fffffd810,2,0x7f7ff7412b40,0x7f7fffffd808,0,0) + 2916 1 ecl MIB 6.3 + 2916 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 2916 1 ecl RET __sysctl 0 + 2916 1 ecl CALL _lwp_unpark_all(0,0,0) + 2916 1 ecl RET _lwp_unpark_all 1024/0x400 + 2916 1 ecl CALL __sysctl(0x7f7fffffd730,2,0x7f7ff6d3d340,0x7f7fffffd728,0,0) + 2916 1 ecl MIB 6.7 + 2916 1 ecl GIO read 4 bytes + 000 00 10 00 00 .... + 2916 1 ecl RET __sysctl 0 + 2916 1 ecl CALL getrlimit(3,0x7f7fffffd7f0) + 2916 1 ecl RET getrlimit 0 + 2916 1 ecl CALL mprotect(0x7f7fff801000,0x1000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL _lwp_getprivate + 2916 1 ecl RET _lwp_getprivate 140187598315968/0x7f7ff7ffe1c0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL _lwp_ctl(1,0x7f7fff800208) + 2916 1 ecl RET _lwp_ctl 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sysctl(0x7f7fffffd280,2,0x7f7ff6d33fac,0x7f7fffffd278,0,0) + 2916 1 ecl MIB 6.3 + 2916 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 2916 1 ecl RET __sysctl 0 + 2916 1 ecl CALL readlink(0x7f7ff6af40b1,0x7f7fffffd290,0x400) + 2916 1 ecl NAMI "/etc/malloc.conf" + 2916 1 ecl RET readlink -1 errno 2 No such file or directory + 2916 1 ecl CALL mmap(0,0x1000,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598221312/0x7f7ff7fe7000 + 2916 1 ecl CALL mmap(0,0x1000,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598217216/0x7f7ff7fe6000 + 2916 1 ecl CALL mmap(0,0x100000,3,0x14001002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187586789376/0x7f7ff7500000 + 2916 1 ecl CALL getrlimit(2,0x7f7fffffd820) + 2916 1 ecl RET getrlimit 0 + 2916 1 ecl CALL setrlimit(2,0x7f7fffffd820) + 2916 1 ecl RET setrlimit 0 + 2916 1 ecl CALL __sigprocmask14(3,0,0x7f7ff7b297a0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGINT,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGINT,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd7f0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGPIPE,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGPIPE,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGILL,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGILL,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGUSR1,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGUSR1,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd840,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd780,0x7f7ff7b29e00,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd780,0x7f7ff7b29e20,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigprocmask14(0,0,0x7f7ff7b2ae28) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl PSIG SIGSEGV caught handler=0x7f7ff77e1605 mask=(11): code=SEGV_MAPERR, addr=0x600f00, trap=6) + 2916 1 ecl CALL __sigprocmask14(3,0x7f7ff7b2ae28,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7ff7b29e00,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7ff7b29e20,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd780,0x7f7ff7b29e00,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd780,0x7f7ff7b29e20,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigprocmask14(0,0,0x7f7ff7b2ae28) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl PSIG SIGSEGV caught handler=0x7f7ff77e1605 mask=(11): code=SEGV_MAPERR, addr=0x7f8000000000, trap=6) + 2916 1 ecl CALL __sigprocmask14(3,0x7f7ff7b2ae28,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7ff7b29e00,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7ff7b29e20,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL break(0x602000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x642000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x682000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x6c2000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x702000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x742000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x782000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGPWR,0x7f7fffffd7a0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGXCPU,0x7f7fffffd7a0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sysctl(0x7f7fffffd7c0,2,0x7f7fffffd7cc,0x7f7fffffd7b8,0,0) + 2916 1 ecl MIB 6.3 + 2916 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 2916 1 ecl RET __sysctl 0 + 2916 1 ecl CALL getcontext(0x7f7fffffd400) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598213120/0x7f7ff7fe5000 + 2916 1 ecl CALL break(0x7c2000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0xc35000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0xe1f000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL getrlimit(3,0x7f7fffffd840) + 2916 1 ecl RET getrlimit 0 + 2916 1 ecl CALL __getcwd(0xc8af30,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL open(0x7f7ff7817a20,0,0xffffcfa0) + 2916 1 ecl NAMI "/dev/urandom" + 2916 1 ecl RET open 3 + 2916 1 ecl CALL read(3,0x7f7fffffd800,0x10) + 2916 1 ecl GIO fd 3 read 16 bytes + 000 cb f7 9a 37 e6 1e b0 b0 f6 db c3 f2 54 50 98 d4 ...7........TP.. + 2916 1 ecl RET read 16/0x10 + 2916 1 ecl CALL close(3) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffd7e0,0) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffd820,0x7f7fffffd830) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL getcontext(0x7f7fffffd0e0) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL break(0x18e8000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL getcontext(0x7f7fffffd0e0) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL break(0x274a000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL __stat50(0xdedd48,0x7f7fffffd5b0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0xc8a6c0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0xde70e8,0x7f7fffffd560) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xc8fce8,0x7f7fffffd560) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xc8fc68,0x7f7fffffd560) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xdedcf8,0x7f7fffffd560) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xdedca8,0x7f7fffffd560) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xdedc58,0x7f7fffffd570) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL break(0x278a000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGFPE,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL __sigaction_sigtramp(SIGFPE,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 2916 1 ecl RET __sigaction_sigtramp 0 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598209024/0x7f7ff7fe4000 + 2916 1 ecl CALL getcontext(0x7f7fffffcf40) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL break(0x3680000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd450,0x7f7fffffd470) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL mmap(0,0x800000,3,0x17001002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187547992064/0x7f7ff5000000 + 2916 1 ecl CALL mprotect(0x7f7ff5001000,0x1000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffd350,0x7f7fffffd380) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd380,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL getcontext(0x7f7ff5000a88) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_create(0x7f7ff5000a88,0x40,0x7f7ff5000180) + 2916 1 ecl RET _lwp_create 0 + 2916 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7502220,0x7f7ff7502220) + 2916 2 ecl CALL _lwp_ctl(1,0x7f7ff5000208) + 2916 2 ecl RET _lwp_ctl 0 + 2916 2 ecl CALL _lwp_unpark(1,0x7f7ff7502220) + 2916 2 ecl RET _lwp_unpark 0 + 2916 2 ecl CALL getrlimit(3,0x7f7ff57ffcb0) + 2916 2 ecl RET getrlimit 0 + 2916 2 ecl CALL sched_yield + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET ___lwp_park50 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffd450,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffd670,0x7f7fffffd670) + 2916 2 ecl RET sched_yield 0 + 2916 2 ecl CALL __sigprocmask14(3,0x7f7ff57ffcb0,0) + 2916 2 ecl RET __sigprocmask14 0 + 2916 2 ecl CALL __sigprocmask14(1,0x7f7ff57ffb40,0) + 2916 2 ecl RET __sigprocmask14 0 + 2916 2 ecl CALL pipe + 2916 2 ecl RET pipe 3, 4 + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __stat50(0x2035d28,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.fas" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2035ca8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.fasl" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2035ae8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.fasb" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21758e8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.FASB" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2175868,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.lsp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21757e8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.lisp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2175768,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.LSP" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21756e8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.LISP" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2175668,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.fasc" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21755a8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl.FASC" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2175528,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.ecl" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21726b8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.fas" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2172618,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.fasl" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2172578,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.fasb" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21724d8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.FASB" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2172438,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.lsp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2172398,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.lisp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21722f8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.LSP" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x22d04d8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.LISP" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x22d02a8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.fasc" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x22d0208,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc.FASC" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x21753e8,0x7f7fffffd030) + 2916 1 ecl NAMI "/home/mmondor/.eclrc" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x21a8900,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0xc91ad8,0x7f7fffffcfe0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2175168,0x7f7fffffcfe0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x21750e8,0x7f7fffffcff0) + 2916 1 ecl NAMI "/home/mmondor/.eclrc" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __stat50(0x2175028,0x7f7fffffce70) + 2916 1 ecl NAMI "/home/mmondor/.eclrc" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL open(0x21750a8,0,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/.eclrc" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x21750a8,0,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/.eclrc" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffce00) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL lseek(5,0,0,0) + 2916 1 ecl RET lseek 0 + 2916 1 ecl CALL read(5,0x231d000,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 3b 28 73 65 74 66 20 2a 6c 6f 61 64 2d 76 65 72 ;(setf.*load-ver + 010 62 6f 73 65 2a 20 6e 69 6c 29 0a 0a 3b 28 72 65 bose*.nil)..;(re + 020 71 75 69 72 65 20 27 61 73 64 66 2d 69 6e 73 74 quire.'asdf-inst + 030 61 6c 6c 29 0a 3b 28 73 65 74 66 20 61 73 64 66 all).;(setf.asdf + 040 2d 69 6e 73 74 61 6c 6c 3a 3a 2a 61 73 64 66 2d -install::*asdf- + 050 69 6e 73 74 61 6c 6c 2d 64 69 72 73 2a 20 23 50 install-dirs*.#P + 060 22 2f 68 6f 6d 65 2f 6d 6d 6f 6e 64 6f 72 2f 61 "/home/mmondor/a + 070 73 64 66 22 29 0a 0a 3b 28 6c 65 74 2a 20 28 28 sdf")..;(let*.(( + 080 68 6f 6d 65 2d 70 61 74 68 20 28 6e 61 6d 65 73 home-path.(names + 090 74 72 69 6e 67 20 2a 64 65 66 61 75 6c 74 2d 70 tring.*default-p + 0a0 61 74 68 6e 61 6d 65 2d 64 65 66 61 75 6c 74 73 athname-defaults + 0b0 2a 29 29 0a 3b 20 20 20 20 20 20 20 28 61 73 64 *)).;.......(asd + 0c0 66 2d 70 61 74 68 20 22 61 73 64 66 2f 22 29 0a f-path."asdf/"). + 0d0 3b 20 20 20 20 20 20 20 28 62 61 73 65 2d 70 61 ;.......(base-pa + 0e0 74 68 20 28 63 6f 6e 63 61 74 65 6e 61 74 65 20 th.(concatenate. + 0f0 27 73 74 72 69 6e 67 20 68 6f 6d 65 2d 70 61 74 'string.home-pat + 100 68 20 61 73 64 66 2d 70 61 74 68 29 29 0a 3b 20 h.asdf-path)).;. + 110 20 20 20 20 20 20 28 70 61 74 74 65 72 6e 20 28 ......(pattern.( + 120 70 61 72 73 65 2d 6e 61 6d 65 73 74 72 69 6e 67 parse-namestring + 130 0a 3b 09 09 20 28 63 6f 6e 63 61 74 65 6e 61 74 .;...(concatenat + 140 65 20 27 73 74 72 69 6e 67 20 62 61 73 65 2d 70 e.'string.base-p + 150 61 74 68 20 22 2a 2f 22 29 29 29 29 0a 3b 20 20 ath."*/")))).;.. + 160 20 20 20 28 73 65 74 66 20 61 73 64 66 3a 2a 63 ...(setf.asdf:*c + 170 65 6e 74 72 61 6c 2d 72 65 67 69 73 74 72 79 2a entral-registry* + 180 20 28 61 70 70 65 6e 64 20 28 6c 69 73 74 0a 3b .(append.(list.; + 190 09 09 09 09 09 20 20 20 20 27 2a 64 65 66 61 75 .........'*defau + 1a0 6c 74 2d 70 61 74 68 6e 61 6d 65 2d 64 65 66 61 lt-pathname-defa + 1b0 75 6c 74 73 2a 0a 3b 09 09 09 09 09 20 20 20 20 ults*.;......... + 1c0 28 70 61 72 73 65 2d 6e 61 6d 65 73 74 72 69 6e (parse-namestrin + 1d0 67 20 62 61 73 65 2d 70 61 74 68 29 29 0a 3b 09 g.base-path)).;. + 1e0 09 09 09 09 20 20 20 28 64 69 72 65 63 74 6f 72 .......(director + 1f0 79 20 70 61 74 74 65 72 6e 29 29 29 29 0a 0a 3b y.pattern))))..; + 200 28 72 65 71 75 69 72 65 20 27 63 66 66 69 29 0a (require.'cffi). + 210 3b 28 70 75 73 68 6e 65 77 20 23 70 22 2f 75 73 ;(pushnew.#p"/us + 220 72 2f 70 6b 67 2f 6c 69 62 2f 22 0a 3b 20 20 20 r/pkg/lib/".;... + 230 20 20 20 20 20 20 63 66 66 69 3a 2a 66 6f 72 65 ......cffi:*fore + 240 69 67 6e 2d 6c 69 62 72 61 72 79 2d 64 69 72 65 ign-library-dire + 250 63 74 6f 72 69 65 73 2a 0a 3b 20 20 20 20 20 20 ctories*.;...... + 260 20 20 20 3a 74 65 73 74 20 23 27 65 71 75 61 6c ...:test.#'equal + 270 29 0a 0a 0a 3b 28 73 65 74 66 20 2a 64 65 66 61 )...;(setf.*defa + 280 75 6c 74 2d 70 61 74 68 6e 61 6d 65 2d 64 65 66 ult-pathname-def + 290 61 75 6c 74 73 2a 20 23 70 22 2f 76 61 72 2f 74 aults*.#p"/var/t + 2a0 6d 70 2f 22 29 0a 3b 28 65 78 74 3a 63 68 64 69 mp/").;(ext:chdi + 2b0 72 20 22 2f 76 61 72 2f 74 6d 70 2f 22 29 0a 0a r."/var/tmp/").. + 2c0 3b 20 4c 6f 61 64 69 6e 67 20 73 77 61 6e 6b 20 ;.Loading.swank. + 2d0 75 73 69 6e 67 20 41 53 44 46 0a 3b 28 72 65 71 using.ASDF.;(req + 2e0 75 69 72 65 20 3a 61 73 64 66 29 0a 3b 28 70 75 uire.:asdf).;(pu + 2f0 73 68 20 23 50 22 2f 68 6f 6d 65 2f 6d 6d 6f 6e sh.#P"/home/mmon + 300 64 6f 72 2f 65 6d 61 63 73 2d 73 63 72 69 70 74 dor/emacs-script + 310 73 2f 73 6c 69 6d 65 2f 22 20 61 73 64 66 3a 2a s/slime/".asdf:* + 320 63 65 6e 74 72 61 6c 2d 72 65 67 69 73 74 72 79 central-registry + 330 2a 29 0a 3b 28 72 65 71 75 69 72 65 20 3a 73 77 *).;(require.:sw + 340 61 6e 6b 29 0a 3b 28 73 77 61 6e 6b 3a 63 72 65 ank).;(swank:cre + 350 61 74 65 2d 73 65 72 76 65 72 20 3a 64 6f 6e 74 ate-server.:dont + 360 2d 63 6c 6f 73 65 20 74 20 3a 63 6f 64 69 6e 67 -close.t.:coding + 370 2d 73 79 73 74 65 6d 20 22 75 74 66 2d 38 2d 75 -system."utf-8-u + 380 6e 69 78 22 29 0a 0a 3b 20 4c 6f 61 64 69 6e 67 nix")..;.Loading + 390 20 73 77 61 6e 6b 20 64 69 72 65 63 74 6c 79 0a .swank.directly. + 3a0 3b 28 6c 6f 61 64 20 22 2f 68 6f 6d 65 2f 6d 6d ;(load."/home/mm + 3b0 6f 6e 64 6f 72 2f 65 6d 61 63 73 2d 73 63 72 69 ondor/emacs-scri + 3c0 70 74 73 2f 73 6c 69 6d 65 2f 73 77 61 6e 6b 2d pts/slime/swank- + 3d0 6c 6f 61 64 65 72 22 29 0a 3b 28 73 77 61 6e 6b loader").;(swank + 3e0 2d 6c 6f 61 64 65 72 3a 69 6e 69 74 20 3a 64 65 -loader:init.:de + 3f0 6c 65 74 65 20 6e 69 6c 20 3a 72 65 6c 6f 61 64 lete.nil.:reload + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL read(5,0x231d000,0x400) + 2916 1 ecl GIO fd 5 read 423 bytes + 000 20 6e 69 6c 20 3a 6c 6f 61 64 2d 63 6f 6e 74 72 .nil.:load-contr + 010 69 62 73 20 6e 69 6c 29 0a 3b 28 73 77 61 6e 6b ibs.nil).;(swank + 020 3a 63 72 65 61 74 65 2d 73 65 72 76 65 72 20 3a :create-server.: + 030 64 6f 6e 74 2d 63 6c 6f 73 65 20 74 20 3a 63 6f dont-close.t.:co + 040 64 69 6e 67 2d 73 79 73 74 65 6d 20 22 75 74 66 ding-system."utf + 050 2d 38 2d 75 6e 69 78 22 29 0a 0a 3b 20 53 65 74 -8-unix")..;.Set + 060 20 74 65 6d 70 6f 72 61 72 79 20 64 69 72 65 63 .temporary.direc + 070 74 6f 72 79 20 77 68 65 72 65 20 45 4c 46 20 65 tory.where.ELF.e + 080 78 65 63 75 74 61 62 6c 65 20 64 79 6e 61 6d 69 xecutable.dynami + 090 63 20 6d 6f 64 75 6c 65 73 20 6d 61 79 20 62 65 c.modules.may.be + 0a0 20 6d 6d 61 70 28 32 29 65 64 0a 28 73 65 74 66 .mmap(2)ed.(setf + 0b0 20 28 6c 6f 67 69 63 61 6c 2d 70 61 74 68 6e 61 .(logical-pathna + 0c0 6d 65 2d 74 72 61 6e 73 6c 61 74 69 6f 6e 73 20 me-translations. + 0d0 22 54 4d 50 22 29 0a 20 60 28 28 22 2a 2a 3b 2a "TMP")..`(("**;* + 0e0 2e 2a 22 20 2c 28 66 6f 72 6d 61 74 20 6e 69 6c .*".,(format.nil + 0f0 20 22 7e 41 2f 2a 2a 2f 2a 2e 2a 22 20 22 2f 76 ."~A/**/*.*"."/v + 100 61 72 2f 74 6d 70 22 29 29 29 29 0a 0a 3b 28 72 ar/tmp"))))..;(r + 110 65 71 75 69 72 65 20 3a 61 73 64 66 29 0a 3b 28 equire.:asdf).;( + 120 73 65 74 66 20 2a 6c 6f 61 64 2d 76 65 72 62 6f setf.*load-verbo + 130 73 65 20 74 29 0a 3b 28 73 65 74 66 20 41 53 44 se.t).;(setf.ASD + 140 46 2f 53 54 52 45 41 4d 3a 2a 54 45 4d 50 4f 52 F/STREAM:*TEMPOR + 150 41 52 59 2d 44 49 52 45 43 54 4f 52 59 2a 20 23 ARY-DIRECTORY*.# + 160 70 22 2f 76 61 72 2f 74 6d 70 2f 22 29 0a 0a 28 p"/var/tmp/")..( + 170 73 65 74 66 20 2a 63 6f 6d 70 69 6c 65 2d 76 65 setf.*compile-ve + 180 72 62 6f 73 65 2a 20 74 29 0a 28 73 65 74 66 20 rbose*.t).(setf. + 190 63 3a 3a 2a 64 65 6c 65 74 65 2d 66 69 6c 65 73 c::*delete-files + 1a0 2a 20 6e 69 6c 29 0a *.nil). + 2916 1 ecl RET read 423/0x1a7 + 2916 1 ecl CALL read(5,0x231d000,0x400) + 2916 1 ecl GIO fd 5 read 0 bytes + 2916 1 ecl RET read 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 59 Y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd170,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 47 G + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd170,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4a J + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4a J + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 47 G + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd170,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd170,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd170,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 27 ' + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 27 ' + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 5f _ + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 5f _ + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd090,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffce70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 76 v + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffce10,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffce10,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3c < + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffce10,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 56 V + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd30,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffce40,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffced0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(0,0x7f7fffffd070,1) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 63 c + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6f o + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6d m + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 70 p + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 69 i + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6c l + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 66 f + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 69 i + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6c l + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 20 . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 63 c + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 62 b + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 75 u + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL __stat50(0xcbb268,0x7f7fffffcb20) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL write(1,0x7f7fffffc890,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc7b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc810,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc840,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8f0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL __getcwd(0x21a8870,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0xde7328,0x7f7fffffcad0) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2347468,0x7f7fffffcad0) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x23473a8,0x7f7fffffcad0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x22d00c8,0x7f7fffffcad0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x22d0078,0x7f7fffffcad0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0xcbb1a8,0x7f7fffffcae0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __getcwd(0x21a8750,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2331ce8,0x7f7fffffc990) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2352ca8,0x7f7fffffc990) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2352ba8,0x7f7fffffc990) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x22d0028,0x7f7fffffc990) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2346fc8,0x7f7fffffc990) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x1ef0f28,0x7f7fffffc9a0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffc9b0,0x7f7fffffc9e0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL open(0x1ef0ec8,0,0x2f2f2f2f2f2f2f2f) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/cmp.fas" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffc690) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x9000,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598172160/0x7f7ff7fdb000 + 2916 1 ecl CALL mmap(0,0x1000,1,1,5,0,0) + 2916 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 2916 1 ecl CALL munmap(0x7f7ff7fda000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x2df000,5,0x15000002,5,0,0) + 2916 1 ecl RET mmap 140187558477824/0x7f7ff5a00000 + 2916 1 ecl CALL mmap(0x7f7ff5cd2000,0xd000,3,0x12,5,0,0xd2000) + 2916 1 ecl RET mmap 140187561435136/0x7f7ff5cd2000 + 2916 1 ecl CALL mmap(0x7f7ff5cdf000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187561488384/0x7f7ff5cdf000 + 2916 1 ecl CALL mprotect(0x7f7ff5ad3000,0x1ff000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffc9e0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffc970,0x7f7fffffc9e0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffc9e0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __stat50(0x2465098,0x7f7fffffc830) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2683f78,0x7f7fffffc830) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lsp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2683e98,0x7f7fffffc830) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.LSP" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2683db8,0x7f7fffffc830) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2467240,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x267e478,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x26822a8,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2682268,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2463668,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2463618,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2466808,0x7f7fffffc7e0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2683d48,0x7f7fffffc7f0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __getcwd(0x24671b0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2688c88,0x7f7fffffc800) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2689de8,0x7f7fffffc800) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2689da8,0x7f7fffffc800) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x24635c8,0x7f7fffffc800) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2463578,0x7f7fffffc800) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2466748,0x7f7fffffc800) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2683cd8,0x7f7fffffc810) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc3e0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc320,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc2a0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbd60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 5a Z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 76 v + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3d = + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffb9b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3d = + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffb9b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3d = + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffb9b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3d = + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffb9b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbdc0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbc80,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbdc0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL __stat50(0x2683bf8,0x7f7fffffc400) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/cmpinit.lsp" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __stat50(0x2683aa8,0x7f7fffffc220) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL open(0x2683b88,0,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x2683b88,0,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.lisp" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffc1b0) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL lseek(5,0,0,0) + 2916 1 ecl RET lseek 0 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 3b 3b 3b 20 24 49 64 3a 20 67 63 2d 62 75 67 2d ;;;.$Id:.gc-bug- + 010 74 65 73 74 2e 6c 69 73 70 2c 76 20 31 2e 31 20 test.lisp,v.1.1. + 020 32 30 31 34 2f 30 35 2f 30 31 20 32 33 3a 35 33 2014/05/01.23:53 + 030 3a 31 31 20 6d 6d 6f 6e 64 6f 72 20 45 78 70 20 :11.mmondor.Exp. + 040 24 0a 3b 3b 3b 0a 3b 3b 3b 20 57 69 74 68 20 74 $.;;;.;;;.With.t + 050 68 65 20 62 65 6c 6f 77 20 73 65 74 74 69 6e 67 he.below.setting + 060 73 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 s.running.the.te + 070 73 74 3c 6e 3e 20 66 75 6e 63 74 69 6f 6e 20 61 st.function.a + 080 20 66 65 77 20 74 69 6d 65 73 20 69 73 0a 3b 3b .few.times.is.;; + 090 3b 20 67 65 6e 65 72 61 6c 6c 79 20 72 65 71 75 ;.generally.requ + 0a0 69 72 65 64 20 74 6f 20 72 65 70 72 6f 64 75 63 ired.to.reproduc + 0b0 65 20 74 68 65 20 69 73 73 75 65 73 2e 0a 3b 3b e.the.issues..;; + 0c0 3b 0a 3b 3b 3b 20 49 73 73 75 65 20 23 31 3a 0a ;.;;;.Issue.#1:. + 0d0 3b 3b 3b 20 57 68 65 6e 20 74 68 65 20 4f 53 20 ;;;.When.the.OS. + 0e0 73 6f 66 74 20 6c 69 6d 69 74 20 66 6f 72 20 64 soft.limit.for.d + 0f0 61 74 61 20 61 6c 6c 6f 63 61 74 69 6f 6e 20 69 ata.allocation.i + 100 73 20 72 65 61 63 68 65 64 2c 20 65 78 70 65 63 s.reached,.expec + 110 74 65 64 20 45 4e 4f 4d 45 4d 0a 3b 3b 3b 20 65 ted.ENOMEM.;;;.e + 120 72 72 6f 72 73 20 6f 63 63 75 72 2c 20 62 75 74 rrors.occur,.but + 130 20 45 43 4c 20 73 65 65 6d 73 20 75 6e 61 62 6c .ECL.seems.unabl + 140 65 20 74 6f 20 67 72 61 63 65 66 75 6c 6c 79 20 e.to.gracefully. + 150 72 65 70 6f 72 74 20 69 74 20 6f 72 20 73 69 6c report.it.or.sil + 160 65 6e 74 6c 79 0a 3b 3b 3b 20 63 6f 6e 74 69 6e ently.;;;.contin + 170 75 65 20 74 6f 20 77 6f 72 6b 20 69 66 20 69 74 ue.to.work.if.it + 180 20 63 61 6e 2e 20 20 4f 6e 65 20 74 68 72 65 61 .can...One.threa + 190 64 20 65 6e 74 65 72 73 20 61 20 62 75 73 79 20 d.enters.a.busy. + 1a0 6c 6f 6f 70 20 77 69 74 68 20 6d 61 6e 79 0a 3b loop.with.many.; + 1b0 3b 3b 20 45 4e 4f 4d 45 4d 20 65 72 72 6f 72 73 ;;.ENOMEM.errors + 1c0 2e 20 20 54 6f 20 72 65 61 63 68 20 74 68 69 73 ...To.reach.this + 1d0 20 63 6f 6e 64 69 74 69 6f 6e 2c 20 74 68 65 20 .condition,.the. + 1e0 74 65 73 74 20 66 75 6e 63 74 69 6f 6e 73 20 6d test.functions.m + 1f0 75 73 74 20 62 65 20 75 73 65 64 0a 3b 3b 3b 20 ust.be.used.;;;. + 200 6f 66 74 65 6e 20 65 6e 6f 75 67 68 2c 20 73 75 often.enough,.su + 210 63 63 65 65 64 69 6e 67 20 75 6e 74 69 6c 20 74 cceeding.until.t + 220 68 65 20 70 72 6f 63 65 73 73 27 73 20 73 6f 66 he.process's.sof + 230 74 20 6c 69 6d 69 74 20 69 73 20 72 65 61 63 68 t.limit.is.reach + 240 65 64 2e 0a 3b 3b 3b 20 4f 6e 20 4e 65 74 42 53 ed..;;;.On.NetBS + 250 44 2f 61 6d 64 36 34 2c 20 74 68 65 20 64 65 66 D/amd64,.the.def + 260 61 75 6c 74 20 66 6f 72 20 74 68 61 74 20 6c 69 ault.for.that.li + 270 6d 69 74 20 73 65 65 6d 73 20 74 6f 20 62 65 20 mit.seems.to.be. + 280 32 35 36 4d 42 20 77 69 74 68 20 64 65 66 61 75 256MB.with.defau + 290 6c 74 0a 3b 3b 3b 20 45 43 4c 20 73 65 74 74 69 lt.;;;.ECL.setti + 2a0 6e 67 73 2c 20 61 6e 64 20 69 74 20 69 73 20 63 ngs,.and.it.is.c + 2b0 6f 6e 74 72 6f 6c 6c 61 62 6c 65 20 76 69 61 20 ontrollable.via. + 2c0 72 6c 69 6d 69 74 20 6f 72 20 73 79 73 63 74 6c rlimit.or.sysctl + 2d0 2e 0a 3b 3b 3b 20 49 74 20 69 73 20 70 6f 73 73 ..;;;.It.is.poss + 2e0 69 62 6c 65 20 74 68 61 74 20 45 43 4c 20 61 74 ible.that.ECL.at + 2f0 74 65 6d 70 74 73 20 74 6f 20 72 65 70 6f 72 74 tempts.to.report + 300 20 74 68 65 20 63 6f 6e 64 69 74 69 6f 6e 20 62 .the.condition.b + 310 75 74 20 61 6c 73 6f 20 72 65 71 75 69 72 65 73 ut.also.requires + 320 0a 3b 3b 3b 20 73 6f 6d 65 20 6d 65 6d 6f 72 79 .;;;.some.memory + 330 20 74 6f 20 62 65 20 61 62 6c 65 20 74 6f 20 72 .to.be.able.to.r + 340 65 70 6f 72 74 20 69 74 2e 20 20 49 66 20 74 68 eport.it...If.th + 350 69 73 20 69 73 20 74 68 65 20 63 61 73 65 20 61 is.is.the.case.a + 360 6e 64 20 69 74 20 63 6f 75 6c 64 20 62 65 0a 3b nd.it.could.be.; + 370 3b 3b 20 61 64 61 70 74 65 64 20 73 75 63 68 20 ;;.adapted.such. + 380 74 68 61 74 20 69 74 20 63 61 6e 20 75 73 65 20 that.it.can.use. + 390 70 72 65 61 6c 6c 6f 63 61 74 65 64 2f 72 65 73 preallocated/res + 3a0 65 72 76 65 64 20 6d 65 6d 6f 72 79 20 74 6f 20 erved.memory.to. + 3b0 72 65 70 6f 72 74 20 73 75 63 68 0a 3b 3b 3b 20 report.such.;;;. + 3c0 61 20 63 6f 6e 64 69 74 69 6f 6e 2c 20 74 68 69 a.condition,.thi + 3d0 73 20 6d 69 67 68 74 20 66 69 78 20 74 68 69 73 s.might.fix.this + 3e0 20 69 73 73 75 65 2e 20 20 57 65 20 73 68 6f 75 .issue...We.shou + 3f0 6c 64 20 61 6c 73 6f 20 69 6e 76 65 73 74 69 67 ld.also.investig + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 61 74 65 20 69 66 20 61 0a 3b 3b 3b 20 73 69 6d ate.if.a.;;;.sim + 010 69 6c 61 72 20 73 69 74 75 61 74 69 6f 6e 20 6f ilar.situation.o + 020 63 63 75 72 73 20 77 68 65 6e 20 74 68 65 20 73 ccurs.when.the.s + 030 74 61 63 6b 20 66 69 6c 6c 73 2c 20 61 6e 64 20 tack.fills,.and. + 040 69 66 20 73 6f 2c 20 69 66 20 61 20 70 72 65 61 if.so,.if.a.prea + 050 6c 6c 6f 63 61 74 65 64 0a 3b 3b 3b 20 73 74 61 llocated.;;;.sta + 060 63 6b 20 66 6f 72 20 74 68 69 73 20 6d 69 67 68 ck.for.this.migh + 070 74 20 61 6c 6c 6f 77 20 74 6f 20 70 72 6f 70 65 t.allow.to.prope + 080 72 6c 79 20 72 65 70 6f 72 74 20 69 74 20 74 6f rly.report.it.to + 090 6f 2e 0a 3b 3b 3b 20 4d 69 74 69 67 61 74 69 6f o..;;;.Mitigatio + 0a0 6e 3a 20 54 68 69 73 20 62 75 67 20 64 6f 65 73 n:.This.bug.does + 0b0 20 6e 6f 74 20 6f 63 63 75 72 20 69 66 20 74 68 .not.occur.if.th + 0c0 65 20 75 73 65 72 2f 70 72 6f 63 65 73 73 20 64 e.user/process.d + 0d0 61 74 61 73 69 7a 65 0a 3b 3b 3b 20 73 6f 66 74 atasize.;;;.soft + 0e0 2f 63 75 72 72 65 6e 74 20 6c 69 6d 69 74 20 69 /current.limit.i + 0f0 73 20 6e 6f 74 20 72 65 61 63 68 65 64 2e 20 20 s.not.reached... + 100 54 68 65 20 64 65 66 61 75 6c 74 20 68 65 61 70 The.default.heap + 110 20 73 69 7a 65 20 6f 66 20 45 43 4c 20 62 65 69 .size.of.ECL.bei + 120 6e 67 0a 3b 3b 3b 20 31 47 42 2c 20 74 68 61 74 ng.;;;.1GB,.that + 130 20 73 6f 66 74 20 6c 69 6d 69 74 20 73 68 6f 75 .soft.limit.shou + 140 6c 64 20 69 64 65 61 6c 6c 79 20 62 65 20 6f 76 ld.ideally.be.ov + 150 65 72 20 31 47 42 2c 20 6f 72 20 74 68 65 20 45 er.1GB,.or.the.E + 160 43 4c 20 64 65 66 61 75 6c 74 20 68 65 61 70 0a CL.default.heap. + 170 3b 3b 3b 20 72 65 64 75 63 65 64 2e 20 20 4e 65 ;;;.reduced...Ne + 180 74 42 53 44 2d 36 2f 61 6d 64 36 34 27 73 20 64 tBSD-6/amd64's.d + 190 65 66 61 75 6c 74 20 73 6f 66 74 20 6c 69 6d 69 efault.soft.limi + 1a0 74 20 62 65 69 6e 67 20 32 35 36 4d 42 2c 20 74 t.being.256MB,.t + 1b0 68 65 20 69 73 73 75 65 0a 3b 3b 3b 20 6f 63 63 he.issue.;;;.occ + 1c0 75 72 72 65 64 2e 0a 3b 3b 3b 0a 3b 3b 3b 20 49 urred..;;;.;;;.I + 1d0 73 73 75 65 20 23 32 3a 0a 3b 3b 3b 20 57 68 65 ssue.#2:.;;;.Whe + 1e0 6e 20 61 20 74 68 72 65 61 64 20 69 73 20 62 75 n.a.thread.is.bu + 1f0 73 79 20 77 72 69 74 69 6e 67 20 75 73 69 6e 67 sy.writing.using + 200 20 73 74 64 69 6f 2c 20 77 68 65 6e 20 6c 69 62 .stdio,.when.lib + 210 67 63 20 67 6f 65 73 20 74 68 72 6f 75 67 68 20 gc.goes.through. + 220 74 68 65 0a 3b 3b 3b 20 72 6f 75 74 69 6e 65 20 the.;;;.routine. + 230 47 43 5f 63 6f 6c 6c 65 63 74 5f 6f 72 5f 65 78 GC_collect_or_ex + 240 70 61 6e 64 28 29 20 2d 3e 20 47 43 5f 74 72 79 pand().->.GC_try + 250 5f 74 6f 5f 63 6f 6c 6c 65 63 74 5f 69 6e 6e 65 _to_collect_inne + 260 72 28 29 20 2d 3e 0a 3b 3b 3b 20 47 43 5f 73 74 r().->.;;;.GC_st + 270 6f 70 70 65 64 5f 6d 61 72 6b 28 29 20 2d 3e 20 opped_mark().->. + 280 47 43 5f 73 74 6f 70 5f 77 6f 72 6c 64 28 29 20 GC_stop_world(). + 290 2d 3e 20 73 65 6d 5f 77 61 69 74 28 29 20 2d 3e ->.sem_wait().-> + 2a0 0a 3b 3b 3b 20 70 74 68 72 65 61 64 5f 63 6f 6e .;;;.pthread_con + 2b0 64 5f 74 69 6d 65 64 77 61 69 74 28 29 2c 20 74 d_timedwait(),.t + 2c0 68 61 74 20 73 74 64 69 6f 20 74 68 72 65 61 64 hat.stdio.thread + 2d0 20 61 70 70 65 61 72 73 20 74 6f 20 72 65 6d 61 .appears.to.rema + 2e0 69 6e 20 64 65 61 64 6c 6f 63 6b 65 64 0a 3b 3b in.deadlocked.;; + 2f0 3b 20 69 6e 20 61 20 62 75 73 79 20 73 70 69 6e ;.in.a.busy.spin + 300 6c 6f 63 6b 2c 20 70 6f 73 73 69 62 6c 79 20 62 lock,.possibly.b + 310 65 63 61 75 73 65 20 73 74 64 69 6f 20 69 6e 74 ecause.stdio.int + 320 65 72 6e 61 6c 6c 79 20 75 73 65 73 20 6c 6f 63 ernally.uses.loc + 330 6b 73 2e 0a 3b 3b 3b 20 54 68 69 73 20 6f 63 63 ks..;;;.This.occ + 340 75 72 73 20 66 61 73 74 65 72 20 74 68 61 6e 20 urs.faster.than. + 350 69 73 73 75 65 20 23 31 2c 20 61 73 20 72 65 61 issue.#1,.as.rea + 360 63 68 69 6e 67 20 74 68 65 20 73 6f 66 74 20 6c ching.the.soft.l + 370 69 6d 69 74 20 69 73 0a 3b 3b 3b 20 75 6e 6e 65 imit.is.;;;.unne + 380 63 65 73 73 61 72 79 20 66 6f 72 20 74 68 69 73 cessary.for.this + 390 20 74 6f 20 6f 63 63 75 72 2e 20 20 49 66 20 69 .to.occur...If.i + 3a0 6e 74 72 6f 64 75 63 69 6e 67 20 61 20 53 4c 45 ntroducing.a.SLE + 3b0 45 50 20 69 6e 20 74 68 65 20 77 72 69 74 69 6e EP.in.the.writin + 3c0 67 0a 3b 3b 3b 20 6c 6f 6f 70 2c 20 72 65 70 72 g.;;;.loop,.repr + 3d0 6f 64 75 63 69 6e 67 20 74 68 69 73 20 69 73 73 oducing.this.iss + 3e0 75 65 20 69 73 20 64 69 66 66 69 63 75 6c 74 2e ue.is.difficult. + 3f0 0a 3b 3b 3b 20 49 66 20 75 73 69 6e 67 20 73 74 .;;;.If.using.st + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 64 69 6f 20 77 69 74 68 20 74 68 72 65 61 64 65 dio.with.threade + 010 64 20 6c 69 62 67 63 20 69 73 20 61 20 6b 6e 6f d.libgc.is.a.kno + 020 77 6e 20 69 73 73 75 65 2c 20 69 6d 70 6c 65 6d wn.issue,.implem + 030 65 6e 74 69 6e 67 20 62 75 66 66 65 72 65 64 0a enting.buffered. + 040 3b 3b 3b 20 73 74 72 65 61 6d 73 20 66 6f 72 20 ;;;.streams.for. + 050 45 43 4c 20 74 6f 20 72 65 70 6c 61 63 65 20 73 ECL.to.replace.s + 060 74 64 69 6f 20 66 6f 72 20 63 6f 6d 6d 6f 6e 20 tdio.for.common. + 070 63 61 73 65 73 20 73 68 6f 75 6c 64 20 62 65 20 cases.should.be. + 080 63 6f 6e 73 69 64 65 72 65 64 2e 0a 3b 3b 3b 20 considered..;;;. + 090 54 68 65 72 65 20 6d 69 67 68 74 20 73 74 69 6c There.might.stil + 0a0 6c 20 72 65 6d 61 69 6e 20 69 73 73 75 65 73 20 l.remain.issues. + 0b0 77 68 65 6e 20 75 73 69 6e 67 20 73 74 64 69 6f when.using.stdio + 0c0 20 46 49 4c 45 20 66 6f 72 20 46 46 49 2c 20 68 .FILE.for.FFI,.h + 0d0 6f 77 65 76 65 72 2e 0a 3b 3b 3b 20 4e 4f 54 45 owever..;;;.NOTE + 0e0 53 3a 0a 3b 3b 3b 20 2d 20 49 20 63 6f 75 6c 64 S:.;;;.-.I.could + 0f0 20 6e 6f 74 20 72 65 70 72 6f 64 75 63 65 20 74 .not.reproduce.t + 100 68 65 20 62 75 67 20 75 73 69 6e 67 20 4c 69 6e he.bug.using.Lin + 110 75 78 20 61 6e 64 20 74 68 65 20 45 43 4c 2d 65 ux.and.the.ECL-e + 120 6d 62 65 64 64 65 64 20 6c 69 62 67 63 0a 3b 3b mbedded.libgc.;; + 130 3b 20 20 20 28 37 2e 31 2e 39 29 2e 0a 3b 3b 3b ;...(7.1.9)..;;; + 140 20 2d 20 57 68 65 6e 20 75 73 69 6e 67 20 74 68 .-.When.using.th + 150 65 20 45 43 4c 2d 65 6d 62 65 64 64 65 64 20 6c e.ECL-embedded.l + 160 69 62 67 63 20 28 37 2e 31 2e 39 29 20 69 6e 73 ibgc.(7.1.9).ins + 170 74 65 61 64 20 6f 66 20 74 68 65 20 70 6b 67 73 tead.of.the.pkgs + 180 72 63 20 6f 6e 65 0a 3b 3b 3b 20 20 20 28 37 2e rc.one.;;;...(7. + 190 32 29 2c 20 70 65 72 66 6f 72 6d 61 6e 63 65 20 2),.performance. + 1a0 73 65 65 6d 65 64 20 6e 65 67 61 74 69 76 65 6c seemed.negativel + 1b0 79 20 61 66 66 65 63 74 65 64 20 62 75 74 20 72 y.affected.but.r + 1c0 65 70 72 6f 64 75 63 69 6e 67 20 74 68 69 73 20 eproducing.this. + 1d0 62 75 67 0a 3b 3b 3b 20 20 20 72 65 71 75 69 72 bug.;;;...requir + 1e0 65 64 20 6c 6f 6e 67 65 72 2e 0a 3b 3b 3b 20 2d ed.longer..;;;.- + 1f0 20 57 68 65 6e 20 61 76 6f 69 64 69 6e 67 20 74 .When.avoiding.t + 200 68 65 20 75 73 65 20 6f 66 20 73 74 64 69 6f 20 he.use.of.stdio. + 210 28 74 68 69 73 20 61 63 74 75 61 6c 6c 79 20 72 (this.actually.r + 220 65 71 75 69 72 65 64 20 77 72 69 74 69 6e 67 20 equired.writing. + 230 61 20 63 75 73 74 6f 6d 0a 3b 3b 3b 20 20 20 66 a.custom.;;;...f + 240 75 6e 63 74 69 6f 6e 20 63 6f 6e 73 69 64 65 72 unction.consider + 250 69 6e 67 20 66 66 6c 75 73 68 28 33 29 20 73 74 ing.fflush(3).st + 260 69 6c 6c 20 73 65 65 6d 65 64 20 63 61 6c 6c 65 ill.seemed.calle + 270 64 20 75 73 69 6e 67 20 61 20 66 69 66 6f 20 66 d.using.a.fifo.f + 280 69 6c 65 0a 3b 3b 3b 20 20 20 6f 70 65 6e 20 75 ile.;;;...open.u + 290 73 69 6e 67 20 43 53 54 52 45 41 4d 20 4e 49 4c sing.CSTREAM.NIL + 2a0 29 2c 20 49 20 63 6f 75 6c 64 20 6e 6f 74 20 79 ),.I.could.not.y + 2b0 65 74 20 72 65 70 72 6f 64 75 63 65 20 74 68 65 et.reproduce.the + 2c0 20 69 73 73 75 65 2e 0a 3b 3b 3b 20 20 20 55 70 .issue..;;;...Up + 2d0 64 61 74 65 3a 20 49 20 74 68 69 6e 6b 20 74 68 date:.I.think.th + 2e0 61 74 20 49 20 74 72 61 63 6b 65 64 20 74 68 65 at.I.tracked.the + 2f0 20 72 65 61 73 6f 6e 20 66 6f 72 20 74 68 65 20 .reason.for.the. + 300 66 66 6c 75 73 68 28 33 29 20 63 61 6c 6c 20 74 fflush(3).call.t + 310 6f 20 61 0a 3b 3b 3b 20 20 20 46 49 4e 49 53 48 o.a.;;;...FINISH + 320 2d 4f 55 54 50 55 54 20 63 61 6c 6c 20 49 20 68 -OUTPUT.call.I.h + 330 61 64 20 66 6f 72 67 6f 74 20 69 6e 20 6d 79 20 ad.forgot.in.my. + 340 63 6f 64 65 3b 20 68 6f 77 65 76 65 72 20 69 74 code;.however.it + 350 27 73 20 75 6e 63 6c 65 61 72 20 79 65 74 20 77 's.unclear.yet.w + 360 68 79 0a 3b 3b 3b 20 20 20 45 43 4c 20 77 6f 75 hy.;;;...ECL.wou + 370 6c 64 20 69 73 73 75 65 20 66 66 6c 75 73 68 28 ld.issue.fflush( + 380 33 29 20 6f 6e 20 73 74 65 61 6d 73 20 77 69 74 3).on.steams.wit + 390 68 20 43 53 54 52 45 41 4d 20 4e 49 4c 20 69 66 h.CSTREAM.NIL.if + 3a0 20 73 6f 2e 20 20 49 74 20 77 61 73 0a 3b 3b 3b .so...It.was.;;; + 3b0 20 20 20 73 74 69 6c 6c 20 75 73 65 66 75 6c 20 ...still.useful. + 3c0 74 6f 20 68 61 76 65 20 61 20 63 75 73 74 6f 6d to.have.a.custom + 3d0 20 66 75 6e 63 74 69 6f 6e 2c 20 73 69 6e 63 65 .function,.since + 3e0 20 69 74 20 73 65 65 6d 73 20 64 69 66 66 69 63 .it.seems.diffic + 3f0 75 6c 74 20 74 6f 20 67 65 74 0a 3b 3b 3b 20 20 ult.to.get.;;;.. + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 20 45 43 4c 20 74 6f 20 77 72 69 74 65 20 6c 61 .ECL.to.write.la + 010 72 67 65 20 62 75 66 66 65 72 73 20 72 61 74 68 rge.buffers.rath + 020 65 72 20 74 68 61 6e 20 61 20 62 79 74 65 20 61 er.than.a.byte.a + 030 74 20 61 20 74 69 6d 65 20 64 65 73 70 69 74 65 t.a.time.despite + 040 20 75 73 69 6e 67 0a 3b 3b 3b 20 20 20 57 52 49 .using.;;;...WRI + 050 54 45 2d 53 45 51 55 45 4e 43 45 20 77 69 74 68 TE-SEQUENCE.with + 060 20 74 68 65 20 70 72 6f 70 65 72 20 6f 75 74 70 .the.proper.outp + 070 75 74 20 66 6f 72 6d 61 74 2e 0a 3b 3b 3b 20 2d ut.format..;;;.- + 080 20 4e 65 74 42 53 44 20 73 74 64 69 6f 20 75 73 .NetBSD.stdio.us + 090 65 73 20 72 77 6c 6f 63 6b 73 2c 20 61 6e 64 20 es.rwlocks,.and. + 0a0 49 20 63 6f 75 6c 64 20 72 65 70 72 6f 64 75 63 I.could.reproduc + 0b0 65 20 61 20 73 69 6d 69 6c 61 72 20 69 73 73 75 e.a.similar.issu + 0c0 65 20 75 73 69 6e 67 0a 3b 3b 3b 20 20 20 45 43 e.using.;;;...EC + 0d0 4c 20 72 77 6c 6f 63 6b 73 20 77 68 69 63 68 20 L.rwlocks.which. + 0e0 61 72 65 20 73 74 69 6c 6c 20 62 75 69 6c 74 20 are.still.built. + 0f0 6f 76 65 72 20 70 74 68 72 65 61 64 5f 72 77 6c over.pthread_rwl + 100 6f 63 6b 5f 74 2e 2e 2e 0a 3b 3b 3b 0a 3b 3b 3b ock_t....;;;.;;; + 110 20 49 73 73 75 65 20 23 33 3a 0a 3b 3b 3b 20 53 .Issue.#3:.;;;.S + 120 6f 6d 65 20 6f 66 20 74 68 65 20 6c 61 73 74 20 ome.of.the.last. + 130 74 65 73 74 73 20 75 73 69 6e 67 20 72 77 6c 6f tests.using.rwlo + 140 63 6b 73 20 64 69 72 65 63 74 6c 79 20 70 72 6f cks.directly.pro + 150 64 75 63 65 20 53 49 47 53 45 47 56 2e 0a 3b 3b duce.SIGSEGV..;; + 160 3b 20 54 68 69 73 20 77 61 73 20 72 65 63 65 6e ;.This.was.recen + 170 74 6c 79 20 64 69 73 63 6f 76 65 72 65 64 2c 20 tly.discovered,. + 180 49 27 76 65 20 6e 6f 74 20 69 6e 76 65 73 74 69 I've.not.investi + 190 67 61 74 65 64 20 74 68 65 20 72 65 61 73 6f 6e gated.the.reason + 1a0 20 79 65 74 2e 0a 3b 3b 3b 20 6c 69 62 67 63 20 .yet..;;;.libgc. + 1b0 37 2e 32 65 20 6f 6e 20 6e 65 74 62 73 64 2d 36 7.2e.on.netbsd-6 + 1c0 2f 61 6d 64 36 34 2c 20 75 73 69 6e 67 20 61 20 /amd64,.using.a. + 1d0 63 6c 6f 73 65 2d 74 6f 2d 68 65 61 64 20 45 43 close-to-head.EC + 1e0 4c 20 67 69 74 20 63 68 65 63 6b 6f 75 74 2e 0a L.git.checkout.. + 1f0 0a 0a 28 64 65 66 70 61 72 61 6d 65 74 65 72 20 ..(defparameter. + 200 2a 61 6c 6c 6f 63 61 74 69 6f 6e 73 2a 20 31 36 *allocations*.16 + 210 33 38 34 29 0a 28 64 65 66 70 61 72 61 6d 65 74 384).(defparamet + 220 65 72 20 2a 61 6c 6c 6f 63 2d 73 69 7a 65 2a 20 er.*alloc-size*. + 230 34 30 39 36 29 0a 28 64 65 66 70 61 72 61 6d 65 4096).(defparame + 240 74 65 72 20 2a 69 6e 69 74 69 61 6c 2d 71 75 65 ter.*initial-que + 250 75 65 2d 73 69 7a 65 2a 20 38 31 39 32 29 0a 0a ue-size*.8192).. + 260 28 64 65 66 76 61 72 20 2a 71 75 65 75 65 2a 20 (defvar.*queue*. + 270 28 6d 61 6b 65 2d 61 72 72 61 79 20 31 30 32 34 (make-array.1024 + 280 0a 09 09 09 20 20 20 20 3a 61 64 6a 75 73 74 61 ........:adjusta + 290 62 6c 65 20 74 0a 09 09 09 20 20 20 20 3a 66 69 ble.t........:fi + 2a0 6c 6c 2d 70 6f 69 6e 74 65 72 20 30 29 29 0a 0a ll-pointer.0)).. + 2b0 0a 0a 3b 3b 3b 20 52 65 70 72 6f 64 75 63 65 73 ..;;;.Reproduces + 2c0 20 69 73 73 75 65 20 23 31 0a 28 64 65 66 75 6e .issue.#1.(defun + 2d0 20 74 65 73 74 31 20 28 29 0a 20 20 28 6c 6f 6f .test1.()...(loo + 2e0 70 0a 20 20 20 20 20 72 65 70 65 61 74 20 2a 61 p......repeat.*a + 2f0 6c 6c 6f 63 61 74 69 6f 6e 73 2a 0a 20 20 20 20 llocations*..... + 300 20 64 6f 0a 20 20 20 20 20 20 20 28 76 65 63 74 .do........(vect + 310 6f 72 2d 70 75 73 68 2d 65 78 74 65 6e 64 20 28 or-push-extend.( + 320 6d 61 6b 65 2d 61 72 72 61 79 20 2a 61 6c 6c 6f make-array.*allo + 330 63 2d 73 69 7a 65 2a 0a 09 09 09 09 20 20 20 20 c-size*......... + 340 20 20 20 3a 65 6c 65 6d 65 6e 74 2d 74 79 70 65 ...:element-type + 350 20 27 28 75 6e 73 69 67 6e 65 64 2d 62 79 74 65 .'(unsigned-byte + 360 20 38 29 0a 09 09 09 09 20 20 20 20 20 20 20 3a .8)............: + 370 61 64 6a 75 73 74 61 62 6c 65 20 6e 69 6c 0a 09 adjustable.nil.. + 380 09 09 09 20 20 20 20 20 20 20 3a 69 6e 69 74 69 ..........:initi + 390 61 6c 2d 65 6c 65 6d 65 6e 74 20 23 78 30 30 0a al-element.#x00. + 3a0 09 09 09 09 20 20 20 20 20 20 20 3a 66 69 6c 6c ...........:fill + 3b0 2d 70 6f 69 6e 74 65 72 20 2a 61 6c 6c 6f 63 2d -pointer.*alloc- + 3c0 73 69 7a 65 2a 29 0a 09 09 09 20 20 20 2a 71 75 size*).......*qu + 3d0 65 75 65 2a 0a 09 09 09 20 20 20 30 29 29 29 20 eue*.......0))). + 3e0 3b 20 47 72 6f 77 73 20 61 75 74 6f 6d 61 74 69 ;.Grows.automati + 3f0 63 61 6c 6c 79 20 2b 31 2f 32 20 73 69 7a 65 20 cally.+1/2.size. + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 5a Z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 51 Q + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 5a Z + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 56 V + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 51 Q + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 6f 6e 20 45 43 4c 0a 0a 0a 0a 3b 3b 3b 20 54 68 on.ECL....;;;.Th + 010 69 73 20 68 61 73 20 74 68 65 20 73 61 6d 65 20 is.has.the.same. + 020 62 65 68 61 76 69 6f 75 72 20 61 73 20 61 62 6f behaviour.as.abo + 030 76 65 2c 20 69 73 73 75 65 20 23 31 2e 0a 28 64 ve,.issue.#1..(d + 040 65 66 75 6e 20 74 65 73 74 32 20 28 29 0a 20 20 efun.test2.()... + 050 28 6d 70 3a 70 72 6f 63 65 73 73 2d 72 75 6e 2d (mp:process-run- + 060 66 75 6e 63 74 69 6f 6e 20 27 74 65 73 74 2d 74 function.'test-t + 070 68 72 65 61 64 20 23 27 74 65 73 74 31 29 29 0a hread.#'test1)). + 080 0a 0a 0a 28 64 65 66 75 6e 20 62 75 73 79 2d 74 ...(defun.busy-t + 090 68 72 65 61 64 20 28 29 0a 20 20 28 6c 6f 6f 70 hread.()...(loop + 0a0 29 29 0a 0a 3b 3b 3b 20 42 65 68 61 76 65 73 20 ))..;;;.Behaves. + 0b0 6c 69 6b 65 20 74 65 73 74 31 20 61 6e 64 20 74 like.test1.and.t + 0c0 65 73 74 32 2c 20 79 65 74 20 61 67 61 69 6e 20 est2,.yet.again. + 0d0 6f 6e 6c 79 20 72 65 70 72 6f 64 75 63 69 6e 67 only.reproducing + 0e0 20 69 73 73 75 65 20 23 31 2e 0a 28 64 65 66 75 .issue.#1..(defu + 0f0 6e 20 74 65 73 74 33 20 28 29 0a 20 20 28 6c 65 n.test3.()...(le + 100 74 20 28 28 62 75 73 79 2d 74 68 72 65 61 64 20 t.((busy-thread. + 110 28 6d 70 3a 70 72 6f 63 65 73 73 2d 72 75 6e 2d (mp:process-run- + 120 66 75 6e 63 74 69 6f 6e 20 27 62 75 73 79 0a 09 function.'busy.. + 130 09 09 09 09 20 20 20 20 20 20 23 27 62 75 73 79 ..........#'busy + 140 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 20 28 -thread))).....( + 150 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a 09 unwind-protect.. + 160 20 28 74 65 73 74 31 29 0a 20 20 20 20 20 20 28 .(test1).......( + 170 6d 70 3a 70 72 6f 63 65 73 73 2d 6b 69 6c 6c 20 mp:process-kill. + 180 62 75 73 79 2d 74 68 72 65 61 64 29 29 29 29 0a busy-thread)))). + 190 0a 0a 0a 28 64 65 66 75 6e 20 66 69 6c 65 2d 77 ...(defun.file-w + 1a0 72 69 74 65 72 2d 74 68 72 65 61 64 20 28 29 0a riter-thread.(). + 1b0 20 20 28 6c 65 74 20 28 28 66 69 6c 65 6e 61 6d ..(let.((filenam + 1c0 65 20 28 65 78 74 3a 6d 6b 73 74 65 6d 70 20 22 e.(ext:mkstemp." + 1d0 2f 74 6d 70 2f 74 6d 70 22 29 29 29 0a 20 20 20 /tmp/tmp"))).... + 1e0 20 28 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 .(unwind-protect + 1f0 0a 09 20 28 70 72 6f 67 6e 0a 09 20 20 20 28 77 ...(progn.....(w + 200 69 74 68 2d 6f 70 65 6e 2d 66 69 6c 65 20 28 73 ith-open-file.(s + 210 74 72 65 61 6d 20 66 69 6c 65 6e 61 6d 65 20 3a tream.filename.: + 220 64 69 72 65 63 74 69 6f 6e 20 3a 6f 75 74 70 75 direction.:outpu + 230 74 29 0a 09 20 20 20 20 20 28 6c 6f 6f 70 0a 09 t).......(loop.. + 240 09 64 6f 0a 09 09 20 20 28 77 72 69 74 65 2d 73 .do.....(write-s + 250 74 72 69 6e 67 20 22 2e 22 20 73 74 72 65 61 6d tring.".".stream + 260 29 29 29 29 0a 20 20 20 20 20 20 28 64 65 6c 65 )))).......(dele + 270 74 65 2d 66 69 6c 65 20 66 69 6c 65 6e 61 6d 65 te-file.filename + 280 29 29 29 29 0a 0a 3b 3b 3b 20 53 75 63 63 65 73 ))))..;;;.Succes + 290 73 66 75 6c 6c 79 20 72 65 70 72 6f 64 75 63 65 sfully.reproduce + 2a0 73 20 69 73 73 75 65 20 23 32 2e 0a 28 64 65 66 s.issue.#2..(def + 2b0 75 6e 20 74 65 73 74 34 20 28 29 0a 20 20 28 6c un.test4.()...(l + 2c0 65 74 20 28 28 77 72 69 74 65 72 2d 74 68 72 65 et.((writer-thre + 2d0 61 64 20 28 6d 70 3a 70 72 6f 63 65 73 73 2d 72 ad.(mp:process-r + 2e0 75 6e 2d 66 75 6e 63 74 69 6f 6e 20 27 77 72 69 un-function.'wri + 2f0 74 65 72 0a 09 09 09 09 09 09 23 27 66 69 6c 65 ter.......#'file + 300 2d 77 72 69 74 65 72 2d 74 68 72 65 61 64 29 29 -writer-thread)) + 310 29 0a 20 20 20 20 28 75 6e 77 69 6e 64 2d 70 72 ).....(unwind-pr + 320 6f 74 65 63 74 0a 09 20 28 74 65 73 74 31 29 0a otect...(test1). + 330 20 20 20 20 20 20 28 6d 70 3a 70 72 6f 63 65 73 ......(mp:proces + 340 73 2d 6b 69 6c 6c 20 77 72 69 74 65 72 2d 74 68 s-kill.writer-th + 350 72 65 61 64 29 29 29 29 0a 0a 0a 0a 3b 3b 3b 20 read))))....;;;. + 360 54 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 74 65 The.following.te + 370 73 74 73 20 61 74 74 65 6d 70 74 20 74 6f 20 75 sts.attempt.to.u + 380 73 65 20 72 77 6c 6f 63 6b 73 20 64 69 72 65 63 se.rwlocks.direc + 390 74 6c 79 20 74 6f 20 72 65 70 72 6f 64 75 63 65 tly.to.reproduce + 3a0 20 62 75 67 20 23 32 2e 0a 3b 3b 3b 20 53 69 6e .bug.#2..;;;.Sin + 3b0 63 65 20 73 74 64 69 6f 20 61 70 70 65 61 72 73 ce.stdio.appears + 3c0 20 74 6f 20 68 61 76 65 20 69 73 73 75 65 73 20 .to.have.issues. + 3d0 72 65 6c 61 74 65 64 20 74 6f 20 72 77 6c 6f 63 related.to.rwloc + 3e0 6b 73 20 77 69 74 68 20 62 6f 65 68 6d 2d 67 63 ks.with.boehm-gc + 3f0 2c 0a 3b 3b 3b 20 61 6e 64 20 74 68 61 74 20 73 ,.;;;.and.that.s + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 42 B + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 59 Y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 6f 6d 65 20 6f 66 20 6d 79 20 6f 6c 64 65 72 20 ome.of.my.older. + 010 63 6f 64 65 20 75 73 69 6e 67 20 72 77 6c 6f 63 code.using.rwloc + 020 6b 73 20 61 6c 73 6f 20 73 65 65 6d 65 64 20 74 ks.also.seemed.t + 030 6f 20 68 61 76 65 20 74 68 65 0a 3b 3b 3b 20 73 o.have.the.;;;.s + 040 61 6d 65 20 69 73 73 75 65 73 2c 20 69 74 20 73 ame.issues,.it.s + 050 65 65 6d 65 64 20 77 6f 72 74 68 20 74 72 79 69 eemed.worth.tryi + 060 6e 67 2e 20 20 53 75 63 63 65 73 73 20 77 61 73 ng...Success.was + 070 20 6c 69 6d 69 74 65 64 20 68 6f 77 65 76 65 72 .limited.however + 080 2c 20 61 6e 64 0a 3b 3b 3b 20 74 68 65 73 65 20 ,.and.;;;.these. + 090 6d 69 67 68 74 20 65 78 70 6f 73 65 20 6f 74 68 might.expose.oth + 0a0 65 72 20 62 75 67 73 2e 0a 0a 28 64 65 66 6d 61 er.bugs...(defma + 0b0 63 72 6f 20 77 69 74 68 2d 72 77 6c 6f 63 6b 20 cro.with-rwlock. + 0c0 28 28 6c 6f 63 6b 20 6f 70 29 20 26 62 6f 64 79 ((lock.op).&body + 0d0 20 62 6f 64 79 29 0a 20 20 28 61 73 73 65 72 74 .body)...(assert + 0e0 20 28 6d 65 6d 62 65 72 20 6f 70 20 27 28 3a 72 .(member.op.'(:r + 0f0 65 61 64 20 3a 77 72 69 74 65 29 20 3a 74 65 73 ead.:write).:tes + 100 74 20 23 27 65 71 29 29 0a 20 20 28 6c 65 74 20 t.#'eq))...(let. + 110 28 28 73 2d 6c 6f 63 6b 20 28 67 65 6e 73 79 6d ((s-lock.(gensym + 120 29 29 29 0a 20 20 20 20 60 28 6c 65 74 20 28 28 ))).....`(let.(( + 130 2c 73 2d 6c 6f 63 6b 20 2c 6c 6f 63 6b 29 29 0a ,s-lock.,lock)). + 140 20 20 20 20 20 20 20 28 2c 28 69 66 20 28 65 71 .......(,(if.(eq + 150 20 3a 72 65 61 64 20 6f 70 29 0a 20 20 20 20 20 .:read.op)...... + 160 20 20 20 20 20 20 20 20 27 6d 70 3a 67 65 74 2d ........'mp:get- + 170 72 77 6c 6f 63 6b 2d 72 65 61 64 0a 20 20 20 20 rwlock-read..... + 180 20 20 20 20 20 20 20 20 20 27 6d 70 3a 67 65 74 .........'mp:get + 190 2d 72 77 6c 6f 63 6b 2d 77 72 69 74 65 29 20 2c -rwlock-write)., + 1a0 73 2d 6c 6f 63 6b 20 74 29 0a 20 20 20 20 20 20 s-lock.t)....... + 1b0 20 28 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 .(unwind-protect + 1c0 0a 20 20 20 20 20 20 20 20 20 20 20 20 28 70 72 .............(pr + 1d0 6f 67 6e 0a 20 20 20 20 20 20 20 20 20 20 20 20 ogn............. + 1e0 20 20 2c 40 62 6f 64 79 29 0a 20 20 20 20 20 20 ..,@body)....... + 1f0 20 20 20 28 2c 28 69 66 20 28 65 71 20 3a 72 65 ...(,(if.(eq.:re + 200 61 64 20 6f 70 29 0a 20 20 20 20 20 20 20 20 20 ad.op).......... + 210 20 20 20 20 20 20 27 6d 70 3a 67 69 76 65 75 70 ......'mp:giveup + 220 2d 72 77 6c 6f 63 6b 2d 72 65 61 64 0a 20 20 20 -rwlock-read.... + 230 20 20 20 20 20 20 20 20 20 20 20 20 27 6d 70 3a ............'mp: + 240 67 69 76 65 75 70 2d 72 77 6c 6f 63 6b 2d 77 72 giveup-rwlock-wr + 250 69 74 65 29 20 2c 73 2d 6c 6f 63 6b 29 29 29 29 ite).,s-lock)))) + 260 29 0a 0a 28 64 65 66 76 61 72 20 2a 72 77 6c 6f )..(defvar.*rwlo + 270 63 6b 2a 20 28 6d 70 3a 6d 61 6b 65 2d 72 77 6c ck*.(mp:make-rwl + 280 6f 63 6b 20 3a 6e 61 6d 65 20 27 73 70 65 63 69 ock.:name.'speci + 290 61 6c 2d 74 65 73 74 2d 72 77 6c 6f 63 6b 29 29 al-test-rwlock)) + 2a0 0a 0a 28 64 65 66 75 6e 20 72 65 61 64 2d 72 77 ..(defun.read-rw + 2b0 6c 6f 63 6b 2d 74 68 72 65 61 64 20 28 29 0a 20 lock-thread.().. + 2c0 20 28 6c 6f 6f 70 0a 20 20 20 20 20 64 6f 0a 20 .(loop......do.. + 2d0 20 20 20 20 20 20 28 77 69 74 68 2d 72 77 6c 6f ......(with-rwlo + 2e0 63 6b 20 28 2a 72 77 6c 6f 63 6b 2a 20 3a 72 65 ck.(*rwlock*.:re + 2f0 61 64 29 29 29 29 0a 0a 28 64 65 66 75 6e 20 77 ad))))..(defun.w + 300 72 69 74 65 2d 72 77 6c 6f 63 6b 2d 74 68 72 65 rite-rwlock-thre + 310 61 64 20 28 29 0a 20 20 28 6c 6f 6f 70 0a 20 20 ad.()...(loop... + 320 20 20 20 64 6f 0a 20 20 20 20 20 20 20 28 77 69 ...do........(wi + 330 74 68 2d 72 77 6c 6f 63 6b 20 28 2a 72 77 6c 6f th-rwlock.(*rwlo + 340 63 6b 2a 20 3a 77 72 69 74 65 29 29 29 29 0a 0a ck*.:write)))).. + 350 3b 3b 3b 20 44 69 64 20 6e 6f 74 20 6d 61 6e 61 ;;;.Did.not.mana + 360 67 65 20 74 6f 20 72 65 70 72 6f 64 75 63 65 2e ge.to.reproduce. + 370 20 20 52 65 61 64 20 6c 6f 63 6b 69 6e 67 20 77 ..Read.locking.w + 380 69 74 68 6f 75 74 20 63 6f 6e 74 65 6e 74 69 6f ithout.contentio + 390 6e 2e 0a 28 64 65 66 75 6e 20 74 65 73 74 35 20 n..(defun.test5. + 3a0 28 29 0a 20 20 28 6c 65 74 20 28 28 6c 6f 63 6b ()...(let.((lock + 3b0 65 72 2d 74 68 72 65 61 64 20 28 6d 70 3a 70 72 er-thread.(mp:pr + 3c0 6f 63 65 73 73 2d 72 75 6e 2d 66 75 6e 63 74 69 ocess-run-functi + 3d0 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 09 09 09 09 on.'locker...... + 3e0 09 23 27 72 65 61 64 2d 72 77 6c 6f 63 6b 2d 74 .#'read-rwlock-t + 3f0 68 72 65 61 64 29 29 29 0a 20 20 20 20 28 75 6e hread))).....(un + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 56 V + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2a * + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 1024 bytes + 000 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a 09 20 28 wind-protect...( + 010 74 65 73 74 31 29 0a 20 20 20 20 20 20 28 6d 70 test1).......(mp + 020 3a 70 72 6f 63 65 73 73 2d 6b 69 6c 6c 20 6c 6f :process-kill.lo + 030 63 6b 65 72 2d 74 68 72 65 61 64 29 29 29 29 0a cker-thread)))). + 040 0a 3b 3b 3b 20 44 69 64 20 6e 6f 74 20 6d 61 6e .;;;.Did.not.man + 050 61 67 65 20 74 6f 20 72 65 70 72 6f 64 75 63 65 age.to.reproduce + 060 2e 20 20 57 72 69 74 65 20 6c 6f 63 6b 69 6e 67 ...Write.locking + 070 20 77 69 74 68 6f 75 74 20 63 6f 6e 74 65 6e 74 .without.content + 080 69 6f 6e 2e 0a 3b 3b 3b 20 50 72 6f 64 75 63 65 ion..;;;.Produce + 090 73 20 53 49 47 53 45 47 56 20 61 66 74 65 72 20 s.SIGSEGV.after. + 0a0 61 20 66 65 77 20 74 72 69 65 73 20 28 72 65 61 a.few.tries.(rea + 0b0 73 6f 6e 20 6e 6f 74 20 79 65 74 20 69 6e 76 65 son.not.yet.inve + 0c0 73 74 69 67 61 74 65 64 29 2e 0a 3b 3b 3b 20 53 stigated)..;;;.S + 0d0 6f 20 72 65 70 72 6f 64 75 63 65 73 20 62 75 67 o.reproduces.bug + 0e0 20 23 33 2e 0a 28 64 65 66 75 6e 20 74 65 73 74 .#3..(defun.test + 0f0 36 20 28 29 0a 20 20 28 6c 65 74 20 28 28 6c 6f 6.()...(let.((lo + 100 63 6b 65 72 2d 74 68 72 65 61 64 20 28 6d 70 3a cker-thread.(mp: + 110 70 72 6f 63 65 73 73 2d 72 75 6e 2d 66 75 6e 63 process-run-func + 120 74 69 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 09 09 tion.'locker.... + 130 09 09 09 23 27 77 72 69 74 65 2d 72 77 6c 6f 63 ...#'write-rwloc + 140 6b 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 20 k-thread)))..... + 150 28 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a (unwind-protect. + 160 09 20 28 74 65 73 74 31 29 0a 20 20 20 20 20 20 ..(test1)....... + 170 28 6d 70 3a 70 72 6f 63 65 73 73 2d 6b 69 6c 6c (mp:process-kill + 180 20 6c 6f 63 6b 65 72 2d 74 68 72 65 61 64 29 29 .locker-thread)) + 190 29 29 0a 0a 3b 3b 3b 20 44 69 64 20 6e 6f 74 20 ))..;;;.Did.not. + 1a0 6d 61 6e 61 67 65 20 74 6f 20 72 65 70 72 6f 64 manage.to.reprod + 1b0 75 63 65 2e 20 20 52 65 61 64 20 6c 6f 63 6b 69 uce...Read.locki + 1c0 6e 67 20 77 69 74 68 20 72 65 61 64 20 6c 6f 63 ng.with.read.loc + 1d0 6b 69 6e 67 2e 0a 28 64 65 66 75 6e 20 74 65 73 king..(defun.tes + 1e0 74 37 20 28 29 0a 20 20 28 6c 65 74 20 28 28 6c t7.()...(let.((l + 1f0 6f 63 6b 65 72 2d 74 68 72 65 61 64 20 28 6d 70 ocker-thread.(mp + 200 3a 70 72 6f 63 65 73 73 2d 72 75 6e 2d 66 75 6e :process-run-fun + 210 63 74 69 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 09 ction.'locker... + 220 09 09 09 09 23 27 72 65 61 64 2d 72 77 6c 6f 63 ....#'read-rwloc + 230 6b 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 20 k-thread)))..... + 240 28 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a (unwind-protect. + 250 09 20 28 77 69 74 68 2d 72 77 6c 6f 63 6b 20 28 ..(with-rwlock.( + 260 2a 72 77 6c 6f 63 6b 2a 20 3a 72 65 61 64 29 0a *rwlock*.:read). + 270 09 20 20 20 28 74 65 73 74 31 29 29 0a 20 20 20 ....(test1)).... + 280 20 20 20 28 6d 70 3a 70 72 6f 63 65 73 73 2d 6b ...(mp:process-k + 290 69 6c 6c 20 6c 6f 63 6b 65 72 2d 74 68 72 65 61 ill.locker-threa + 2a0 64 29 29 29 29 0a 0a 3b 3b 3b 20 52 65 61 64 20 d))))..;;;.Read. + 2b0 6c 6f 63 6b 69 6e 67 20 77 69 74 68 20 62 61 63 locking.with.bac + 2c0 6b 67 72 6f 75 6e 64 20 77 72 69 74 65 20 6c 6f kground.write.lo + 2d0 63 6b 69 6e 67 2e 0a 3b 3b 3b 20 50 72 6f 64 75 cking..;;;.Produ + 2e0 63 65 73 20 53 49 47 53 45 47 56 20 61 66 74 65 ces.SIGSEGV.afte + 2f0 72 20 61 20 66 65 77 20 74 72 69 65 73 20 28 72 r.a.few.tries.(r + 300 65 61 73 6f 6e 20 6e 6f 74 20 79 65 74 20 69 6e eason.not.yet.in + 310 76 65 73 74 69 67 61 74 65 64 29 2e 0a 3b 3b 3b vestigated)..;;; + 320 20 52 65 70 72 6f 64 75 63 65 73 20 62 75 67 20 .Reproduces.bug. + 330 23 33 2e 0a 28 64 65 66 75 6e 20 74 65 73 74 38 #3..(defun.test8 + 340 20 28 29 0a 20 20 28 6c 65 74 20 28 28 6c 6f 63 .()...(let.((loc + 350 6b 65 72 2d 74 68 72 65 61 64 20 28 6d 70 3a 70 ker-thread.(mp:p + 360 72 6f 63 65 73 73 2d 72 75 6e 2d 66 75 6e 63 74 rocess-run-funct + 370 69 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 09 09 09 ion.'locker..... + 380 09 09 23 27 77 72 69 74 65 2d 72 77 6c 6f 63 6b ..#'write-rwlock + 390 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 20 28 -thread))).....( + 3a0 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a 09 unwind-protect.. + 3b0 20 28 77 69 74 68 2d 72 77 6c 6f 63 6b 20 28 2a .(with-rwlock.(* + 3c0 72 77 6c 6f 63 6b 2a 20 3a 72 65 61 64 29 0a 09 rwlock*.:read).. + 3d0 20 20 20 28 74 65 73 74 31 29 29 0a 20 20 20 20 ...(test1))..... + 3e0 20 20 28 6d 70 3a 70 72 6f 63 65 73 73 2d 6b 69 ..(mp:process-ki + 3f0 6c 6c 20 6c 6f 63 6b 65 72 2d 74 68 72 65 61 64 ll.locker-thread + 2916 1 ecl RET read 1024/0x400 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 680 bytes + 000 29 29 29 29 0a 0a 3b 3b 3b 20 57 72 69 74 65 20 ))))..;;;.Write. + 010 6c 6f 63 6b 69 6e 67 20 77 69 74 68 20 62 61 63 locking.with.bac + 020 6b 67 72 6f 75 6e 64 20 77 72 69 74 65 20 6c 6f kground.write.lo + 030 63 6b 69 6e 67 2e 0a 3b 3b 3b 20 50 72 6f 64 75 cking..;;;.Produ + 040 63 65 73 20 53 49 47 53 45 47 56 20 61 66 74 65 ces.SIGSEGV.afte + 050 72 20 61 20 66 65 77 20 74 72 69 65 73 20 28 72 r.a.few.tries.(r + 060 65 61 73 6f 6e 20 6e 6f 74 20 79 65 74 20 69 6e eason.not.yet.in + 070 76 65 73 74 69 67 61 74 65 64 29 2e 0a 3b 3b 3b vestigated)..;;; + 080 20 52 65 70 72 6f 64 75 63 65 73 20 62 75 67 20 .Reproduces.bug. + 090 23 33 2e 0a 28 64 65 66 75 6e 20 74 65 73 74 39 #3..(defun.test9 + 0a0 20 28 29 0a 20 20 28 6c 65 74 20 28 28 6c 6f 63 .()...(let.((loc + 0b0 6b 65 72 2d 74 68 72 65 61 64 20 28 6d 70 3a 70 ker-thread.(mp:p + 0c0 72 6f 63 65 73 73 2d 72 75 6e 2d 66 75 6e 63 74 rocess-run-funct + 0d0 69 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 09 09 09 ion.'locker..... + 0e0 09 09 23 27 77 72 69 74 65 2d 72 77 6c 6f 63 6b ..#'write-rwlock + 0f0 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 20 28 -thread))).....( + 100 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 0a 09 unwind-protect.. + 110 20 28 77 69 74 68 2d 72 77 6c 6f 63 6b 20 28 2a .(with-rwlock.(* + 120 72 77 6c 6f 63 6b 2a 20 3a 77 72 69 74 65 29 0a rwlock*.:write). + 130 09 20 20 20 28 74 65 73 74 31 29 29 0a 20 20 20 ....(test1)).... + 140 20 20 20 28 6d 70 3a 70 72 6f 63 65 73 73 2d 6b ...(mp:process-k + 150 69 6c 6c 20 6c 6f 63 6b 65 72 2d 74 68 72 65 61 ill.locker-threa + 160 64 29 29 29 29 0a 0a 3b 3b 3b 20 57 72 69 74 65 d))))..;;;.Write + 170 20 6c 6f 63 6b 69 6e 67 20 77 69 74 68 20 62 61 .locking.with.ba + 180 63 6b 67 72 6f 75 6e 64 20 72 65 61 64 20 6c 6f ckground.read.lo + 190 63 6b 69 6e 67 2e 0a 3b 3b 3b 20 53 65 65 6d 73 cking..;;;.Seems + 1a0 20 74 6f 20 64 65 61 64 6c 6f 63 6b 20 61 66 74 .to.deadlock.aft + 1b0 65 72 20 61 20 66 65 77 20 74 72 69 65 73 2c 20 er.a.few.tries,. + 1c0 77 69 74 68 6f 75 74 20 62 75 73 79 20 6c 6f 6f without.busy.loo + 1d0 70 69 6e 67 2e 0a 28 64 65 66 75 6e 20 74 65 73 ping..(defun.tes + 1e0 74 31 30 20 28 29 0a 20 20 28 6c 65 74 20 28 28 t10.()...(let.(( + 1f0 6c 6f 63 6b 65 72 2d 74 68 72 65 61 64 20 28 6d locker-thread.(m + 200 70 3a 70 72 6f 63 65 73 73 2d 72 75 6e 2d 66 75 p:process-run-fu + 210 6e 63 74 69 6f 6e 20 27 6c 6f 63 6b 65 72 0a 09 nction.'locker.. + 220 09 09 09 09 09 23 27 72 65 61 64 2d 72 77 6c 6f .....#'read-rwlo + 230 63 6b 2d 74 68 72 65 61 64 29 29 29 0a 20 20 20 ck-thread))).... + 240 20 28 75 6e 77 69 6e 64 2d 70 72 6f 74 65 63 74 .(unwind-protect + 250 0a 09 20 28 77 69 74 68 2d 72 77 6c 6f 63 6b 20 ...(with-rwlock. + 260 28 2a 72 77 6c 6f 63 6b 2a 20 3a 77 72 69 74 65 (*rwlock*.:write + 270 29 0a 09 20 20 20 28 74 65 73 74 31 29 29 0a 20 ).....(test1)).. + 280 20 20 20 20 20 28 6d 70 3a 70 72 6f 63 65 73 73 .....(mp:process + 290 2d 6b 69 6c 6c 20 6c 6f 63 6b 65 72 2d 74 68 72 -kill.locker-thr + 2a0 65 61 64 29 29 29 29 0a ead)))). + 2916 1 ecl RET read 680/0x2a8 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbf60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc020,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc040,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfe0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc120,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(5,0x2399400,0x400) + 2916 1 ecl GIO fd 5 read 0 bytes + 2916 1 ecl RET read 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffc320,0) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffc310,0x7f7fffffc320) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL __stat50(0x26836b8,0x7f7fffffbfc0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.c" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x2683798,0x601,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.c" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x2683798,2,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.c" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffbf50) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL lseek(5,0,0,0) + 2916 1 ecl RET lseek 0 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffc230,0) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL __gettimeofday50(0x7f7fffffc160,0) + 2916 1 ecl RET __gettimeofday50 0 + 2916 1 ecl CALL access(0x7f7ff6af1151,4) + 2916 1 ecl NAMI "/etc/localtime" + 2916 1 ecl RET access 0 + 2916 1 ecl CALL open(0x7f7ff6af1151,0,0) + 2916 1 ecl NAMI "/etc/localtime" + 2916 1 ecl RET open 6 + 2916 1 ecl CALL read(6,0x7f7ff750c000,0xa1e8) + 2916 1 ecl GIO fd 6 read 3477 bytes + 000 54 5a 69 66 32 00 00 00 00 00 00 00 00 00 00 00 TZif2........... + 010 00 00 00 00 00 00 00 04 00 00 00 04 00 00 00 00 ................ + 020 00 00 00 e8 00 00 00 04 00 00 00 10 9c bd 01 f0 ................ + 030 9c e4 64 c0 9e b8 93 70 9f ba eb 60 a0 87 58 f8 ..d....p...`..X. + 040 a1 99 82 e8 a2 94 0d f8 a3 5f 06 e8 a4 73 e8 f0 ........._...s.. + 050 a5 3e e8 e8 a6 53 ca f0 a7 1e ca e8 aa 2d ec f0 .>...S.......-.. + 060 aa de 8e e8 ab fc ab 70 ac be 70 e8 ad dc 8d 70 .......p..p....p + 070 ae 9e 52 e8 af bc 53 50 b0 7e 11 c0 b1 9c 35 50 ..R...SP.~....5P + 080 b2 67 2e 40 b3 7c 17 50 b4 47 10 40 b5 5b f9 50 .g.@.|.P.G.@.[.P + 090 b6 26 f2 40 b7 3b db 50 b8 06 d4 40 b9 24 f7 d0 .&.@.;.P...@.$.. + 0a0 b9 e6 b6 40 bb 04 d9 d0 bb cf d2 c0 bc e4 bb d0 ...@............ + 0b0 bd af b4 c0 be c4 9d d0 bf 8f 96 c0 c0 a4 7f d0 ................ + 0c0 c1 6f 78 c0 c2 84 61 d0 c3 4f 5a c0 c4 64 43 d0 .ox...a..OZ..dC. + 0d0 c5 2f 3c c0 c6 4d 60 50 c7 0f 1e c0 c8 2d 42 50 ./<..M`P.....-BP + 0e0 cb 88 f0 70 d2 23 f4 70 d2 60 fb e0 d3 75 e4 f0 ...p.#.p.`...u.. + 0f0 d4 40 dd e0 d5 55 c6 f0 d6 20 bf e0 d7 35 a8 f0 .@...U.......5.. + 100 d8 00 a1 e0 d9 15 8a f0 da 0e a8 60 da fe a7 70 ...........`...p + 110 db ee 8a 60 dc de 89 70 dd a9 82 60 de be 6b 70 ...`...p...`..kp + 120 df 89 64 60 e0 9e 4d 70 e1 69 46 60 e2 7e 2f 70 ..d`..Mp.iF`.~/p + 130 e3 49 28 60 e4 5e 11 70 e5 29 0a 60 e6 47 2d f0 .I(`.^.p.).`.G-. + 140 e7 12 26 e0 e8 27 0f f0 e9 16 f2 e0 ea 06 f1 f0 ..&..'.......... + 150 ea f6 d4 e0 eb e6 d3 f0 ec d6 b6 e0 ed c6 b5 f0 ................ + 160 ee bf d3 60 ef af d2 70 f0 9f b5 60 f1 8f b4 70 ...`...p...`...p + 170 f2 7f 97 60 f3 6f 96 70 f4 5f 79 60 f5 4f 78 70 ...`.o.p._y`.Oxp + 180 f6 3f 5b 60 f7 2f 5a 70 f8 28 77 e0 f9 0f 3c 70 .?[`./Zp.(w...

..p?.b.@o.p + 2c0 41 84 7f 60 42 4f 94 70 43 64 61 60 44 2f 76 70 A..`BO.pCda`D/vp + 2d0 45 44 43 60 45 f3 a8 f0 47 2d 5f e0 47 d3 8a f0 EDC`E...G-_.G... + 2e0 49 0d 41 e0 49 b3 6c f0 4a ed 23 e0 4b 9c 89 70 I.A.I.l.J.#.K..p + 2f0 4c d6 40 60 4d 7c 6b 70 4e b6 22 60 4f 5c 4d 70 L.@`M|kpN."`O\Mp + 300 50 96 04 60 51 3c 2f 70 52 75 e6 60 53 1c 11 70 P..`Q.......S.. + 570 ff ff ff ff a7 1e ca e8 ff ff ff ff aa 2d ec f0 .............-.. + 580 ff ff ff ff aa de 8e e8 ff ff ff ff ab fc ab 70 ...............p + 590 ff ff ff ff ac be 70 e8 ff ff ff ff ad dc 8d 70 ......p........p + 5a0 ff ff ff ff ae 9e 52 e8 ff ff ff ff af bc 53 50 ......R.......SP + 5b0 ff ff ff ff b0 7e 11 c0 ff ff ff ff b1 9c 35 50 .....~........5P + 5c0 ff ff ff ff b2 67 2e 40 ff ff ff ff b3 7c 17 50 .....g.@.....|.P + 5d0 ff ff ff ff b4 47 10 40 ff ff ff ff b5 5b f9 50 .....G.@.....[.P + 5e0 ff ff ff ff b6 26 f2 40 ff ff ff ff b7 3b db 50 .....&.@.....;.P + 5f0 ff ff ff ff b8 06 d4 40 ff ff ff ff b9 24 f7 d0 .......@.....$.. + 600 ff ff ff ff b9 e6 b6 40 ff ff ff ff bb 04 d9 d0 .......@........ + 610 ff ff ff ff bb cf d2 c0 ff ff ff ff bc e4 bb d0 ................ + 620 ff ff ff ff bd af b4 c0 ff ff ff ff be c4 9d d0 ................ + 630 ff ff ff ff bf 8f 96 c0 ff ff ff ff c0 a4 7f d0 ................ + 640 ff ff ff ff c1 6f 78 c0 ff ff ff ff c2 84 61 d0 .....ox.......a. + 650 ff ff ff ff c3 4f 5a c0 ff ff ff ff c4 64 43 d0 .....OZ......dC. + 660 ff ff ff ff c5 2f 3c c0 ff ff ff ff c6 4d 60 50 ...../<......M`P + 670 ff ff ff ff c7 0f 1e c0 ff ff ff ff c8 2d 42 50 .............-BP + 680 ff ff ff ff cb 88 f0 70 ff ff ff ff d2 23 f4 70 .......p.....#.p + 690 ff ff ff ff d2 60 fb e0 ff ff ff ff d3 75 e4 f0 .....`.......u.. + 6a0 ff ff ff ff d4 40 dd e0 ff ff ff ff d5 55 c6 f0 .....@.......U.. + 6b0 ff ff ff ff d6 20 bf e0 ff ff ff ff d7 35 a8 f0 .............5.. + 6c0 ff ff ff ff d8 00 a1 e0 ff ff ff ff d9 15 8a f0 ................ + 6d0 ff ff ff ff da 0e a8 60 ff ff ff ff da fe a7 70 .......`.......p + 6e0 ff ff ff ff db ee 8a 60 ff ff ff ff dc de 89 70 .......`.......p + 6f0 ff ff ff ff dd a9 82 60 ff ff ff ff de be 6b 70 .......`......kp + 700 ff ff ff ff df 89 64 60 ff ff ff ff e0 9e 4d 70 ......d`......Mp + 710 ff ff ff ff e1 69 46 60 ff ff ff ff e2 7e 2f 70 .....iF`.....~/p + 720 ff ff ff ff e3 49 28 60 ff ff ff ff e4 5e 11 70 .....I(`.....^.p + 730 ff ff ff ff e5 29 0a 60 ff ff ff ff e6 47 2d f0 .....).`.....G-. + 740 ff ff ff ff e7 12 26 e0 ff ff ff ff e8 27 0f f0 ......&......'.. + 750 ff ff ff ff e9 16 f2 e0 ff ff ff ff ea 06 f1 f0 ................ + 760 ff ff ff ff ea f6 d4 e0 ff ff ff ff eb e6 d3 f0 ................ + 770 ff ff ff ff ec d6 b6 e0 ff ff ff ff ed c6 b5 f0 ................ + 780 ff ff ff ff ee bf d3 60 ff ff ff ff ef af d2 70 .......`.......p + 790 ff ff ff ff f0 9f b5 60 ff ff ff ff f1 8f b4 70 .......`.......p + 7a0 ff ff ff ff f2 7f 97 60 ff ff ff ff f3 6f 96 70 .......`.....o.p + 7b0 ff ff ff ff f4 5f 79 60 ff ff ff ff f5 4f 78 70 ....._y`.....Oxp + 7c0 ff ff ff ff f6 3f 5b 60 ff ff ff ff f7 2f 5a 70 .....?[`...../Zp + 7d0 ff ff ff ff f8 28 77 e0 ff ff ff ff f9 0f 3c 70 .....(w.......

..p + a30 00 00 00 00 3f 9b 62 e0 00 00 00 00 40 6f b2 70 ....?.b.....@o.p + a40 00 00 00 00 41 84 7f 60 00 00 00 00 42 4f 94 70 ....A..`....BO.p + a50 00 00 00 00 43 64 61 60 00 00 00 00 44 2f 76 70 ....Cda`....D/vp + a60 00 00 00 00 45 44 43 60 00 00 00 00 45 f3 a8 f0 ....EDC`....E... + a70 00 00 00 00 47 2d 5f e0 00 00 00 00 47 d3 8a f0 ....G-_.....G... + a80 00 00 00 00 49 0d 41 e0 00 00 00 00 49 b3 6c f0 ....I.A.....I.l. + a90 00 00 00 00 4a ed 23 e0 00 00 00 00 4b 9c 89 70 ....J.#.....K..p + aa0 00 00 00 00 4c d6 40 60 00 00 00 00 4d 7c 6b 70 ....L.@`....M|kp + ab0 00 00 00 00 4e b6 22 60 00 00 00 00 4f 5c 4d 70 ....N."`....O\Mp + ac0 00 00 00 00 50 96 04 60 00 00 00 00 51 3c 2f 70 ....P..`....Q

...?... + 200 40 6f dc a0 41 84 a9 90 42 4f be a0 43 64 8b 90 @o..A...BO..Cd.. + 210 44 2f a0 a0 45 44 6d 90 45 f3 d3 20 47 2d 8a 10 D/..EDm.E...G-.. + 220 47 d3 b5 20 49 0d 6c 10 49 b3 97 20 4a ed 4e 10 G...I.l.I...J.N. + 230 4b 9c b3 a0 4c d6 6a 90 4d 7c 95 a0 4e b6 4c 90 K...L.j.M|..N.L. + 240 4f 5c 77 a0 50 96 2e 90 51 3c 59 a0 52 76 10 90 O\w.P...Q...... + 7d0 00 3f 9b 8d 10 00 00 00 00 40 6f dc a0 00 00 00 .?.......@o..... + 7e0 00 41 84 a9 90 00 00 00 00 42 4f be a0 00 00 00 .A.......BO..... + 7f0 00 43 64 8b 90 00 00 00 00 44 2f a0 a0 00 00 00 .Cd......D/..... + 800 00 45 44 6d 90 00 00 00 00 45 f3 d3 20 00 00 00 .EDm.....E...... + 810 00 47 2d 8a 10 00 00 00 00 47 d3 b5 20 00 00 00 .G-......G...... + 820 00 49 0d 6c 10 00 00 00 00 49 b3 97 20 00 00 00 .I.l.....I...... + 830 00 4a ed 4e 10 00 00 00 00 4b 9c b3 a0 00 00 00 .J.N.....K...... + 840 00 4c d6 6a 90 00 00 00 00 4d 7c 95 a0 00 00 00 .L.j.....M|..... + 850 00 4e b6 4c 90 00 00 00 00 4f 5c 77 a0 00 00 00 .N.L.....O\w.... + 860 00 50 96 2e 90 00 00 00 00 51 3c 59 a0 00 00 00 .P.......Q...?... + 200 40 6f dc a0 41 84 a9 90 42 4f be a0 43 64 8b 90 @o..A...BO..Cd.. + 210 44 2f a0 a0 45 44 6d 90 45 f3 d3 20 47 2d 8a 10 D/..EDm.E...G-.. + 220 47 d3 b5 20 49 0d 6c 10 49 b3 97 20 4a ed 4e 10 G...I.l.I...J.N. + 230 4b 9c b3 a0 4c d6 6a 90 4d 7c 95 a0 4e b6 4c 90 K...L.j.M|..N.L. + 240 4f 5c 77 a0 50 96 2e 90 51 3c 59 a0 52 76 10 90 O\w.P...Q...... + 7d0 00 3f 9b 8d 10 00 00 00 00 40 6f dc a0 00 00 00 .?.......@o..... + 7e0 00 41 84 a9 90 00 00 00 00 42 4f be a0 00 00 00 .A.......BO..... + 7f0 00 43 64 8b 90 00 00 00 00 44 2f a0 a0 00 00 00 .Cd......D/..... + 800 00 45 44 6d 90 00 00 00 00 45 f3 d3 20 00 00 00 .EDm.....E...... + 810 00 47 2d 8a 10 00 00 00 00 47 d3 b5 20 00 00 00 .G-......G...... + 820 00 49 0d 6c 10 00 00 00 00 49 b3 97 20 00 00 00 .I.l.....I...... + 830 00 4a ed 4e 10 00 00 00 00 4b 9c b3 a0 00 00 00 .J.N.....K...... + 840 00 4c d6 6a 90 00 00 00 00 4d 7c 95 a0 00 00 00 .L.j.....M|..... + 850 00 4e b6 4c 90 00 00 00 00 4f 5c 77 a0 00 00 00 .N.L.....O\w.... + 860 00 50 96 2e 90 00 00 00 00 51 3c 59 a0 00 00 00 .P.......Q. + 2916 1 ecl RET write 25/0x19 + 2916 1 ecl CALL write(6,0x2726c00,1) + 2916 1 ecl GIO fd 6 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(6,0x2726c00,0x16) + 2916 1 ecl GIO fd 6 wrote 22 bytes + 000 23 69 66 64 65 66 20 45 43 4c 5f 44 59 4e 41 4d #ifdef.ECL_DYNAM + 010 49 43 5f 56 56 0a IC_VV. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(6,0x2726c00,0x16) + 2916 1 ecl GIO fd 6 wrote 22 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 2a 56 56 3b 0a .*VV;. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 23 65 6c 73 65 0a #else. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x19) + 2916 1 ecl GIO fd 6 wrote 25 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 56 56 5b 56 4d 5d 3b 0a .VV[VM];. + 2916 1 ecl RET write 25/0x19 + 2916 1 ecl CALL write(6,0x2726c00,7) + 2916 1 ecl GIO fd 6 wrote 7 bytes + 000 23 65 6e 64 69 66 0a #endif. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(6,0x2726c00,1) + 2916 1 ecl GIO fd 6 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 23 69 66 64 65 66 20 5f 5f 63 70 6c 75 73 70 6c #ifdef.__cpluspl + 010 75 73 0a us. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,0xd) + 2916 1 ecl GIO fd 6 wrote 13 bytes + 000 65 78 74 65 72 6e 20 22 43 22 20 7b 0a extern."C".{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(1,0x7f7fffffbdc0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 23 69 6e 63 6c 75 64 65 20 22 67 63 2d 62 75 67 #include."gc-bug + 010 2d 74 65 73 74 2e 65 63 6c 68 22 0a -test.eclh". + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 31 20 20 20 20 20 20 20 20 20 20 20 TEST1........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,7) + 2916 1 ecl GIO fd 6 wrote 7 bytes + 000 23 65 6e 64 69 66 0a #endif. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 74 65 73 74 31 28 29 0a .L1test1(). + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 61 6c 75 65 .cl_object.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 31 3b ...cl_object.v1; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 32 ....cl_object.v2 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 20 76 32 20 3d 20 65 63 6c 5f 73 79 6d ....v2.=.ecl_sym + 010 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 30 5d 29 bol_value(VV[0]) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x17) + 2916 1 ecl GIO fd 5 wrote 23 bytes + 000 20 20 20 20 54 30 20 3d 20 63 6c 5f 72 65 61 6c ....T0.=.cl_real + 010 70 28 76 32 29 3b 0a p(v2);. + 2916 1 ecl RET write 23/0x17 + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 75 6e 6c 69 ....if.(ecl_unli + 010 6b 65 6c 79 28 21 28 28 54 30 29 21 3d 45 43 4c kely(!((T0)!=ECL + 020 5f 4e 49 4c 29 29 29 0a _NIL))). + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,0x38) + 2916 1 ecl GIO fd 5 wrote 56 bytes + 000 20 20 20 20 20 20 20 20 20 46 45 77 72 6f 6e 67 .........FEwrong + 010 5f 74 79 70 65 5f 61 72 67 75 6d 65 6e 74 28 45 _type_argument(E + 020 43 4c 5f 53 59 4d 28 22 52 45 41 4c 22 2c 37 30 CL_SYM("REAL",70 + 030 33 29 2c 76 32 29 3b 0a 3),v2);. + 2916 1 ecl RET write 56/0x38 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 76 31 20 3d 20 76 32 3b 0a ....v1.=.v2;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 34 3a 3b 0a L4:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 76 31 20 3d 20 65 63 6c 5f 6d 69 6e 75 ...v1.=.ecl_minu + 010 73 28 76 31 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 s(v1,ecl_make_fi + 020 78 6e 75 6d 28 31 29 29 3b 0a xnum(1));. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0xc) + 2916 1 ecl GIO fd 5 wrote 12 bytes + 000 20 20 20 54 30 20 3d 20 76 31 3b 0a ...T0.=.v1;. + 2916 1 ecl RET write 12/0xc + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 69 66 20 28 21 28 65 63 6c 5f 6d 69 6e ...if.(!(ecl_min + 010 75 73 70 28 54 30 29 29 29 20 7b 20 67 6f 74 6f usp(T0))).{.goto + 020 20 4c 36 3b 20 7d 0a .L6;.}. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0xc) + 2916 1 ecl GIO fd 5 wrote 12 bytes + 000 20 20 20 67 6f 74 6f 20 4c 35 3b 0a ...goto.L5;. + 2916 1 ecl RET write 12/0xc + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 36 3a 3b 0a L6:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 32 ....cl_object.v2 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 33 ....cl_object.v3 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x8c) + 2916 1 ecl GIO fd 5 wrote 140 bytes + 000 20 20 20 20 54 30 20 3d 20 73 69 5f 6d 61 6b 65 ....T0.=.si_make + 010 5f 70 75 72 65 5f 61 72 72 61 79 28 45 43 4c 5f _pure_array(ECL_ + 020 53 59 4d 28 22 42 59 54 45 38 22 2c 31 33 33 33 SYM("BYTE8",1333 + 030 29 2c 20 65 63 6c 5f 73 79 6d 62 6f 6c 5f 76 61 ),.ecl_symbol_va + 040 6c 75 65 28 56 56 5b 31 5d 29 2c 20 45 43 4c 5f lue(VV[1]),.ECL_ + 050 4e 49 4c 2c 20 65 63 6c 5f 73 79 6d 62 6f 6c 5f NIL,.ecl_symbol_ + 060 76 61 6c 75 65 28 56 56 5b 31 5d 29 2c 20 45 43 value(VV[1]),.EC + 070 4c 5f 4e 49 4c 2c 20 65 63 6c 5f 6d 61 6b 65 5f L_NIL,.ecl_make_ + 080 66 69 78 6e 75 6d 28 30 29 29 3b 0a fixnum(0));. + 2916 1 ecl RET write 140/0x8c + 2916 1 ecl CALL write(5,0x2399000,0x56) + 2916 1 ecl GIO fd 5 wrote 86 bytes + 000 20 20 20 20 76 32 20 3d 20 73 69 5f 66 69 6c 6c ....v2.=.si_fill + 010 5f 61 72 72 61 79 5f 77 69 74 68 5f 65 6c 74 28 _array_with_elt( + 020 54 30 2c 20 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 T0,.ecl_make_fix + 030 6e 75 6d 28 30 29 2c 20 65 63 6c 5f 6d 61 6b 65 num(0),.ecl_make + 040 5f 66 69 78 6e 75 6d 28 30 29 2c 20 45 43 4c 5f _fixnum(0),.ECL_ + 050 4e 49 4c 29 3b 0a NIL);. + 2916 1 ecl RET write 86/0x56 + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 20 76 33 20 3d 20 65 63 6c 5f 73 79 6d ....v3.=.ecl_sym + 010 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 33 5d 29 bol_value(VV[3]) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 20 20 20 20 63 6c 5f 66 69 78 6e 75 6d 20 76 .....cl_fixnum.v + 010 34 3b 0a 4;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 20 20 20 20 63 6c 5f 66 69 78 6e 75 6d 20 76 .....cl_fixnum.v + 010 35 3b 0a 5;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 76 34 20 3d 20 28 28 76 33 29 2d .....v4.=.((v3)- + 010 3e 76 65 63 74 6f 72 2e 66 69 6c 6c 70 29 3b 0a >vector.fillp);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 76 35 20 3d 20 28 28 76 33 29 2d .....v5.=.((v3)- + 010 3e 61 72 72 61 79 2e 64 69 6d 29 3b 0a >array.dim);. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 20 69 66 20 28 21 28 28 76 34 29 3c .....if.(!((v4)< + 010 28 76 35 29 29 29 20 7b 20 67 6f 74 6f 20 4c 31 (v5))).{.goto.L1 + 020 36 3b 20 7d 0a 6;.}. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x14) + 2916 1 ecl GIO fd 5 wrote 20 bytes + 000 20 20 20 20 20 20 63 6c 5f 66 69 78 6e 75 6d 20 ......cl_fixnum. + 010 76 36 3b 0a v6;. + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(5,0x2399000,0x15) + 2916 1 ecl GIO fd 5 wrote 21 bytes + 000 20 20 20 20 20 20 76 36 20 3d 20 28 31 29 2b 28 ......v6.=.(1)+( + 010 76 34 29 3b 0a v4);. + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 20 20 20 28 28 76 33 29 2d 3e 76 65 63 ......((v3)->vec + 010 74 6f 72 2e 66 69 6c 6c 70 29 3d 28 76 36 29 3b tor.fillp)=(v6); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 65 63 6c 5f 61 73 65 74 5f 75 6e .....ecl_aset_un + 010 73 61 66 65 28 76 33 2c 76 34 2c 76 32 29 3b 0a safe(v3,v4,v2);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 67 6f 74 6f 20 4c 31 30 3b 0a .....goto.L10;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 31 36 3a 3b 0a L16:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x3b) + 2916 1 ecl GIO fd 5 wrote 59 bytes + 000 20 20 20 20 20 63 6c 5f 76 65 63 74 6f 72 5f 70 .....cl_vector_p + 010 75 73 68 5f 65 78 74 65 6e 64 28 33 2c 20 76 32 ush_extend(3,.v2 + 020 2c 20 76 33 2c 20 65 63 6c 5f 6d 61 6b 65 5f 66 ,.v3,.ecl_make_f + 030 69 78 6e 75 6d 28 30 29 29 3b 0a ixnum(0));. + 2916 1 ecl RET write 59/0x3b + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 31 30 3a 3b 0a L10:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0xc) + 2916 1 ecl GIO fd 5 wrote 12 bytes + 000 20 20 20 67 6f 74 6f 20 4c 34 3b 0a ...goto.L4;. + 2916 1 ecl RET write 12/0xc + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 35 3a 3b 0a L5:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x15) + 2916 1 ecl GIO fd 5 wrote 21 bytes + 000 20 20 20 76 61 6c 75 65 30 20 3d 20 45 43 4c 5f ...value0.=.ECL_ + 010 4e 49 4c 3b 0a NIL;. + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e ...cl_env_copy-> + 010 6e 76 61 6c 75 65 73 20 3d 20 31 3b 0a nvalues.=.1;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 72 65 74 75 72 6e 20 76 61 6c 75 65 30 ...return.value0 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 32 20 20 20 20 20 20 20 20 20 20 20 TEST2........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1c) + 2916 1 ecl GIO fd 6 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 74 65 73 74 31 28 29 3b 0a .L1test1();. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 32 74 65 73 74 32 28 29 0a .L2test2(). + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 61 6c 75 65 .cl_object.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x1f) + 2916 1 ecl GIO fd 5 wrote 31 bytes + 000 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 69 ..T0.=.ecl_fdefi + 010 6e 69 74 69 6f 6e 28 56 56 5b 34 5d 29 3b 0a nition(VV[4]);. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(5,0x2399000,0x32) + 2916 1 ecl GIO fd 5 wrote 50 bytes + 000 20 20 76 61 6c 75 65 30 20 3d 20 6d 70 5f 70 72 ..value0.=.mp_pr + 010 6f 63 65 73 73 5f 72 75 6e 5f 66 75 6e 63 74 69 ocess_run_functi + 020 6f 6e 28 32 2c 20 56 56 5b 35 5d 2c 20 54 30 29 on(2,.VV[5],.T0) + 030 3b 0a ;. + 2916 1 ecl RET write 50/0x32 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 72 65 74 75 72 6e 20 76 61 6c 75 65 30 3b ..return.value0; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 42 B + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 59 Y + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 42 55 53 59 2d 54 48 52 45 41 44 20 20 20 20 20 BUSY-THREAD..... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1c) + 2916 1 ecl GIO fd 6 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 32 74 65 73 74 32 28 29 3b 0a .L2test2();. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 33 62 75 73 79 5f 74 68 72 65 61 64 28 29 .L3busy_thread() + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 61 6c 75 65 .cl_object.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 31 3a 3b 0a L1:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0xb) + 2916 1 ecl GIO fd 5 wrote 11 bytes + 000 20 20 67 6f 74 6f 20 4c 31 3b 0a ..goto.L1;. + 2916 1 ecl RET write 11/0xb + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 33 20 20 20 20 20 20 20 20 20 20 20 TEST3........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x22) + 2916 1 ecl GIO fd 6 wrote 34 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 33 62 75 73 79 5f 74 68 72 65 61 64 28 29 .L3busy_thread() + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 34 74 65 73 74 33 28 29 0a .L4test3(). + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 62 75 73 79 5f 74 68 72 bject.v1busy_thr + 020 65 61 64 3b 0a ead;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 37 5d 29 3b 0a inition(VV[7]);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x3a) + 2916 1 ecl GIO fd 5 wrote 58 bytes + 000 20 20 20 76 31 62 75 73 79 5f 74 68 72 65 61 64 ...v1busy_thread + 010 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f 72 75 .=.mp_process_ru + 020 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 56 56 n_function(2,.VV + 030 5b 38 5d 2c 20 54 30 29 3b 0a [8],.T0);. + 2916 1 ecl RET write 58/0x3a + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c 31 74 >values[0].=.L1t + 020 65 73 74 31 28 29 3b 0a est1();. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 62 75 73 79 5f 74 68 72 65 61 ill(v1busy_threa + 020 64 29 3b 0a d);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 46 49 4c 45 2d 57 52 49 54 45 52 2d 54 48 52 45 FILE-WRITER-THRE + 030 41 44 20 20 20 20 20 20 20 20 20 20 20 20 20 20 AD.............. + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1c) + 2916 1 ecl GIO fd 6 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 34 74 65 73 74 33 28 29 3b 0a .L4test3();. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 35 66 69 6c 65 5f 77 72 69 74 65 72 5f 74 .L5file_writer_t + 020 68 72 65 61 64 28 29 0a hread(). + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 66 69 6c 65 6e 61 6d 65 bject.v1filename + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 76 31 66 69 6c 65 6e 61 6d 65 20 3d 20 ...v1filename.=. + 010 73 69 5f 6d 6b 73 74 65 6d 70 28 56 56 5b 31 30 si_mkstemp(VV[10 + 020 5d 29 3b 0a ]);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c .....volatile.cl + 010 5f 6f 62 6a 65 63 74 20 76 34 73 74 72 65 61 6d _object.v4stream + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x5b) + 2916 1 ecl GIO fd 5 wrote 91 bytes + 000 20 20 20 20 20 76 34 73 74 72 65 61 6d 20 3d 20 .....v4stream.=. + 010 63 6c 5f 6f 70 65 6e 28 33 2c 20 76 31 66 69 6c cl_open(3,.v1fil + 020 65 6e 61 6d 65 2c 20 45 43 4c 5f 53 59 4d 28 22 ename,.ECL_SYM(" + 030 44 49 52 45 43 54 49 4f 4e 22 2c 31 32 32 31 29 DIRECTION",1221) + 040 2c 20 45 43 4c 5f 53 59 4d 28 22 4f 55 54 50 55 ,.ECL_SYM("OUTPU + 050 54 22 2c 31 32 38 35 29 29 3b 0a T",1285));. + 2916 1 ecl RET write 91/0x5b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 ......volatile.b + 010 6f 6f 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 ool.unwinding.=. + 020 46 41 4c 53 45 3b 0a FALSE;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 ......cl_index.v + 010 35 3d 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 5=ECL_STACK_INDE + 020 58 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 X(cl_env_copy),v + 030 36 3b 0a 6;. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f ......ecl_frame_ + 010 70 74 72 20 6e 65 78 74 5f 66 72 3b 0a ptr.next_fr;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 ......if.(ecl_fr + 010 73 5f 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f s_push(cl_env_co + 020 70 79 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 py,ECL_PROTECT_T + 030 41 47 29 29 20 7b 0a AG)).{. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e ........unwindin + 010 67 20 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 g.=.TRUE;.next_f + 020 72 3d 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e r=cl_env_copy->n + 030 6c 6a 5f 66 72 3b 0a lj_fr;. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ......}.else.{. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7b 0a ......{. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 20 20 20 73 74 72 75 63 74 20 65 63 .......struct.ec + 010 6c 5f 73 74 61 63 6b 5f 66 72 61 6d 65 20 5f 65 l_stack_frame._e + 020 63 6c 5f 69 6e 6e 65 72 5f 66 72 61 6d 65 5f 61 cl_inner_frame_a + 030 75 78 3b 0a ux;. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x73) + 2916 1 ecl GIO fd 5 wrote 115 bytes + 000 20 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 .......volatile. + 010 63 6c 5f 6f 62 6a 65 63 74 20 5f 65 63 6c 5f 69 cl_object._ecl_i + 020 6e 6e 65 72 5f 66 72 61 6d 65 20 3d 20 65 63 6c nner_frame.=.ecl + 030 5f 73 74 61 63 6b 5f 66 72 61 6d 65 5f 6f 70 65 _stack_frame_ope + 040 6e 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 28 63 n(cl_env_copy,(c + 050 6c 5f 6f 62 6a 65 63 74 29 26 5f 65 63 6c 5f 69 l_object)&_ecl_i + 060 6e 6e 65 72 5f 66 72 61 6d 65 5f 61 75 78 2c 30 nner_frame_aux,0 + 070 29 3b 0a );. + 2916 1 ecl RET write 115/0x73 + 2916 1 ecl CALL write(5,0x2399000,9) + 2916 1 ecl GIO fd 5 wrote 9 bytes + 000 20 20 20 20 20 20 20 7b 0a .......{. + 2916 1 ecl RET write 9 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 20 20 20 20 63 6c 5f 6f 62 6a 65 63 ........cl_objec + 010 74 20 76 37 3b 0a t.v7;. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0x1f) + 2916 1 ecl GIO fd 5 wrote 31 bytes + 000 20 20 20 20 20 20 20 20 76 37 20 3d 20 5f 65 63 ........v7.=._ec + 010 6c 5f 69 6e 6e 65 72 5f 66 72 61 6d 65 3b 0a l_inner_frame;. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 39 3a 3b 0a L9:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x2e) + 2916 1 ecl GIO fd 5 wrote 46 bytes + 000 20 20 20 20 20 20 20 20 63 6c 5f 77 72 69 74 65 ........cl_write + 010 5f 73 74 72 69 6e 67 28 32 2c 20 56 56 5b 31 31 _string(2,.VV[11 + 020 5d 2c 20 76 34 73 74 72 65 61 6d 29 3b 0a ],.v4stream);. + 2916 1 ecl RET write 46/0x2e + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 20 20 20 20 20 67 6f 74 6f 20 4c 39 3b ........goto.L9; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 ........ecl_stac + 010 6b 5f 66 72 61 6d 65 5f 70 75 73 68 5f 76 61 6c k_frame_push_val + 020 75 65 73 28 76 37 29 3b 0a ues(v7);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 20 20 20 20 69 66 20 28 4e 75 6c 6c ........if.(Null + 010 28 76 34 73 74 72 65 61 6d 29 29 20 7b 20 67 6f (v4stream)).{.go + 020 74 6f 20 4c 31 32 3b 20 7d 0a to.L12;.}. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x1f) + 2916 1 ecl GIO fd 5 wrote 31 bytes + 000 20 20 20 20 20 20 20 20 63 6c 5f 63 6c 6f 73 65 ........cl_close + 010 28 31 2c 20 76 34 73 74 72 65 61 6d 29 3b 0a (1,.v4stream);. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(5,0x2399000,0x3c) + 2916 1 ecl GIO fd 5 wrote 60 bytes + 000 4c 31 32 3a 3b 63 6c 5f 65 6e 76 5f 63 6f 70 79 L12:;cl_env_copy + 010 2d 3e 76 61 6c 75 65 73 5b 30 5d 3d 65 63 6c 5f ->values[0]=ecl_ + 020 73 74 61 63 6b 5f 66 72 61 6d 65 5f 70 6f 70 5f stack_frame_pop_ + 030 76 61 6c 75 65 73 28 76 37 29 3b 0a values(v7);. + 2916 1 ecl RET write 60/0x3c + 2916 1 ecl CALL write(5,0x2399000,9) + 2916 1 ecl GIO fd 5 wrote 9 bytes + 000 20 20 20 20 20 20 20 7d 0a .......}. + 2916 1 ecl RET write 9 + 2916 1 ecl CALL write(5,0x2399000,0x30) + 2916 1 ecl GIO fd 5 wrote 48 bytes + 000 20 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b .......ecl_stack + 010 5f 66 72 61 6d 65 5f 63 6c 6f 73 65 28 5f 65 63 _frame_close(_ec + 020 6c 5f 69 6e 6e 65 72 5f 66 72 61 6d 65 29 3b 0a l_inner_frame);. + 2916 1 ecl RET write 48/0x30 + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f ......ecl_frs_po + 010 70 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a p(cl_env_copy);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 20 20 76 36 3d 65 63 6c 5f 73 74 61 ......v6=ecl_sta + 010 63 6b 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 ck_push_values(c + 020 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a l_env_copy);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 20 20 69 66 20 28 4e 75 6c 6c 28 76 ......if.(Null(v + 010 34 73 74 72 65 61 6d 29 29 20 7b 20 67 6f 74 6f 4stream)).{.goto + 020 20 4c 31 34 3b 20 7d 0a .L14;.}. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,0x3b) + 2916 1 ecl GIO fd 5 wrote 59 bytes + 000 20 20 20 20 20 20 63 6c 5f 63 6c 6f 73 65 28 33 ......cl_close(3 + 010 2c 20 76 34 73 74 72 65 61 6d 2c 20 45 43 4c 5f ,.v4stream,.ECL_ + 020 53 59 4d 28 22 41 42 4f 52 54 22 2c 31 31 39 38 SYM("ABORT",1198 + 030 29 2c 20 45 43 4c 5f 54 29 3b 0a ),.ECL_T);. + 2916 1 ecl RET write 59/0x3b + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 31 34 3a 3b 0a L14:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2c) + 2916 1 ecl GIO fd 5 wrote 44 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f ......ecl_stack_ + 010 70 6f 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e pop_values(cl_en + 020 76 5f 63 6f 70 79 2c 76 36 29 3b 0a v_copy,v6);. + 2916 1 ecl RET write 44/0x2c + 2916 1 ecl CALL write(5,0x2399000,0x36) + 2916 1 ecl GIO fd 5 wrote 54 bytes + 000 20 20 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 ......if.(unwind + 010 69 6e 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 ing).ecl_unwind( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 cl_env_copy,next + 030 5f 66 72 29 3b 0a _fr);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f ......ECL_STACK_ + 010 53 45 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 SET_INDEX(cl_env + 020 5f 63 6f 70 79 2c 76 35 29 3b 0a _copy,v5);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 63 6c 5f 64 65 6c 65 74 65 5f 66 69 ....cl_delete_fi + 010 6c 65 28 76 31 66 69 6c 65 6e 61 6d 65 29 3b 0a le(v1filename);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 34 20 20 20 20 20 20 20 20 20 20 20 TEST4........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x29) + 2916 1 ecl GIO fd 6 wrote 41 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 35 66 69 6c 65 5f 77 72 69 74 65 72 5f 74 .L5file_writer_t + 020 68 72 65 61 64 28 29 3b 0a hread();. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 36 74 65 73 74 34 28 29 0a .L6test4(). + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 77 72 69 74 65 72 5f 74 bject.v1writer_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 31 32 5d 29 3b inition(VV[12]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 77 72 69 74 65 72 5f 74 68 72 65 ...v1writer_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 31 33 5d 2c 20 54 30 29 3b 0a VV[13],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c 31 74 >values[0].=.L1t + 020 65 73 74 31 28 29 3b 0a est1();. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 77 72 69 74 65 72 5f 74 68 72 ill(v1writer_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6c 6f 63 61 6c 20 66 75 /*......local.fu + 010 6e 63 74 69 6f 6e 20 57 49 54 48 2d 52 57 4c 4f nction.WITH-RWLO + 020 43 4b 20 20 20 20 20 20 20 20 20 20 20 20 20 20 CK.............. + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1c) + 2916 1 ecl GIO fd 6 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 36 74 65 73 74 34 28 29 3b 0a .L6test4();. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x3c) + 2916 1 ecl GIO fd 5 wrote 60 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 43 37 77 69 74 68 5f 72 77 6c 6f 63 6b 28 .LC7with_rwlock( + 020 63 6c 5f 6f 62 6a 65 63 74 20 76 31 2c 20 63 6c cl_object.v1,.cl + 030 5f 6f 62 6a 65 63 74 20 76 32 29 0a _object.v2). + 2916 1 ecl RET write 60/0x3c + 2916 1 ecl CALL write(6,0x2726c00,0x39) + 2916 1 ecl GIO fd 6 wrote 57 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 43 37 77 69 74 68 5f 72 77 6c 6f 63 6b 28 .LC7with_rwlock( + 020 63 6c 5f 6f 62 6a 65 63 74 20 2c 20 63 6c 5f 6f cl_object.,.cl_o + 030 62 6a 65 63 74 20 29 3b 0a bject.);. + 2916 1 ecl RET write 57/0x39 + 2916 1 ecl CALL write(6,0x2726c00,0x35) + 2916 1 ecl GIO fd 6 wrote 53 bytes + 000 65 78 74 65 72 6e 20 63 6c 5f 6f 62 6a 65 63 74 extern.cl_object + 010 20 73 69 5f 64 6d 5f 74 6f 6f 5f 66 65 77 5f 61 .si_dm_too_few_a + 020 72 67 75 6d 65 6e 74 73 28 63 6c 5f 6f 62 6a 65 rguments(cl_obje + 030 63 74 29 3b 0a ct);. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 2c 20 54 .cl_object.T0,.T + 010 31 2c 20 54 32 2c 20 54 33 2c 20 54 34 2c 20 54 1,.T2,.T3,.T4,.T + 020 35 2c 20 54 36 2c 20 54 37 3b 0a 5,.T6,.T7;. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 61 6c 75 65 .cl_object.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 33 3b ...cl_object.v3; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 34 3b ...cl_object.v4; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 35 3b ...cl_object.v5; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,0x15) + 2916 1 ecl GIO fd 5 wrote 21 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 36 6c ...cl_object.v6l + 010 6f 63 6b 3b 0a ock;. + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 37 6f ...cl_object.v7o + 010 70 3b 0a p;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x15) + 2916 1 ecl GIO fd 5 wrote 21 bytes + 000 20 20 20 76 33 20 3d 20 65 63 6c 5f 63 64 72 28 ...v3.=.ecl_cdr( + 010 76 31 29 3b 0a v1);. + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 69 66 20 28 21 28 76 33 3d 3d 45 43 4c ...if.(!(v3==ECL + 010 5f 4e 49 4c 29 29 20 7b 20 67 6f 74 6f 20 4c 33 _NIL)).{.goto.L3 + 020 3b 20 7d 0a ;.}. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 73 69 5f 64 6d 5f 74 6f 6f 5f 66 65 77 ...si_dm_too_few + 010 5f 61 72 67 75 6d 65 6e 74 73 28 76 31 29 3b 0a _arguments(v1);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 33 3a 3b 0a L3:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 38 ....cl_object.v8 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 38 20 3d 20 65 63 6c 5f 63 61 72 ....v8.=.ecl_car + 010 28 76 33 29 3b 0a (v3);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 33 20 3d 20 65 63 6c 5f 63 64 72 ....v3.=.ecl_cdr + 010 28 76 33 29 3b 0a (v3);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 76 34 20 3d 20 76 38 3b 0a ....v4.=.v8;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0xc) + 2916 1 ecl GIO fd 5 wrote 12 bytes + 000 20 20 20 76 35 20 3d 20 76 34 3b 0a ...v5.=.v4;. + 2916 1 ecl RET write 12/0xc + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 69 66 20 28 21 28 76 35 3d 3d 45 43 4c ...if.(!(v5==ECL + 010 5f 4e 49 4c 29 29 20 7b 20 67 6f 74 6f 20 4c 31 _NIL)).{.goto.L1 + 020 30 3b 20 7d 0a 0;.}. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 73 69 5f 64 6d 5f 74 6f 6f 5f 66 65 77 ...si_dm_too_few + 010 5f 61 72 67 75 6d 65 6e 74 73 28 76 31 29 3b 0a _arguments(v1);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 31 30 3a 3b 0a L10:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 38 ....cl_object.v8 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 38 20 3d 20 65 63 6c 5f 63 61 72 ....v8.=.ecl_car + 010 28 76 35 29 3b 0a (v5);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 35 20 3d 20 65 63 6c 5f 63 64 72 ....v5.=.ecl_cdr + 010 28 76 35 29 3b 0a (v5);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0x11) + 2916 1 ecl GIO fd 5 wrote 17 bytes + 000 20 20 20 20 76 36 6c 6f 63 6b 20 3d 20 76 38 3b ....v6lock.=.v8; + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 69 66 20 28 21 28 76 35 3d 3d 45 43 4c ...if.(!(v5==ECL + 010 5f 4e 49 4c 29 29 20 7b 20 67 6f 74 6f 20 4c 31 _NIL)).{.goto.L1 + 020 36 3b 20 7d 0a 6;.}. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 73 69 5f 64 6d 5f 74 6f 6f 5f 66 65 77 ...si_dm_too_few + 010 5f 61 72 67 75 6d 65 6e 74 73 28 76 31 29 3b 0a _arguments(v1);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 31 36 3a 3b 0a L16:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x12) + 2916 1 ecl GIO fd 5 wrote 18 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 38 ....cl_object.v8 + 010 3b 0a ;. + 2916 1 ecl RET write 18/0x12 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 38 20 3d 20 65 63 6c 5f 63 61 72 ....v8.=.ecl_car + 010 28 76 35 29 3b 0a (v5);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0x16) + 2916 1 ecl GIO fd 5 wrote 22 bytes + 000 20 20 20 20 76 35 20 3d 20 65 63 6c 5f 63 64 72 ....v5.=.ecl_cdr + 010 28 76 35 29 3b 0a (v5);. + 2916 1 ecl RET write 22/0x16 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 76 37 6f 70 20 3d 20 76 38 3b 0a ....v7op.=.v8;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x1f) + 2916 1 ecl GIO fd 5 wrote 31 bytes + 000 20 20 20 69 66 20 28 4e 75 6c 6c 28 76 35 29 29 ...if.(Null(v5)) + 010 20 7b 20 67 6f 74 6f 20 4c 32 31 3b 20 7d 0a .{.goto.L21;.}. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 73 69 5f 64 6d 5f 74 6f 6f 5f 6d 61 6e ...si_dm_too_man + 010 79 5f 61 72 67 75 6d 65 6e 74 73 28 76 31 29 3b y_arguments(v1); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 31 3a 3b 0a L21:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 35 3b 0a ...goto.L25;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 34 3a 3b 0a L24:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 73 69 5f 61 73 73 65 72 74 5f 66 61 69 ...si_assert_fai + 010 6c 75 72 65 28 31 2c 20 56 56 5b 31 35 5d 29 3b lure(1,.VV[15]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 35 3a 3b 0a L25:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 69 66 20 28 21 28 28 76 37 6f 70 29 3d ...if.(!((v7op)= + 010 3d 28 56 56 5b 31 36 5d 29 29 29 20 7b 20 67 6f =(VV[16]))).{.go + 020 74 6f 20 4c 33 32 3b 20 7d 0a to.L32;.}. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 38 3b 0a ...goto.L28;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 33 30 3b 0a ...goto.L30;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 33 32 3a 3b 0a L32:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 33 30 3b 0a ...goto.L30;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 33 30 3a 3b 0a L30:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 69 66 20 28 21 28 28 76 37 6f 70 29 3d ...if.(!((v7op)= + 010 3d 28 56 56 5b 31 38 5d 29 29 29 20 7b 20 67 6f =(VV[18]))).{.go + 020 74 6f 20 4c 33 35 3b 20 7d 0a to.L35;.}. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 38 3b 0a ...goto.L28;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 39 3b 0a ...goto.L29;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 33 35 3a 3b 0a L35:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 39 3b 0a ...goto.L29;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 39 3a 3b 0a L29:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 67 6f 74 6f 20 4c 32 34 3b 0a ...goto.L24;. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 38 3a 3b 0a L28:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x18) + 2916 1 ecl GIO fd 5 wrote 24 bytes + 000 20 20 20 20 63 6c 5f 6f 62 6a 65 63 74 20 76 38 ....cl_object.v8 + 010 73 5f 6c 6f 63 6b 3b 0a s_lock;. + 2916 1 ecl RET write 24/0x18 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 76 38 73 5f 6c 6f 63 6b 20 3d 20 63 ....v8s_lock.=.c + 010 6c 5f 67 65 6e 73 79 6d 28 30 29 3b 0a l_gensym(0);. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 54 30 20 3d 20 63 6c 5f 6c 69 73 74 ....T0.=.cl_list + 010 28 32 2c 20 76 38 73 5f 6c 6f 63 6b 2c 20 76 36 (2,.v8s_lock,.v6 + 020 6c 6f 63 6b 29 3b 0a lock);. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x18) + 2916 1 ecl GIO fd 5 wrote 24 bytes + 000 20 20 20 20 54 31 20 3d 20 65 63 6c 5f 6c 69 73 ....T1.=.ecl_lis + 010 74 31 28 54 30 29 3b 0a t1(T0);. + 2916 1 ecl RET write 24/0x18 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 69 66 20 28 21 28 28 56 56 5b 31 36 ....if.(!((VV[16 + 010 5d 29 3d 3d 28 76 37 6f 70 29 29 29 20 7b 20 67 ])==(v7op))).{.g + 020 6f 74 6f 20 4c 33 39 3b 20 7d 0a oto.L39;.}. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 54 32 20 3d 20 45 43 4c 5f 53 59 4d ....T2.=.ECL_SYM + 010 28 22 47 45 54 2d 52 57 4c 4f 43 4b 2d 52 45 41 ("GET-RWLOCK-REA + 020 44 22 2c 31 34 34 32 29 3b 0a D",1442);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0xe) + 2916 1 ecl GIO fd 5 wrote 14 bytes + 000 20 20 20 20 67 6f 74 6f 20 4c 33 38 3b 0a ....goto.L38;. + 2916 1 ecl RET write 14/0xe + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 33 39 3a 3b 0a L39:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 54 32 20 3d 20 45 43 4c 5f 53 59 4d ....T2.=.ECL_SYM + 010 28 22 47 45 54 2d 52 57 4c 4f 43 4b 2d 57 52 49 ("GET-RWLOCK-WRI + 020 54 45 22 2c 31 34 34 33 29 3b 0a TE",1443);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 33 38 3a 3b 0a L38:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 54 33 20 3d 20 63 6c 5f 6c 69 73 74 ....T3.=.cl_list + 010 28 33 2c 20 54 32 2c 20 76 38 73 5f 6c 6f 63 6b (3,.T2,.v8s_lock + 020 2c 20 45 43 4c 5f 54 29 3b 0a ,.ECL_T);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 54 34 20 3d 20 43 4f 4e 53 28 45 43 ....T4.=.CONS(EC + 010 4c 5f 53 59 4d 28 22 50 52 4f 47 4e 22 2c 36 37 L_SYM("PROGN",67 + 020 31 29 2c 76 33 29 3b 0a 1),v3);. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 69 66 20 28 21 28 28 56 56 5b 31 36 ....if.(!((VV[16 + 010 5d 29 3d 3d 28 76 37 6f 70 29 29 29 20 7b 20 67 ])==(v7op))).{.g + 020 6f 74 6f 20 4c 34 32 3b 20 7d 0a oto.L42;.}. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 54 35 20 3d 20 45 43 4c 5f 53 59 4d ....T5.=.ECL_SYM + 010 28 22 47 49 56 45 55 50 2d 52 57 4c 4f 43 4b 2d ("GIVEUP-RWLOCK- + 020 52 45 41 44 22 2c 31 34 34 34 29 3b 0a READ",1444);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0xe) + 2916 1 ecl GIO fd 5 wrote 14 bytes + 000 20 20 20 20 67 6f 74 6f 20 4c 34 31 3b 0a ....goto.L41;. + 2916 1 ecl RET write 14/0xe + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 34 32 3a 3b 0a L42:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x2e) + 2916 1 ecl GIO fd 5 wrote 46 bytes + 000 20 20 20 20 54 35 20 3d 20 45 43 4c 5f 53 59 4d ....T5.=.ECL_SYM + 010 28 22 47 49 56 45 55 50 2d 52 57 4c 4f 43 4b 2d ("GIVEUP-RWLOCK- + 020 57 52 49 54 45 22 2c 31 34 34 35 29 3b 0a WRITE",1445);. + 2916 1 ecl RET write 46/0x2e + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 34 31 3a 3b 0a L41:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 54 36 20 3d 20 63 6c 5f 6c 69 73 74 ....T6.=.cl_list + 010 28 32 2c 20 54 35 2c 20 76 38 73 5f 6c 6f 63 6b (2,.T5,.v8s_lock + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,0x3c) + 2916 1 ecl GIO fd 5 wrote 60 bytes + 000 20 20 20 20 54 37 20 3d 20 63 6c 5f 6c 69 73 74 ....T7.=.cl_list + 010 28 33 2c 20 45 43 4c 5f 53 59 4d 28 22 55 4e 57 (3,.ECL_SYM("UNW + 020 49 4e 44 2d 50 52 4f 54 45 43 54 22 2c 38 38 38 IND-PROTECT",888 + 030 29 2c 20 54 34 2c 20 54 36 29 3b 0a ),.T4,.T6);. + 2916 1 ecl RET write 60/0x3c + 2916 1 ecl CALL write(5,0x2399000,0x39) + 2916 1 ecl GIO fd 5 wrote 57 bytes + 000 20 20 20 20 76 61 6c 75 65 30 20 3d 20 63 6c 5f ....value0.=.cl_ + 010 6c 69 73 74 28 34 2c 20 45 43 4c 5f 53 59 4d 28 list(4,.ECL_SYM( + 020 22 4c 45 54 22 2c 34 37 37 29 2c 20 54 31 2c 20 "LET",477),.T1,. + 030 54 33 2c 20 54 37 29 3b 0a T3,.T7);. + 2916 1 ecl RET write 57/0x39 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 76 61 6c 75 65 ....return.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 52 45 41 44 2d 52 57 4c 4f 43 4b 2d 54 48 52 45 READ-RWLOCK-THRE + 030 41 44 20 20 20 20 20 20 20 20 20 20 20 20 20 20 AD.............. + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x36) + 2916 1 ecl GIO fd 6 wrote 54 bytes + 000 65 78 74 65 72 6e 20 63 6c 5f 6f 62 6a 65 63 74 extern.cl_object + 010 20 73 69 5f 64 6d 5f 74 6f 6f 5f 6d 61 6e 79 5f .si_dm_too_many_ + 020 61 72 67 75 6d 65 6e 74 73 28 63 6c 5f 6f 62 6a arguments(cl_obj + 030 65 63 74 29 3b 0a ect);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 38 72 65 61 64 5f 72 77 6c 6f 63 6b 5f 74 .L8read_rwlock_t + 020 68 72 65 61 64 28 29 0a hread(). + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 31 3a 3b 0a L1:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x1a) + 2916 1 ecl GIO fd 5 wrote 26 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 3b 0a bject.v1;. + 2916 1 ecl RET write 26/0x1a + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 76 31 20 3d 20 65 63 6c 5f 73 79 6d 62 ...v1.=.ecl_symb + 010 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 5d 29 ol_value(VV[21]) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f 63 6b ...mp_get_rwlock + 010 5f 72 65 61 64 28 32 2c 20 76 31 2c 20 45 43 4c _read(2,.v1,.ECL + 020 5f 54 29 3b 0a _T);. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 45 43 4c >values[0].=.ECL + 020 5f 4e 49 4c 3b 0a _NIL;. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 6e 76 61 6c 75 65 73 20 3d 20 31 3b 0a >nvalues.=.1;. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x1f) + 2916 1 ecl GIO fd 5 wrote 31 bytes + 000 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f 72 77 ....mp_giveup_rw + 010 6c 6f 63 6b 5f 72 65 61 64 28 76 31 29 3b 0a lock_read(v1);. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0xb) + 2916 1 ecl GIO fd 5 wrote 11 bytes + 000 20 20 67 6f 74 6f 20 4c 31 3b 0a ..goto.L1;. + 2916 1 ecl RET write 11/0xb + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 57 W + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 57 52 49 54 45 2d 52 57 4c 4f 43 4b 2d 54 48 52 WRITE-RWLOCK-THR + 030 45 41 44 20 20 20 20 20 20 20 20 20 20 20 20 20 EAD............. + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x29) + 2916 1 ecl GIO fd 6 wrote 41 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 38 72 65 61 64 5f 72 77 6c 6f 63 6b 5f 74 .L8read_rwlock_t + 020 68 72 65 61 64 28 29 3b 0a hread();. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 39 77 72 69 74 65 5f 72 77 6c 6f 63 6b 5f .L9write_rwlock_ + 020 74 68 72 65 61 64 28 29 0a thread(). + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 4c 31 3a 3b 0a L1:;. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x1a) + 2916 1 ecl GIO fd 5 wrote 26 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 3b 0a bject.v1;. + 2916 1 ecl RET write 26/0x1a + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 76 31 20 3d 20 65 63 6c 5f 73 79 6d 62 ...v1.=.ecl_symb + 010 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 5d 29 ol_value(VV[21]) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f 63 6b ...mp_get_rwlock + 010 5f 77 72 69 74 65 28 32 2c 20 76 31 2c 20 45 43 _write(2,.v1,.EC + 020 4c 5f 54 29 3b 0a L_T);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 45 43 4c >values[0].=.ECL + 020 5f 4e 49 4c 3b 0a _NIL;. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 6e 76 61 6c 75 65 73 20 3d 20 31 3b 0a >nvalues.=.1;. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f 72 77 ....mp_giveup_rw + 010 6c 6f 63 6b 5f 77 72 69 74 65 28 76 31 29 3b 0a lock_write(v1);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0xb) + 2916 1 ecl GIO fd 5 wrote 11 bytes + 000 20 20 67 6f 74 6f 20 4c 31 3b 0a ..goto.L1;. + 2916 1 ecl RET write 11/0xb + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 35 20 20 20 20 20 20 20 20 20 20 20 TEST5........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x2a) + 2916 1 ecl GIO fd 6 wrote 42 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 39 77 72 69 74 65 5f 72 77 6c 6f 63 6b 5f .L9write_rwlock_ + 020 74 68 72 65 61 64 28 29 3b 0a thread();. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 30 74 65 73 74 35 28 29 0a .L10test5(). + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 33 5d 29 3b inition(VV[23]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c 31 74 >values[0].=.L1t + 020 65 73 74 31 28 29 3b 0a est1();. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 36 20 20 20 20 20 20 20 20 20 20 20 TEST6........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1d) + 2916 1 ecl GIO fd 6 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 30 74 65 73 74 35 28 29 3b 0a .L10test5();. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 31 74 65 73 74 36 28 29 0a .L11test6(). + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 34 5d 29 3b inition(VV[24]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d ....cl_env_copy- + 010 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c 31 74 >values[0].=.L1t + 020 65 73 74 31 28 29 3b 0a est1();. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 37 20 20 20 20 20 20 20 20 20 20 20 TEST7........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1d) + 2916 1 ecl GIO fd 6 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 31 74 65 73 74 36 28 29 3b 0a .L11test6();. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 32 74 65 73 74 37 28 29 0a .L12test7(). + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 33 5d 29 3b inition(VV[23]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c .....volatile.cl + 010 5f 6f 62 6a 65 63 74 20 76 34 3b 0a _object.v4;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 20 20 76 34 20 3d 20 65 63 6c 5f 73 79 .....v4.=.ecl_sy + 010 6d 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 mbol_value(VV[21 + 020 5d 29 3b 0a ]);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f .....mp_get_rwlo + 010 63 6b 5f 72 65 61 64 28 32 2c 20 76 34 2c 20 45 ck_read(2,.v4,.E + 020 43 4c 5f 54 29 3b 0a CL_T);. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 ......volatile.b + 010 6f 6f 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 ool.unwinding.=. + 020 46 41 4c 53 45 3b 0a FALSE;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 ......cl_index.v + 010 35 3d 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 5=ECL_STACK_INDE + 020 58 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 X(cl_env_copy),v + 030 36 3b 0a 6;. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f ......ecl_frame_ + 010 70 74 72 20 6e 65 78 74 5f 66 72 3b 0a ptr.next_fr;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 ......if.(ecl_fr + 010 73 5f 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f s_push(cl_env_co + 020 70 79 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 py,ECL_PROTECT_T + 030 41 47 29 29 20 7b 0a AG)).{. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e ........unwindin + 010 67 20 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 g.=.TRUE;.next_f + 020 72 3d 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e r=cl_env_copy->n + 030 6c 6a 5f 66 72 3b 0a lj_fr;. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ......}.else.{. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 ......cl_env_cop + 010 79 2d 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c y->values[0].=.L + 020 31 74 65 73 74 31 28 29 3b 0a 1test1();. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f ......ecl_frs_po + 010 70 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a p(cl_env_copy);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 20 20 76 36 3d 65 63 6c 5f 73 74 61 ......v6=ecl_sta + 010 63 6b 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 ck_push_values(c + 020 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a l_env_copy);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f ......mp_giveup_ + 010 72 77 6c 6f 63 6b 5f 72 65 61 64 28 76 34 29 3b rwlock_read(v4); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x2c) + 2916 1 ecl GIO fd 5 wrote 44 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f ......ecl_stack_ + 010 70 6f 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e pop_values(cl_en + 020 76 5f 63 6f 70 79 2c 76 36 29 3b 0a v_copy,v6);. + 2916 1 ecl RET write 44/0x2c + 2916 1 ecl CALL write(5,0x2399000,0x36) + 2916 1 ecl GIO fd 5 wrote 54 bytes + 000 20 20 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 ......if.(unwind + 010 69 6e 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 ing).ecl_unwind( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 cl_env_copy,next + 030 5f 66 72 29 3b 0a _fr);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f ......ECL_STACK_ + 010 53 45 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 SET_INDEX(cl_env + 020 5f 63 6f 70 79 2c 76 35 29 3b 0a _copy,v5);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 38 20 20 20 20 20 20 20 20 20 20 20 TEST8........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1d) + 2916 1 ecl GIO fd 6 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 32 74 65 73 74 37 28 29 3b 0a .L12test7();. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 33 74 65 73 74 38 28 29 0a .L13test8(). + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 34 5d 29 3b inition(VV[24]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c .....volatile.cl + 010 5f 6f 62 6a 65 63 74 20 76 34 3b 0a _object.v4;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 20 20 76 34 20 3d 20 65 63 6c 5f 73 79 .....v4.=.ecl_sy + 010 6d 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 mbol_value(VV[21 + 020 5d 29 3b 0a ]);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f .....mp_get_rwlo + 010 63 6b 5f 72 65 61 64 28 32 2c 20 76 34 2c 20 45 ck_read(2,.v4,.E + 020 43 4c 5f 54 29 3b 0a CL_T);. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 ......volatile.b + 010 6f 6f 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 ool.unwinding.=. + 020 46 41 4c 53 45 3b 0a FALSE;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 ......cl_index.v + 010 35 3d 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 5=ECL_STACK_INDE + 020 58 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 X(cl_env_copy),v + 030 36 3b 0a 6;. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f ......ecl_frame_ + 010 70 74 72 20 6e 65 78 74 5f 66 72 3b 0a ptr.next_fr;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 ......if.(ecl_fr + 010 73 5f 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f s_push(cl_env_co + 020 70 79 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 py,ECL_PROTECT_T + 030 41 47 29 29 20 7b 0a AG)).{. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e ........unwindin + 010 67 20 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 g.=.TRUE;.next_f + 020 72 3d 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e r=cl_env_copy->n + 030 6c 6a 5f 66 72 3b 0a lj_fr;. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ......}.else.{. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 ......cl_env_cop + 010 79 2d 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c y->values[0].=.L + 020 31 74 65 73 74 31 28 29 3b 0a 1test1();. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f ......ecl_frs_po + 010 70 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a p(cl_env_copy);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 20 20 76 36 3d 65 63 6c 5f 73 74 61 ......v6=ecl_sta + 010 63 6b 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 ck_push_values(c + 020 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a l_env_copy);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f ......mp_giveup_ + 010 72 77 6c 6f 63 6b 5f 72 65 61 64 28 76 34 29 3b rwlock_read(v4); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x2c) + 2916 1 ecl GIO fd 5 wrote 44 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f ......ecl_stack_ + 010 70 6f 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e pop_values(cl_en + 020 76 5f 63 6f 70 79 2c 76 36 29 3b 0a v_copy,v6);. + 2916 1 ecl RET write 44/0x2c + 2916 1 ecl CALL write(5,0x2399000,0x36) + 2916 1 ecl GIO fd 5 wrote 54 bytes + 000 20 20 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 ......if.(unwind + 010 69 6e 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 ing).ecl_unwind( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 cl_env_copy,next + 030 5f 66 72 29 3b 0a _fr);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f ......ECL_STACK_ + 010 53 45 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 SET_INDEX(cl_env + 020 5f 63 6f 70 79 2c 76 35 29 3b 0a _copy,v5);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 39 20 20 20 20 20 20 20 20 20 20 20 TEST9........... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1d) + 2916 1 ecl GIO fd 6 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 33 74 65 73 74 38 28 29 3b 0a .L13test8();. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 34 74 65 73 74 39 28 29 0a .L14test9(). + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 34 5d 29 3b inition(VV[24]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c .....volatile.cl + 010 5f 6f 62 6a 65 63 74 20 76 34 3b 0a _object.v4;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 20 20 76 34 20 3d 20 65 63 6c 5f 73 79 .....v4.=.ecl_sy + 010 6d 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 mbol_value(VV[21 + 020 5d 29 3b 0a ]);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f .....mp_get_rwlo + 010 63 6b 5f 77 72 69 74 65 28 32 2c 20 76 34 2c 20 ck_write(2,.v4,. + 020 45 43 4c 5f 54 29 3b 0a ECL_T);. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 ......volatile.b + 010 6f 6f 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 ool.unwinding.=. + 020 46 41 4c 53 45 3b 0a FALSE;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 ......cl_index.v + 010 35 3d 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 5=ECL_STACK_INDE + 020 58 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 X(cl_env_copy),v + 030 36 3b 0a 6;. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f ......ecl_frame_ + 010 70 74 72 20 6e 65 78 74 5f 66 72 3b 0a ptr.next_fr;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 ......if.(ecl_fr + 010 73 5f 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f s_push(cl_env_co + 020 70 79 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 py,ECL_PROTECT_T + 030 41 47 29 29 20 7b 0a AG)).{. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e ........unwindin + 010 67 20 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 g.=.TRUE;.next_f + 020 72 3d 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e r=cl_env_copy->n + 030 6c 6a 5f 66 72 3b 0a lj_fr;. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ......}.else.{. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 ......cl_env_cop + 010 79 2d 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c y->values[0].=.L + 020 31 74 65 73 74 31 28 29 3b 0a 1test1();. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f ......ecl_frs_po + 010 70 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a p(cl_env_copy);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 20 20 76 36 3d 65 63 6c 5f 73 74 61 ......v6=ecl_sta + 010 63 6b 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 ck_push_values(c + 020 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a l_env_copy);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f ......mp_giveup_ + 010 72 77 6c 6f 63 6b 5f 77 72 69 74 65 28 76 34 29 rwlock_write(v4) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x2c) + 2916 1 ecl GIO fd 5 wrote 44 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f ......ecl_stack_ + 010 70 6f 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e pop_values(cl_en + 020 76 5f 63 6f 70 79 2c 76 36 29 3b 0a v_copy,v6);. + 2916 1 ecl RET write 44/0x2c + 2916 1 ecl CALL write(5,0x2399000,0x36) + 2916 1 ecl GIO fd 5 wrote 54 bytes + 000 20 20 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 ......if.(unwind + 010 69 6e 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 ing).ecl_unwind( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 cl_env_copy,next + 030 5f 66 72 29 3b 0a _fr);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f ......ECL_STACK_ + 010 53 45 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 SET_INDEX(cl_env + 020 5f 63 6f 70 79 2c 76 35 29 3b 0a _copy,v5);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 53 S + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbcd0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbce0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe20,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 66 75 6e 63 74 69 6f 6e /*......function + 010 20 64 65 66 69 6e 69 74 69 6f 6e 20 66 6f 72 20 .definition.for. + 020 54 45 53 54 31 30 20 20 20 20 20 20 20 20 20 20 TEST10.......... + 030 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(6,0x2726c00,0x1d) + 2916 1 ecl GIO fd 6 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 34 74 65 73 74 39 28 29 3b 0a .L14test9();. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 2f 2a 20 20 20 20 20 20 6f 70 74 69 6d 69 7a 65 /*......optimize + 010 20 73 70 65 65 64 20 33 2c 20 64 65 62 75 67 20 .speed.3,.debug. + 020 30 2c 20 73 70 61 63 65 20 30 2c 20 73 61 66 65 0,.space.0,.safe + 030 74 79 20 32 20 20 20 20 20 20 20 20 20 20 20 20 ty.2............ + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 35 74 65 73 74 31 30 28 29 0a .L15test10(). + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 54 30 3b 0a .cl_object.T0;. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 6f 6c 61 74 .cl_object.volat + 010 69 6c 65 20 76 61 6c 75 65 30 3b 0a ile.value0;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 65 63 6c 5f 63 73 5f 63 68 65 63 6b 28 63 6c .ecl_cs_check(cl + 010 5f 65 6e 76 5f 63 6f 70 79 2c 76 61 6c 75 65 30 _env_copy,value0 + 020 29 3b 0a );. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7b 0a .{. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 54 54 4c 3a 0a TTL:. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7b 0a ..{. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c 5f 6f ...volatile.cl_o + 010 62 6a 65 63 74 20 76 31 6c 6f 63 6b 65 72 5f 74 bject.v1locker_t + 020 68 72 65 61 64 3b 0a hread;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x21) + 2916 1 ecl GIO fd 5 wrote 33 bytes + 000 20 20 20 54 30 20 3d 20 65 63 6c 5f 66 64 65 66 ...T0.=.ecl_fdef + 010 69 6e 69 74 69 6f 6e 28 56 56 5b 32 33 5d 29 3b inition(VV[23]); + 020 0a . + 2916 1 ecl RET write 33/0x21 + 2916 1 ecl CALL write(5,0x2399000,0x3d) + 2916 1 ecl GIO fd 5 wrote 61 bytes + 000 20 20 20 76 31 6c 6f 63 6b 65 72 5f 74 68 72 65 ...v1locker_thre + 010 61 64 20 3d 20 6d 70 5f 70 72 6f 63 65 73 73 5f ad.=.mp_process_ + 020 72 75 6e 5f 66 75 6e 63 74 69 6f 6e 28 32 2c 20 run_function(2,. + 030 56 56 5b 32 35 5d 2c 20 54 30 29 3b 0a VV[25],.T0);. + 2916 1 ecl RET write 61/0x3d + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7b 0a ...{. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,0x25) + 2916 1 ecl GIO fd 5 wrote 37 bytes + 000 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 6f 6f ....volatile.boo + 010 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 46 41 l.unwinding.=.FA + 020 4c 53 45 3b 0a LSE;. + 2916 1 ecl RET write 37/0x25 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 32 3d ....cl_index.v2= + 010 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 58 28 ECL_STACK_INDEX( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 33 3b cl_env_copy),v3; + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f 70 74 ....ecl_frame_pt + 010 72 20 6e 65 78 74 5f 66 72 3b 0a r.next_fr;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 73 5f ....if.(ecl_frs_ + 010 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 push(cl_env_copy + 020 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 41 47 ,ECL_PROTECT_TAG + 030 29 29 20 7b 0a )).{. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0x35) + 2916 1 ecl GIO fd 5 wrote 53 bytes + 000 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e 67 20 ......unwinding. + 010 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 72 3d =.TRUE;.next_fr= + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e 6c 6a cl_env_copy->nlj + 030 5f 66 72 3b 0a _fr;. + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(5,0x2399000,0xd) + 2916 1 ecl GIO fd 5 wrote 13 bytes + 000 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ....}.else.{. + 2916 1 ecl RET write 13/0xd + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7b 0a ....{. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 63 6c .....volatile.cl + 010 5f 6f 62 6a 65 63 74 20 76 34 3b 0a _object.v4;. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 20 20 20 20 76 34 20 3d 20 65 63 6c 5f 73 79 .....v4.=.ecl_sy + 010 6d 62 6f 6c 5f 76 61 6c 75 65 28 56 56 5b 32 31 mbol_value(VV[21 + 020 5d 29 3b 0a ]);. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 20 20 20 6d 70 5f 67 65 74 5f 72 77 6c 6f .....mp_get_rwlo + 010 63 6b 5f 77 72 69 74 65 28 32 2c 20 76 34 2c 20 ck_write(2,.v4,. + 020 45 43 4c 5f 54 29 3b 0a ECL_T);. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7b 0a .....{. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 20 20 20 20 76 6f 6c 61 74 69 6c 65 20 62 ......volatile.b + 010 6f 6f 6c 20 75 6e 77 69 6e 64 69 6e 67 20 3d 20 ool.unwinding.=. + 020 46 41 4c 53 45 3b 0a FALSE;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 20 20 20 20 63 6c 5f 69 6e 64 65 78 20 76 ......cl_index.v + 010 35 3d 45 43 4c 5f 53 54 41 43 4b 5f 49 4e 44 45 5=ECL_STACK_INDE + 020 58 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 2c 76 X(cl_env_copy),v + 030 36 3b 0a 6;. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x1d) + 2916 1 ecl GIO fd 5 wrote 29 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 61 6d 65 5f ......ecl_frame_ + 010 70 74 72 20 6e 65 78 74 5f 66 72 3b 0a ptr.next_fr;. + 2916 1 ecl RET write 29/0x1d + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 69 66 20 28 65 63 6c 5f 66 72 ......if.(ecl_fr + 010 73 5f 70 75 73 68 28 63 6c 5f 65 6e 76 5f 63 6f s_push(cl_env_co + 020 70 79 2c 45 43 4c 5f 50 52 4f 54 45 43 54 5f 54 py,ECL_PROTECT_T + 030 41 47 29 29 20 7b 0a AG)).{. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0x37) + 2916 1 ecl GIO fd 5 wrote 55 bytes + 000 20 20 20 20 20 20 20 20 75 6e 77 69 6e 64 69 6e ........unwindin + 010 67 20 3d 20 54 52 55 45 3b 20 6e 65 78 74 5f 66 g.=.TRUE;.next_f + 020 72 3d 63 6c 5f 65 6e 76 5f 63 6f 70 79 2d 3e 6e r=cl_env_copy->n + 030 6c 6a 5f 66 72 3b 0a lj_fr;. + 2916 1 ecl RET write 55/0x37 + 2916 1 ecl CALL write(5,0x2399000,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 20 20 20 20 20 20 7d 20 65 6c 73 65 20 7b 0a ......}.else.{. + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 20 20 63 6c 5f 65 6e 76 5f 63 6f 70 ......cl_env_cop + 010 79 2d 3e 76 61 6c 75 65 73 5b 30 5d 20 3d 20 4c y->values[0].=.L + 020 31 74 65 73 74 31 28 29 3b 0a 1test1();. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 20 20 20 20 20 7d 0a ......}. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f ......ecl_frs_po + 010 70 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a p(cl_env_copy);. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2399000,0x2d) + 2916 1 ecl GIO fd 5 wrote 45 bytes + 000 20 20 20 20 20 20 76 36 3d 65 63 6c 5f 73 74 61 ......v6=ecl_sta + 010 63 6b 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 ck_push_values(c + 020 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a l_env_copy);. + 2916 1 ecl RET write 45/0x2d + 2916 1 ecl CALL write(5,0x2399000,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 20 20 20 20 20 6d 70 5f 67 69 76 65 75 70 5f ......mp_giveup_ + 010 72 77 6c 6f 63 6b 5f 77 72 69 74 65 28 76 34 29 rwlock_write(v4) + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2399000,0x2c) + 2916 1 ecl GIO fd 5 wrote 44 bytes + 000 20 20 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f ......ecl_stack_ + 010 70 6f 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e pop_values(cl_en + 020 76 5f 63 6f 70 79 2c 76 36 29 3b 0a v_copy,v6);. + 2916 1 ecl RET write 44/0x2c + 2916 1 ecl CALL write(5,0x2399000,0x36) + 2916 1 ecl GIO fd 5 wrote 54 bytes + 000 20 20 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 ......if.(unwind + 010 69 6e 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 ing).ecl_unwind( + 020 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 cl_env_copy,next + 030 5f 66 72 29 3b 0a _fr);. + 2916 1 ecl RET write 54/0x36 + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f ......ECL_STACK_ + 010 53 45 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 SET_INDEX(cl_env + 020 5f 63 6f 70 79 2c 76 35 29 3b 0a _copy,v5);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 20 20 20 20 20 7d 0a .....}. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 20 20 20 20 7d 0a ....}. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 65 63 6c 5f 66 72 73 5f 70 6f 70 28 ....ecl_frs_pop( + 010 63 6c 5f 65 6e 76 5f 63 6f 70 79 29 3b 0a cl_env_copy);. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x2b) + 2916 1 ecl GIO fd 5 wrote 43 bytes + 000 20 20 20 20 76 33 3d 65 63 6c 5f 73 74 61 63 6b ....v3=ecl_stack + 010 5f 70 75 73 68 5f 76 61 6c 75 65 73 28 63 6c 5f _push_values(cl_ + 020 65 6e 76 5f 63 6f 70 79 29 3b 0a env_copy);. + 2916 1 ecl RET write 43/0x2b + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 20 20 20 6d 70 5f 70 72 6f 63 65 73 73 5f 6b ....mp_process_k + 010 69 6c 6c 28 76 31 6c 6f 63 6b 65 72 5f 74 68 72 ill(v1locker_thr + 020 65 61 64 29 3b 0a ead);. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x2a) + 2916 1 ecl GIO fd 5 wrote 42 bytes + 000 20 20 20 20 65 63 6c 5f 73 74 61 63 6b 5f 70 6f ....ecl_stack_po + 010 70 5f 76 61 6c 75 65 73 28 63 6c 5f 65 6e 76 5f p_values(cl_env_ + 020 63 6f 70 79 2c 76 33 29 3b 0a copy,v3);. + 2916 1 ecl RET write 42/0x2a + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 20 20 69 66 20 28 75 6e 77 69 6e 64 69 6e ....if.(unwindin + 010 67 29 20 65 63 6c 5f 75 6e 77 69 6e 64 28 63 6c g).ecl_unwind(cl + 020 5f 65 6e 76 5f 63 6f 70 79 2c 6e 65 78 74 5f 66 _env_copy,next_f + 030 72 29 3b 0a r);. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x29) + 2916 1 ecl GIO fd 5 wrote 41 bytes + 000 20 20 20 20 45 43 4c 5f 53 54 41 43 4b 5f 53 45 ....ECL_STACK_SE + 010 54 5f 49 4e 44 45 58 28 63 6c 5f 65 6e 76 5f 63 T_INDEX(cl_env_c + 020 6f 70 79 2c 76 32 29 3b 0a opy,v2);. + 2916 1 ecl RET write 41/0x29 + 2916 1 ecl CALL write(5,0x2399000,0x23) + 2916 1 ecl GIO fd 5 wrote 35 bytes + 000 20 20 20 20 72 65 74 75 72 6e 20 63 6c 5f 65 6e ....return.cl_en + 010 76 5f 63 6f 70 79 2d 3e 76 61 6c 75 65 73 5b 30 v_copy->values[0 + 020 5d 3b 0a ];. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(5,0x2399000,5) + 2916 1 ecl GIO fd 5 wrote 5 bytes + 000 20 20 20 7d 0a ...}. + 2916 1 ecl RET write 5 + 2916 1 ecl CALL write(5,0x2399000,4) + 2916 1 ecl GIO fd 5 wrote 4 bytes + 000 20 20 7d 0a ..}. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,3) + 2916 1 ecl GIO fd 5 wrote 3 bytes + 000 20 7d 0a .}. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(6,0x2726c00,0x1e) + 2916 1 ecl GIO fd 6 wrote 30 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 4c 31 35 74 65 73 74 31 30 28 29 3b 0a .L15test10();. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(6,0x2726c00,0x19) + 2916 1 ecl GIO fd 6 wrote 25 bytes + 000 73 74 61 74 69 63 20 63 6c 5f 6f 62 6a 65 63 74 static.cl_object + 010 20 43 62 6c 6f 63 6b 3b 0a .Cblock;. + 2916 1 ecl RET write 25/0x19 + 2916 1 ecl CALL write(6,0x2726c00,0xe) + 2916 1 ecl GIO fd 6 wrote 14 bytes + 000 23 64 65 66 69 6e 65 20 56 4d 20 34 37 0a #define.VM.47. + 2916 1 ecl RET write 14/0xe + 2916 1 ecl CALL write(6,0x2726c00,0x11) + 2916 1 ecl GIO fd 6 wrote 17 bytes + 000 23 64 65 66 69 6e 65 20 56 4d 74 65 6d 70 20 30 #define.VMtemp.0 + 010 0a . + 2916 1 ecl RET write 17/0x11 + 2916 1 ecl CALL write(6,0x2726c00,0x23) + 2916 1 ecl GIO fd 6 wrote 35 bytes + 000 23 64 65 66 69 6e 65 20 45 43 4c 5f 44 45 46 49 #define.ECL_DEFI + 010 4e 45 5f 53 45 54 46 5f 46 55 4e 43 54 49 4f 4e NE_SETF_FUNCTION + 020 53 20 0a S.. + 2916 1 ecl RET write 35/0x23 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 23 69 66 64 65 66 20 5f 5f 63 70 6c 75 73 70 6c #ifdef.__cpluspl + 010 75 73 0a us. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,2) + 2916 1 ecl GIO fd 6 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(6,0x2726c00,7) + 2916 1 ecl GIO fd 6 wrote 7 bytes + 000 23 65 6e 64 69 66 0a #endif. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(6,0x2726c00,3) + 2916 1 ecl GIO fd 6 wrote 3 bytes + 000 2f 2a 0a /*. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL write(6,0x2726c00,0x1b) + 2916 1 ecl GIO fd 6 wrote 27 bytes + 000 20 2a 20 45 78 70 6f 72 74 65 64 20 4c 69 73 70 .*.Exported.Lisp + 010 20 66 75 6e 63 74 69 6f 6e 73 0a .functions. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 20 2a 2f 0a .*/. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,0x1f) + 2916 1 ecl GIO fd 6 wrote 31 bytes + 000 23 64 65 66 69 6e 65 20 63 6f 6d 70 69 6c 65 72 #define.compiler + 010 5f 63 66 75 6e 73 5f 73 69 7a 65 20 31 35 0a _cfuns_size.15. + 2916 1 ecl RET write 31/0x1f + 2916 1 ecl CALL write(6,0x2726c00,0x32) + 2916 1 ecl GIO fd 6 wrote 50 bytes + 000 73 74 61 74 69 63 20 63 6f 6e 73 74 20 73 74 72 static.const.str + 010 75 63 74 20 65 63 6c 5f 63 66 75 6e 20 63 6f 6d uct.ecl_cfun.com + 020 70 69 6c 65 72 5f 63 66 75 6e 73 5b 5d 20 3d 20 piler_cfuns[].=. + 030 7b 0a {. + 2916 1 ecl RET write 50/0x32 + 2916 1 ecl CALL write(6,0x2726c00,0x27) + 2916 1 ecl GIO fd 6 wrote 39 bytes + 000 20 2f 2a 74 2c 6d 2c 6e 61 72 67 2c 70 61 64 64 ./*t,m,narg,padd + 010 69 6e 67 2c 6e 61 6d 65 2c 62 6c 6f 63 6b 2c 65 ing,name,block,e + 020 6e 74 72 79 2a 2f 0a ntry*/. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 32 um(32 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 34 m(4 + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,0x33) + 2916 1 ecl GIO fd 6 wrote 51 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 74 65 73 74 31 2c 45 43 4c 5f 4e 49 4c 2c 65 1test1,ECL_NIL,e + 020 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 33 cl_make_fixnum(3 + 030 37 38 36 786 + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 33 um(33 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 36 m(6 + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,0x33) + 2916 1 ecl GIO fd 6 wrote 51 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 32 74 65 73 74 32 2c 45 43 4c 5f 4e 49 4c 2c 65 2test2,ECL_NIL,e + 020 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 34 cl_make_fixnum(4 + 030 31 35 38 158 + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 34 um(34 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 37 m(7 + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,0x39) + 2916 1 ecl GIO fd 6 wrote 57 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 33 62 75 73 79 5f 74 68 72 65 61 64 2c 45 43 4c 3busy_thread,ECL + 020 5f 4e 49 4c 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 _NIL,ecl_make_fi + 030 78 6e 75 6d 28 34 32 32 33 xnum(4223 + 2916 1 ecl RET write 57/0x39 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 35 um(35 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x13) + 2916 1 ecl GIO fd 6 wrote 19 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 39 m(9 + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(6,0x2726c00,0x33) + 2916 1 ecl GIO fd 6 wrote 51 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 34 74 65 73 74 33 2c 45 43 4c 5f 4e 49 4c 2c 65 4test3,ECL_NIL,e + 020 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 34 cl_make_fixnum(4 + 030 33 33 31 331 + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 36 um(36 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 31 32 m(12 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x40) + 2916 1 ecl GIO fd 6 wrote 64 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 35 66 69 6c 65 5f 77 72 69 74 65 72 5f 74 68 72 5file_writer_thr + 020 65 61 64 2c 45 43 4c 5f 4e 49 4c 2c 65 63 6c 5f ead,ECL_NIL,ecl_ + 030 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 34 34 39 35 make_fixnum(4495 + 2916 1 ecl RET write 64/0x40 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 37 um(37 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 31 34 m(14 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x33) + 2916 1 ecl GIO fd 6 wrote 51 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 36 74 65 73 74 34 2c 45 43 4c 5f 4e 49 4c 2c 65 6test4,ECL_NIL,e + 020 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 34 cl_make_fixnum(4 + 030 37 38 30 780 + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 32 {0,0,2 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 38 um(38 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 30 m(20 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x3a) + 2916 1 ecl GIO fd 6 wrote 58 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 43 37 77 69 74 68 5f 72 77 6c 6f 63 6b 2c 45 43 C7with_rwlock,EC + 020 4c 5f 4e 49 4c 2c 65 63 6c 5f 6d 61 6b 65 5f 66 L_NIL,ecl_make_f + 030 69 78 6e 75 6d 28 35 32 38 39 ixnum(5289 + 2916 1 ecl RET write 58/0x3a + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 33 39 um(39 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 33 m(23 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x40) + 2916 1 ecl GIO fd 6 wrote 64 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 38 72 65 61 64 5f 72 77 6c 6f 63 6b 5f 74 68 72 8read_rwlock_thr + 020 65 61 64 2c 45 43 4c 5f 4e 49 4c 2c 65 63 6c 5f ead,ECL_NIL,ecl_ + 030 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 35 37 39 32 make_fixnum(5792 + 2916 1 ecl RET write 64/0x40 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 30 um(40 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 34 m(24 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x41) + 2916 1 ecl GIO fd 6 wrote 65 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 39 77 72 69 74 65 5f 72 77 6c 6f 63 6b 5f 74 68 9write_rwlock_th + 020 72 65 61 64 2c 45 43 4c 5f 4e 49 4c 2c 65 63 6c read,ECL_NIL,ecl + 030 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 35 38 37 _make_fixnum(587 + 040 38 8 + 2916 1 ecl RET write 65/0x41 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 31 um(41 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 36 m(26 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x34) + 2916 1 ecl GIO fd 6 wrote 52 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 30 74 65 73 74 35 2c 45 43 4c 5f 4e 49 4c 2c 10test5,ECL_NIL, + 020 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 030 36 30 33 35 6035 + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 32 um(42 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 37 m(27 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x34) + 2916 1 ecl GIO fd 6 wrote 52 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 31 74 65 73 74 36 2c 45 43 4c 5f 4e 49 4c 2c 11test6,ECL_NIL, + 020 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 030 36 33 37 33 6373 + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 33 um(43 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 38 m(28 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x34) + 2916 1 ecl GIO fd 6 wrote 52 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 32 74 65 73 74 37 2c 45 43 4c 5f 4e 49 4c 2c 12test7,ECL_NIL, + 020 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 030 36 36 31 34 6614 + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 34 um(44 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 32 39 m(29 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x34) + 2916 1 ecl GIO fd 6 wrote 52 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 33 74 65 73 74 38 2c 45 43 4c 5f 4e 49 4c 2c 13test8,ECL_NIL, + 020 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 030 36 39 36 34 6964 + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 35 um(45 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 33 30 m(30 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x34) + 2916 1 ecl GIO fd 6 wrote 52 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 34 74 65 73 74 39 2c 45 43 4c 5f 4e 49 4c 2c 14test9,ECL_NIL, + 020 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 030 37 33 31 36 7316 + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(6,0x2726c00,6) + 2916 1 ecl GIO fd 6 wrote 6 bytes + 000 7b 30 2c 30 2c 30 {0,0,0 + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(6,0x2726c00,0x15) + 2916 1 ecl GIO fd 6 wrote 21 bytes + 000 2c 30 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e ,0,ecl_make_fixn + 010 75 6d 28 34 36 um(46 + 2916 1 ecl RET write 21/0x15 + 2916 1 ecl CALL write(6,0x2726c00,0x14) + 2916 1 ecl GIO fd 6 wrote 20 bytes + 000 29 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 ),ecl_make_fixnu + 010 6d 28 33 31 m(31 + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(6,0x2726c00,0x35) + 2916 1 ecl GIO fd 6 wrote 53 bytes + 000 29 2c 28 63 6c 5f 6f 62 6a 65 63 74 66 6e 29 4c ),(cl_objectfn)L + 010 31 35 74 65 73 74 31 30 2c 45 43 4c 5f 4e 49 4c 15test10,ECL_NIL + 020 2c 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d ,ecl_make_fixnum + 030 28 37 36 33 38 (7638 + 2916 1 ecl RET write 53/0x35 + 2916 1 ecl CALL write(6,0x2726c00,4) + 2916 1 ecl GIO fd 6 wrote 4 bytes + 000 29 7d 2c 0a )},. + 2916 1 ecl RET write 4 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,1) + 2916 1 ecl GIO fd 5 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 23 69 6e 63 6c 75 64 65 20 22 67 63 2d 62 75 67 #include."gc-bug + 010 2d 74 65 73 74 2e 64 61 74 61 22 0a -test.data". + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 23 69 66 64 65 66 20 5f 5f 63 70 6c 75 73 70 6c #ifdef.__cpluspl + 010 75 73 0a us. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0xb) + 2916 1 ecl GIO fd 5 wrote 11 bytes + 000 65 78 74 65 72 6e 20 22 43 22 0a extern."C". + 2916 1 ecl RET write 11/0xb + 2916 1 ecl CALL write(5,0x2399000,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 23 65 6e 64 69 66 0a #endif. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL write(5,0x2399000,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 45 43 4c 5f 44 4c 4c 45 58 50 4f 52 54 20 76 6f ECL_DLLEXPORT.vo + 010 69 64 20 69 6e 69 74 5f 66 61 73 5f 43 4f 44 45 id.init_fas_CODE + 020 28 63 6c 5f 6f 62 6a 65 63 74 20 66 6c 61 67 29 (cl_object.flag) + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7b 0a {. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 63 6f 6e 73 74 20 63 6c 5f 65 6e 76 5f 70 74 .const.cl_env_pt + 010 72 20 63 6c 5f 65 6e 76 5f 63 6f 70 79 20 3d 20 r.cl_env_copy.=. + 020 65 63 6c 5f 70 72 6f 63 65 73 73 5f 65 6e 76 28 ecl_process_env( + 030 29 3b 0a );. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x13) + 2916 1 ecl GIO fd 5 wrote 19 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 76 61 6c 75 65 .cl_object.value + 010 30 3b 0a 0;. + 2916 1 ecl RET write 19/0x13 + 2916 1 ecl CALL write(5,0x2399000,0x14) + 2916 1 ecl GIO fd 5 wrote 20 bytes + 000 20 63 6c 5f 6f 62 6a 65 63 74 20 2a 56 56 74 65 .cl_object.*VVte + 010 6d 70 3b 0a mp;. + 2916 1 ecl RET write 20/0x14 + 2916 1 ecl CALL write(5,0x2399000,0x17) + 2916 1 ecl GIO fd 5 wrote 23 bytes + 000 20 69 66 20 28 66 6c 61 67 20 21 3d 20 4f 42 4a .if.(flag.!=.OBJ + 010 4e 55 4c 4c 29 7b 0a NULL){. + 2916 1 ecl RET write 23/0x17 + 2916 1 ecl CALL write(5,0x2399000,0x10) + 2916 1 ecl GIO fd 5 wrote 16 bytes + 000 20 43 62 6c 6f 63 6b 20 3d 20 66 6c 61 67 3b 0a .Cblock.=.flag;. + 2916 1 ecl RET write 16/0x10 + 2916 1 ecl CALL write(5,0x2399000,0x18) + 2916 1 ecl GIO fd 5 wrote 24 bytes + 000 20 23 69 66 6e 64 65 66 20 45 43 4c 5f 44 59 4e .#ifndef.ECL_DYN + 010 41 4d 49 43 5f 56 56 0a AMIC_VV. + 2916 1 ecl RET write 24/0x18 + 2916 1 ecl CALL write(5,0x2399000,0x19) + 2916 1 ecl GIO fd 5 wrote 25 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 64 61 .flag->cblock.da + 010 74 61 20 3d 20 56 56 3b 0a ta.=.VV;. + 2916 1 ecl RET write 25/0x19 + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 23 65 6e 64 69 66 0a .#endif. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 64 61 .flag->cblock.da + 010 74 61 5f 73 69 7a 65 20 3d 20 56 4d 3b 0a ta_size.=.VM;. + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 74 65 .flag->cblock.te + 010 6d 70 5f 64 61 74 61 5f 73 69 7a 65 20 3d 20 56 mp_data_size.=.V + 020 4d 74 65 6d 70 3b 0a Mtemp;. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x2e) + 2916 1 ecl GIO fd 5 wrote 46 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 64 61 .flag->cblock.da + 010 74 61 5f 74 65 78 74 20 3d 20 63 6f 6d 70 69 6c ta_text.=.compil + 020 65 72 5f 64 61 74 61 5f 74 65 78 74 3b 0a er_data_text;. + 2916 1 ecl RET write 46/0x2e + 2916 1 ecl CALL write(5,0x2399000,0x30) + 2916 1 ecl GIO fd 5 wrote 48 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 63 66 .flag->cblock.cf + 010 75 6e 73 5f 73 69 7a 65 20 3d 20 63 6f 6d 70 69 uns_size.=.compi + 020 6c 65 72 5f 63 66 75 6e 73 5f 73 69 7a 65 3b 0a ler_cfuns_size;. + 2916 1 ecl RET write 48/0x30 + 2916 1 ecl CALL write(5,0x2399000,0x26) + 2916 1 ecl GIO fd 5 wrote 38 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 63 66 .flag->cblock.cf + 010 75 6e 73 20 3d 20 63 6f 6d 70 69 6c 65 72 5f 63 uns.=.compiler_c + 020 66 75 6e 73 3b 0a funs;. + 2916 1 ecl RET write 38/0x26 + 2916 1 ecl CALL write(5,0x2399000,0x46) + 2916 1 ecl GIO fd 5 wrote 70 bytes + 000 20 66 6c 61 67 2d 3e 63 62 6c 6f 63 6b 2e 73 6f .flag->cblock.so + 010 75 72 63 65 20 3d 20 6d 61 6b 65 5f 63 6f 6e 73 urce.=.make_cons + 020 74 61 6e 74 5f 62 61 73 65 5f 73 74 72 69 6e 67 tant_base_string + 030 28 22 67 63 2d 62 75 67 2d 74 65 73 74 2e 6c 69 ("gc-bug-test.li + 040 73 70 22 29 3b 0a sp");. + 2916 1 ecl RET write 70/0x46 + 2916 1 ecl CALL write(5,0x2399000,0xa) + 2916 1 ecl GIO fd 5 wrote 10 bytes + 000 20 72 65 74 75 72 6e 3b 7d 0a .return;}. + 2916 1 ecl RET write 10/0xa + 2916 1 ecl CALL write(5,0x2399000,0x17) + 2916 1 ecl GIO fd 5 wrote 23 bytes + 000 20 23 69 66 64 65 66 20 45 43 4c 5f 44 59 4e 41 .#ifdef.ECL_DYNA + 010 4d 49 43 5f 56 56 0a MIC_VV. + 2916 1 ecl RET write 23/0x17 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 56 56 20 3d 20 43 62 6c 6f 63 6b 2d 3e 63 62 .VV.=.Cblock->cb + 010 6c 6f 63 6b 2e 64 61 74 61 3b 0a lock.data;. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,8) + 2916 1 ecl GIO fd 5 wrote 8 bytes + 000 20 23 65 6e 64 69 66 0a .#endif. + 2916 1 ecl RET write 8 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 43 62 6c 6f 63 6b 2d 3e 63 62 6c 6f 63 6b 2e .Cblock->cblock. + 010 64 61 74 61 5f 74 65 78 74 20 3d 20 28 63 6f 6e data_text.=.(con + 020 73 74 20 63 6c 5f 6f 62 6a 65 63 74 20 2a 29 22 st.cl_object.*)" + 030 40 45 63 4c 74 41 67 3a 69 6e 69 74 5f 66 61 73 @EcLtAg:init_fas + 040 5f 43 4f 44 45 40 22 3b 0a _CODE@";. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x24) + 2916 1 ecl GIO fd 5 wrote 36 bytes + 000 20 56 56 74 65 6d 70 20 3d 20 43 62 6c 6f 63 6b .VVtemp.=.Cblock + 010 2d 3e 63 62 6c 6f 63 6b 2e 74 65 6d 70 5f 64 61 ->cblock.temp_da + 020 74 61 3b 0a ta;. + 2916 1 ecl RET write 36/0x24 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 45 43 4c 5f 44 45 46 49 4e 45 5f 53 45 54 46 .ECL_DEFINE_SETF + 010 5f 46 55 4e 43 54 49 4f 4e 53 0a _FUNCTIONS. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 73 69 5f 58 6d 61 6b 65 5f 73 70 65 63 69 ..si_Xmake_speci + 010 61 6c 28 56 56 5b 30 5d 29 3b 0a al(VV[0]);. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x28) + 2916 1 ecl GIO fd 5 wrote 40 bytes + 000 20 20 63 6c 5f 73 65 74 28 56 56 5b 30 5d 2c 65 ..cl_set(VV[0],e + 010 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 31 cl_make_fixnum(1 + 020 36 33 38 34 29 29 3b 0a 6384));. + 2916 1 ecl RET write 40/0x28 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 73 69 5f 58 6d 61 6b 65 5f 73 70 65 63 69 ..si_Xmake_speci + 010 61 6c 28 56 56 5b 31 5d 29 3b 0a al(VV[1]);. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 63 6c 5f 73 65 74 28 56 56 5b 31 5d 2c 65 ..cl_set(VV[1],e + 010 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 34 cl_make_fixnum(4 + 020 30 39 36 29 29 3b 0a 096));. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 73 69 5f 58 6d 61 6b 65 5f 73 70 65 63 69 ..si_Xmake_speci + 010 61 6c 28 56 56 5b 32 5d 29 3b 0a al(VV[2]);. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x27) + 2916 1 ecl GIO fd 5 wrote 39 bytes + 000 20 20 63 6c 5f 73 65 74 28 56 56 5b 32 5d 2c 65 ..cl_set(VV[2],e + 010 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 38 cl_make_fixnum(8 + 020 31 39 32 29 29 3b 0a 192));. + 2916 1 ecl RET write 39/0x27 + 2916 1 ecl CALL write(5,0x2399000,0x1b) + 2916 1 ecl GIO fd 5 wrote 27 bytes + 000 20 20 73 69 5f 58 6d 61 6b 65 5f 73 70 65 63 69 ..si_Xmake_speci + 010 61 6c 28 56 56 5b 33 5d 29 3b 0a al(VV[3]);. + 2916 1 ecl RET write 27/0x1b + 2916 1 ecl CALL write(5,0x2399000,0x33) + 2916 1 ecl GIO fd 5 wrote 51 bytes + 000 20 20 69 66 20 28 65 63 6c 5f 62 6f 75 6e 64 70 ..if.(ecl_boundp + 010 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 56 56 5b (cl_env_copy,VV[ + 020 33 5d 29 29 20 7b 20 67 6f 74 6f 20 4c 32 30 3b 3])).{.goto.L20; + 030 20 7d 0a .}. + 2916 1 ecl RET write 51/0x33 + 2916 1 ecl CALL write(5,0x2399000,0x76) + 2916 1 ecl GIO fd 5 wrote 118 bytes + 000 20 20 63 6c 5f 73 65 74 28 56 56 5b 33 5d 2c 73 ..cl_set(VV[3],s + 010 69 5f 6d 61 6b 65 5f 76 65 63 74 6f 72 28 45 43 i_make_vector(EC + 020 4c 5f 54 2c 20 65 63 6c 5f 6d 61 6b 65 5f 66 69 L_T,.ecl_make_fi + 030 78 6e 75 6d 28 31 30 32 34 29 2c 20 45 43 4c 5f xnum(1024),.ECL_ + 040 54 2c 20 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e T,.ecl_make_fixn + 050 75 6d 28 30 29 2c 20 45 43 4c 5f 4e 49 4c 2c 20 um(0),.ECL_NIL,. + 060 65 63 6c 5f 6d 61 6b 65 5f 66 69 78 6e 75 6d 28 ecl_make_fixnum( + 070 30 29 29 29 3b 0a 0)));. + 2916 1 ecl RET write 118/0x76 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 32 30 3a 3b 0a L20:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 32 5d 29 3b 20 20 20 20 20 20 20 20 VV[32]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 31 20 20 20 20 20 ../*..TEST1..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 33 5d 29 3b 20 20 20 20 20 20 20 20 VV[33]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 32 20 20 20 20 20 ../*..TEST2..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 34 5d 29 3b 20 20 20 20 20 20 20 20 VV[34]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 42 55 53 59 2d 54 48 52 45 41 ../*..BUSY-THREA + 040 44 20 20 20 20 20 2a 2f 0a D.....*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 35 5d 29 3b 20 20 20 20 20 20 20 20 VV[35]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 33 20 20 20 20 20 ../*..TEST3..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x4c) + 2916 1 ecl GIO fd 5 wrote 76 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 36 5d 29 3b 20 20 20 20 20 20 20 20 VV[36]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 46 49 4c 45 2d 57 52 49 54 45 ../*..FILE-WRITE + 040 52 2d 54 48 52 45 41 44 20 2a 2f 0a R-THREAD.*/. + 2916 1 ecl RET write 76/0x4c + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 37 5d 29 3b 20 20 20 20 20 20 20 20 VV[37]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 34 20 20 20 20 20 ../*..TEST4..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 6d 61 63 ..ecl_cmp_defmac + 010 72 6f 28 56 56 5b 33 38 5d 29 3b 20 20 20 20 20 ro(VV[38]);..... + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 57 49 54 48 2d 52 57 4c 4f 43 ../*..WITH-RWLOC + 040 4b 20 20 20 20 20 2a 2f 0a K.....*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x1c) + 2916 1 ecl GIO fd 5 wrote 28 bytes + 000 20 20 73 69 5f 58 6d 61 6b 65 5f 73 70 65 63 69 ..si_Xmake_speci + 010 61 6c 28 56 56 5b 32 31 5d 29 3b 0a al(VV[21]);. + 2916 1 ecl RET write 28/0x1c + 2916 1 ecl CALL write(5,0x2399000,0x34) + 2916 1 ecl GIO fd 5 wrote 52 bytes + 000 20 20 69 66 20 28 65 63 6c 5f 62 6f 75 6e 64 70 ..if.(ecl_boundp + 010 28 63 6c 5f 65 6e 76 5f 63 6f 70 79 2c 56 56 5b (cl_env_copy,VV[ + 020 32 31 5d 29 29 20 7b 20 67 6f 74 6f 20 4c 35 33 21])).{.goto.L53 + 030 3b 20 7d 0a ;.}. + 2916 1 ecl RET write 52/0x34 + 2916 1 ecl CALL write(5,0x2399000,0x42) + 2916 1 ecl GIO fd 5 wrote 66 bytes + 000 20 20 63 6c 5f 73 65 74 28 56 56 5b 32 31 5d 2c ..cl_set(VV[21], + 010 6d 70 5f 6d 61 6b 65 5f 72 77 6c 6f 63 6b 28 32 mp_make_rwlock(2 + 020 2c 20 45 43 4c 5f 53 59 4d 28 22 4e 41 4d 45 22 ,.ECL_SYM("NAME" + 030 2c 31 32 37 36 29 2c 20 56 56 5b 32 32 5d 29 29 ,1276),.VV[22])) + 040 3b 0a ;. + 2916 1 ecl RET write 66/0x42 + 2916 1 ecl CALL write(5,0x2399000,6) + 2916 1 ecl GIO fd 5 wrote 6 bytes + 000 4c 35 33 3a 3b 0a L53:;. + 2916 1 ecl RET write 6 + 2916 1 ecl CALL write(5,0x2399000,0x4c) + 2916 1 ecl GIO fd 5 wrote 76 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 33 39 5d 29 3b 20 20 20 20 20 20 20 20 VV[39]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 52 45 41 44 2d 52 57 4c 4f 43 ../*..READ-RWLOC + 040 4b 2d 54 48 52 45 41 44 20 2a 2f 0a K-THREAD.*/. + 2916 1 ecl RET write 76/0x4c + 2916 1 ecl CALL write(5,0x2399000,0x4d) + 2916 1 ecl GIO fd 5 wrote 77 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 30 5d 29 3b 20 20 20 20 20 20 20 20 VV[40]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 57 52 49 54 45 2d 52 57 4c 4f ../*..WRITE-RWLO + 040 43 4b 2d 54 48 52 45 41 44 20 2a 2f 0a CK-THREAD.*/. + 2916 1 ecl RET write 77/0x4d + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 31 5d 29 3b 20 20 20 20 20 20 20 20 VV[41]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 35 20 20 20 20 20 ../*..TEST5..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 32 5d 29 3b 20 20 20 20 20 20 20 20 VV[42]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 36 20 20 20 20 20 ../*..TEST6..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 33 5d 29 3b 20 20 20 20 20 20 20 20 VV[43]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 37 20 20 20 20 20 ../*..TEST7..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 34 5d 29 3b 20 20 20 20 20 20 20 20 VV[44]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 38 20 20 20 20 20 ../*..TEST8..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 35 5d 29 3b 20 20 20 20 20 20 20 20 VV[45]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 39 20 20 20 20 20 ../*..TEST9..... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,0x49) + 2916 1 ecl GIO fd 5 wrote 73 bytes + 000 20 20 65 63 6c 5f 63 6d 70 5f 64 65 66 75 6e 28 ..ecl_cmp_defun( + 010 56 56 5b 34 36 5d 29 3b 20 20 20 20 20 20 20 20 VV[46]);........ + 020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 ................ + 030 20 20 2f 2a 20 20 54 45 53 54 31 30 20 20 20 20 ../*..TEST10.... + 040 20 20 20 20 20 20 2a 2f 0a ......*/. + 2916 1 ecl RET write 73/0x49 + 2916 1 ecl CALL write(5,0x2399000,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 7d 0a }. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(6,0x2726c00,3) + 2916 1 ecl GIO fd 6 wrote 3 bytes + 000 7d 3b 0a };. + 2916 1 ecl RET write 3 + 2916 1 ecl CALL close(6) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __stat50(0x2c54c68,0x7f7fffffc100) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.data" + 2916 1 ecl RET __stat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL open(0x2c54d48,0x601,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.data" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL open(0x2c54d48,2,0x1b6) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.data" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffc090) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL lseek(5,0,0,0) + 2916 1 ecl RET lseek 0 + 2916 1 ecl CALL write(5,0x2726400,0x3e) + 2916 1 ecl GIO fd 5 wrote 62 bytes + 000 73 74 61 74 69 63 20 63 6f 6e 73 74 20 73 74 72 static.const.str + 010 75 63 74 20 65 63 6c 5f 62 61 73 65 5f 73 74 72 uct.ecl_base_str + 020 69 6e 67 20 63 6f 6d 70 69 6c 65 72 5f 64 61 74 ing.compiler_dat + 030 61 5f 74 65 78 74 31 5b 5d 20 3d 20 7b 0a a_text1[].=.{. + 2916 1 ecl RET write 62/0x3e + 2916 1 ecl CALL write(5,0x2726400,0x31) + 2916 1 ecl GIO fd 5 wrote 49 bytes + 000 20 20 20 20 20 20 20 20 28 69 6e 74 38 5f 74 29 ........(int8_t) + 010 74 5f 62 61 73 65 5f 73 74 72 69 6e 67 2c 20 30 t_base_string,.0 + 020 2c 20 65 63 6c 5f 61 65 74 5f 62 63 2c 20 30 2c ,.ecl_aet_bc,.0, + 030 0a . + 2916 1 ecl RET write 49/0x31 + 2916 1 ecl CALL write(5,0x2726400,0x1e) + 2916 1 ecl GIO fd 5 wrote 30 bytes + 000 20 20 20 20 20 20 20 20 45 43 4c 5f 4e 49 4c 2c ........ECL_NIL, + 010 20 28 63 6c 5f 69 6e 64 65 78 29 38 32 37 .(cl_index)827 + 2916 1 ecl RET write 30/0x1e + 2916 1 ecl CALL write(5,0x2726400,0xf) + 2916 1 ecl GIO fd 5 wrote 15 bytes + 000 2c 20 28 63 6c 5f 69 6e 64 65 78 29 38 32 37 ,.(cl_index)827 + 2916 1 ecl RET write 15/0xf + 2916 1 ecl CALL write(5,0x2726400,2) + 2916 1 ecl GIO fd 5 wrote 2 bytes + 000 2c 0a ,. + 2916 1 ecl RET write 2 + 2916 1 ecl CALL write(5,0x2726400,0x19) + 2916 1 ecl GIO fd 5 wrote 25 bytes + 000 20 20 20 20 20 20 20 20 28 65 63 6c 5f 62 61 73 ........(ecl_bas + 010 65 5f 63 68 61 72 2a 29 0a e_char*). + 2916 1 ecl RET write 25/0x19 + 2916 1 ecl CALL write(5,0x2726400,0x53) + 2916 1 ecl GIO fd 5 wrote 83 bytes + 000 22 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 "common-lisp-use + 010 72 3a 3a 2a 61 6c 6c 6f 63 61 74 69 6f 6e 73 2a r::*allocations* + 020 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 .common-lisp-use + 030 72 3a 3a 2a 61 6c 6c 6f 63 2d 73 69 7a 65 2a 20 r::*alloc-size*. + 040 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 common-lisp-user + 050 3a 22 0a :". + 2916 1 ecl RET write 83/0x53 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 3a 2a 69 6e 69 74 69 61 6c 2d 71 75 65 75 .":*initial-queu + 010 65 2d 73 69 7a 65 2a 20 63 6f 6d 6d 6f 6e 2d 6c e-size*.common-l + 020 69 73 70 2d 75 73 65 72 3a 3a 2a 71 75 65 75 65 isp-user::*queue + 030 2a 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 *.common-lisp-us + 040 65 72 3a 3a 74 65 73 74 31 20 63 6f 6d 6d 6f 6e er::test1.common + 050 2d 6c 22 0a -l". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 69 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 ."isp-user::test + 010 2d 74 68 72 65 61 64 20 63 6f 6d 6d 6f 6e 2d 6c -thread.common-l + 020 69 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 32 20 isp-user::test2. + 030 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 common-lisp-user + 040 3a 3a 62 75 73 79 2d 74 68 72 65 61 64 20 63 6f ::busy-thread.co + 050 6d 6d 22 0a mm". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x58) + 2916 1 ecl GIO fd 5 wrote 88 bytes + 000 20 22 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 3a 3a ."on-lisp-user:: + 010 62 75 73 79 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 busy.common-lisp + 020 2d 75 73 65 72 3a 3a 74 65 73 74 33 20 5c 22 2f -user::test3.\"/ + 030 74 6d 70 2f 74 6d 70 5c 22 20 5c 22 2e 5c 22 20 tmp/tmp\".\".\". + 040 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 common-lisp-user + 050 3a 3a 66 69 6c 65 22 0a ::file". + 2916 1 ecl RET write 88/0x58 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 2d 77 72 69 74 65 72 2d 74 68 72 65 61 64 ."-writer-thread + 010 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 .common-lisp-use + 020 72 3a 3a 77 72 69 74 65 72 20 63 6f 6d 6d 6f 6e r::writer.common + 030 2d 6c 69 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 -lisp-user::test + 040 34 20 28 6d 65 6d 62 65 72 20 63 6f 6d 6d 6f 6e 4.(member.common + 050 2d 6c 22 0a -l". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 69 73 70 2d 75 73 65 72 3a 3a 6f 70 20 27 ."isp-user::op.' + 010 28 3a 72 65 61 64 20 3a 77 72 69 74 65 29 20 3a (:read.:write).: + 020 74 65 73 74 20 23 27 65 71 29 20 3a 72 65 61 64 test.#'eq).:read + 030 20 30 20 3a 77 72 69 74 65 20 30 20 63 6f 6d 6d .0.:write.0.comm + 040 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 3a 3a 77 69 on-lisp-user::wi + 050 74 68 22 0a th". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 2d 72 77 6c 6f 63 6b 20 63 6f 6d 6d 6f 6e ."-rwlock.common + 010 2d 6c 69 73 70 2d 75 73 65 72 3a 3a 2a 72 77 6c -lisp-user::*rwl + 020 6f 63 6b 2a 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 ock*.common-lisp + 030 2d 75 73 65 72 3a 3a 73 70 65 63 69 61 6c 2d 74 -user::special-t + 040 65 73 74 2d 72 77 6c 6f 63 6b 20 63 6f 6d 6d 6f est-rwlock.commo + 050 6e 2d 22 0a n-". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 6c 69 73 70 2d 75 73 65 72 3a 3a 72 65 61 ."lisp-user::rea + 010 64 2d 72 77 6c 6f 63 6b 2d 74 68 72 65 61 64 20 d-rwlock-thread. + 020 63 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 common-lisp-user + 030 3a 3a 77 72 69 74 65 2d 72 77 6c 6f 63 6b 2d 74 ::write-rwlock-t + 040 68 72 65 61 64 20 63 6f 6d 6d 6f 6e 2d 6c 69 73 hread.common-lis + 050 70 2d 22 0a p-". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 75 73 65 72 3a 3a 6c 6f 63 6b 65 72 20 63 ."user::locker.c + 010 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 3a ommon-lisp-user: + 020 3a 74 65 73 74 35 20 63 6f 6d 6d 6f 6e 2d 6c 69 :test5.common-li + 030 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 36 20 63 sp-user::test6.c + 040 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 3a ommon-lisp-user: + 050 3a 74 22 0a :t". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x54) + 2916 1 ecl GIO fd 5 wrote 84 bytes + 000 20 22 65 73 74 37 20 63 6f 6d 6d 6f 6e 2d 6c 69 ."est7.common-li + 010 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 38 20 63 sp-user::test8.c + 020 6f 6d 6d 6f 6e 2d 6c 69 73 70 2d 75 73 65 72 3a ommon-lisp-user: + 030 3a 74 65 73 74 39 20 63 6f 6d 6d 6f 6e 2d 6c 69 :test9.common-li + 040 73 70 2d 75 73 65 72 3a 3a 74 65 73 74 31 30 20 sp-user::test10. + 050 30 20 22 0a 0.". + 2916 1 ecl RET write 84/0x54 + 2916 1 ecl CALL write(5,0x2726400,0x22) + 2916 1 ecl GIO fd 5 wrote 34 bytes + 000 20 22 30 20 30 20 30 20 30 20 30 20 30 20 30 20 ."0.0.0.0.0.0.0. + 010 30 20 30 20 30 20 30 20 30 20 30 20 30 22 20 7d 0.0.0.0.0.0.0".} + 020 3b 0a ;. + 2916 1 ecl RET write 34/0x22 + 2916 1 ecl CALL write(5,0x2726400,1) + 2916 1 ecl GIO fd 5 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(5,0x2726400,0x30) + 2916 1 ecl GIO fd 5 wrote 48 bytes + 000 73 74 61 74 69 63 20 63 6f 6e 73 74 20 63 6c 5f static.const.cl_ + 010 6f 62 6a 65 63 74 20 63 6f 6d 70 69 6c 65 72 5f object.compiler_ + 020 64 61 74 61 5f 74 65 78 74 5b 5d 20 3d 20 7b 0a data_text[].=.{. + 2916 1 ecl RET write 48/0x30 + 2916 1 ecl CALL write(5,0x2726400,0x20) + 2916 1 ecl GIO fd 5 wrote 32 bytes + 000 28 63 6c 5f 6f 62 6a 65 63 74 29 63 6f 6d 70 69 (cl_object)compi + 010 6c 65 72 5f 64 61 74 61 5f 74 65 78 74 31 2c 0a ler_data_text1,. + 2916 1 ecl RET write 32/0x20 + 2916 1 ecl CALL write(5,0x2726400,7) + 2916 1 ecl GIO fd 5 wrote 7 bytes + 000 4e 55 4c 4c 7d 3b 0a NULL};. + 2916 1 ecl RET write 7 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __stat50(0x26fc2c8,0x7f7fffffc380) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/include/ecl/config.h" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2c67ea0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c568c8,0x7f7fffffc330) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c69ba8,0x7f7fffffc330) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c69ae8,0x7f7fffffc330) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21488,0x7f7fffffc330) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/include" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21438,0x7f7fffffc330) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/include/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x26fc208,0x7f7fffffc340) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/include/ecl/config.h" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __stat50(0x26fc088,0x7f7fffffc320) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2c67e10,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c6d8f8,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c69228,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c691e8,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c213e8,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21398,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6ff88,0x7f7fffffc2d0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6ff28,0x7f7fffffc2e0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __getcwd(0x2c67d80,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __getcwd(0x2c67cf0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c74ec8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c72be8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c72ba8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21348,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c212f8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6fe68,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6fe08,0x7f7fffffc270) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL chdir(0x2c6fda8) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET chdir 0 + 2916 1 ecl CALL open(0x7f7ff7815819,0,0xffffc2ac) + 2916 1 ecl NAMI "/dev/null" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL dup(1) + 2916 1 ecl RET dup 6 + 2916 1 ecl CALL dup(2) + 2916 1 ecl RET dup 7 + 2916 1 ecl CALL pipe + 2916 1 ecl RET pipe 8, 9 + 2916 1 ecl CALL fork + 2916 1 ecl RET fork 10622/0x297e + 2916 1 ecl CALL close(8) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL write(9,0x7f7fffffc2bf,1) + 2916 1 ecl GIO fd 9 wrote 1 bytes + 000 00 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL close(9) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(6) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(7) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __wait450(0x297e,0x7f7fffffc08c,0,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __wait450 -1 errno 4 Interrupted system call + 2916 1 ecl PSIG SIGCHLD caught handler=0x7f7ff77b5998 mask=(): code=CLD_EXITED child pid=10622, uid=1000, status=0, utime=0, stime=0) + 2916 1 ecl CALL write(4,0x7f7fffffbc10,0x10) + 2916 1 ecl GIO fd 4 wrote 16 bytes + 000 80 2f 74 00 00 00 00 00 14 00 00 00 00 00 00 00 ./t............. + 2916 1 ecl RET write 16/0x10 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl GIO fd 3 read 16 bytes + 000 80 2f 74 00 00 00 00 00 14 00 00 00 00 00 00 00 ./t............. + 2916 2 ecl RET read 16/0x10 + 2916 2 ecl CALL __wait450(0xffffffffffffffff,0x7f7ff57ff9ec,1,0) + 2916 2 ecl RET __wait450 10622/0x297e + 2916 2 ecl CALL __wait450(0xffffffffffffffff,0x7f7ff57ff9ec,1,0) + 2916 2 ecl RET __wait450 -1 errno 10 No child processes + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 1 ecl CALL setcontext(0x7f7fffffbcc0) + 2916 1 ecl RET setcontext JUSTRETURN + 2916 1 ecl CALL __nanosleep50(0x7f7fffffc080,0x7f7fffffc080) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __getcwd(0x2c67c60,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __getcwd(0x2c67bd0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c742c8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c724a8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c72468,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21258,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c21208,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6fce8,0x7f7fffffc260) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6fc88,0x7f7fffffc270) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL chdir(0x2c6fc28) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET chdir 0 + 2916 1 ecl CALL __stat50(0x2c81f78,0x7f7fffffc220) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/libecl.so" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2c67b40,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c792f8,0x7f7fffffc1d0) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c7e568,0x7f7fffffc1d0) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c7e4a8,0x7f7fffffc1d0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81e88,0x7f7fffffc1d0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81e38,0x7f7fffffc1e0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/libecl.so" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL readlink(0x2c81e38,0x2c67a20,0x80) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/libecl.so" + 2916 1 ecl RET readlink 16/0x10 + 2916 1 ecl CALL __lstat50(0x2c67a20,0x7f7fffffc1b0) + 2916 1 ecl NAMI "libecl.so.16.0.0" + 2916 1 ecl RET __lstat50 -1 errno 2 No such file or directory + 2916 1 ecl CALL __getcwd(0x2c67990,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c83b98,0x7f7fffffc1b0) + 2916 1 ecl NAMI "/usr" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c7e0e8,0x7f7fffffc1b0) + 2916 1 ecl NAMI "/usr/local" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c7e068,0x7f7fffffc1b0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81de8,0x7f7fffffc1b0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6fb08,0x7f7fffffc1c0) + 2916 1 ecl NAMI "/usr/local/gitlab-ecl/lib/libecl.so.16.0.0" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __stat50(0x2c6fa48,0x7f7fffffc170) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2c67870,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c834d8,0x7f7fffffc120) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c85c68,0x7f7fffffc120) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c85c28,0x7f7fffffc120) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81d98,0x7f7fffffc120) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81d48,0x7f7fffffc120) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f988,0x7f7fffffc120) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f928,0x7f7fffffc130) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __getcwd(0x2c677e0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __getcwd(0x2c67750,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c8aaa8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c85628,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c855e8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81cf8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81ca8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f868,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f808,0x7f7fffffc0c0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL chdir(0x2c6f7a8) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET chdir 0 + 2916 1 ecl CALL open(0x7f7ff7815819,0,0xffffc0fc) + 2916 1 ecl NAMI "/dev/null" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL dup(1) + 2916 1 ecl RET dup 6 + 2916 1 ecl CALL dup(2) + 2916 1 ecl RET dup 7 + 2916 1 ecl CALL pipe + 2916 1 ecl RET pipe 8, 9 + 2916 1 ecl CALL fork + 2916 1 ecl RET fork 27790/0x6c8e + 2916 1 ecl CALL close(8) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL write(9,0x7f7fffffc10f,1) + 2916 1 ecl GIO fd 9 wrote 1 bytes + 000 00 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL close(9) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(6) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL close(7) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __wait450(0x6c8e,0x7f7fffffbedc,0,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __wait450 -1 errno 4 Interrupted system call + 2916 1 ecl PSIG SIGCHLD caught handler=0x7f7ff77b5998 mask=(): code=CLD_EXITED child pid=27790, uid=1000, status=0, utime=0, stime=0) + 2916 1 ecl CALL write(4,0x7f7fffffba60,0x10) + 2916 1 ecl GIO fd 4 wrote 16 bytes + 000 80 2f 74 00 00 00 00 00 14 00 00 00 00 00 00 00 ./t............. + 2916 1 ecl RET write 16/0x10 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl GIO fd 3 read 16 bytes + 000 80 2f 74 00 00 00 00 00 14 00 00 00 00 00 00 00 ./t............. + 2916 2 ecl RET read 16/0x10 + 2916 2 ecl CALL __wait450(0xffffffffffffffff,0x7f7ff57ff9ec,1,0) + 2916 2 ecl RET __wait450 27790/0x6c8e + 2916 2 ecl CALL __wait450(0xffffffffffffffff,0x7f7ff57ff9ec,1,0) + 2916 2 ecl RET __wait450 -1 errno 10 No child processes + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 1 ecl CALL setcontext(0x7f7fffffbb10) + 2916 1 ecl RET setcontext JUSTRETURN + 2916 1 ecl CALL __nanosleep50(0x7f7fffffbed0,0x7f7fffffbed0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __getcwd(0x2c676c0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __getcwd(0x2c67630,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c8eec8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8ff28,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8fee8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81b68,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81b18,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f6e8,0x7f7fffffc0b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f688,0x7f7fffffc0c0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL chdir(0x2c6f628) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/" + 2916 1 ecl RET chdir 0 + 2916 1 ecl CALL __stat50(0x2c54798,0x7f7fffffc400) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL __getcwd(0x2c675a0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c8e628,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8f9e8,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8f9a8,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81ac8,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81a78,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f568,0x7f7fffffc3b0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c54728,0x7f7fffffc3c0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 46 F + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbef0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfb0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbe70,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffbfb0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd060,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd060,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0f0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd160,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd160,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd160,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL write(1,0x7f7fffffcd60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(0,0x7f7fffffd070,1) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6c l + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 6f o + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 61 a + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 64 d + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 20 . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 63 c + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 62 b + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 75 u + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce50,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL __stat50(0x2c54648,0x7f7fffffcc20) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET __stat50 0 + 2916 1 ecl CALL write(1,0x7f7fffffc990,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc910,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc940,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffc9f0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL __getcwd(0x2c67480,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c98b68,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8f328,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c8f2e8,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81a28,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c819d8,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f328,0x7f7fffffcbd0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c545d8,0x7f7fffffcbe0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __getcwd(0x2c673f0,0x80) + 2916 1 ecl RET __getcwd 45/0x2d + 2916 1 ecl CALL __lstat50(0x2c98388,0x7f7fffffca90) + 2916 1 ecl NAMI "/home" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c9ce68,0x7f7fffffca90) + 2916 1 ecl NAMI "/home/mmondor" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c9ce28,0x7f7fffffca90) + 2916 1 ecl NAMI "/home/mmondor/work" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81988,0x7f7fffffca90) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c81938,0x7f7fffffca90) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c6f268,0x7f7fffffca90) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL __lstat50(0x2c54568,0x7f7fffffcaa0) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET __lstat50 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcab0,0x7f7fffffcae0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL open(0x2c544f8,0,0x2f2f2f2f2f2f2f2f) + 2916 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 2916 1 ecl RET open 5 + 2916 1 ecl CALL __fstat50(5,0x7f7fffffc790) + 2916 1 ecl RET __fstat50 0 + 2916 1 ecl CALL mmap(0,0x1000,1,1,5,0,0) + 2916 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 2916 1 ecl CALL munmap(0x7f7ff7fda000,0x1000) + 2916 1 ecl RET munmap 0 + 2916 1 ecl CALL mmap(0,0x205000,5,0x15000002,5,0,0) + 2916 1 ecl RET mmap 140187543797760/0x7f7ff4c00000 + 2916 1 ecl CALL mmap(0x7f7ff4e04000,0x1000,3,0x12,5,0,0x4000) + 2916 1 ecl RET mmap 140187545911296/0x7f7ff4e04000 + 2916 1 ecl CALL mmap(0x7f7ff4e05000,0,3,0x1012,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187545915392/0x7f7ff4e05000 + 2916 1 ecl CALL mprotect(0x7f7ff4c04000,0x200000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL close(5) + 2916 1 ecl RET close 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcae0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffca70,0x7f7fffffcae0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcae0,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL write(1,0x7f7fffffd060,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd060,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd0f0,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd160,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL write(1,0x7f7fffffcd60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(0,0x7f7fffffd070,1) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 34 4 + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcd20,0x7f7fffffcd40) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL mmap(0,0x800000,3,0x17001002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187531214848/0x7f7ff4000000 + 2916 1 ecl CALL mprotect(0x7f7ff4001000,0x1000,0) + 2916 1 ecl RET mprotect 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc20,0x7f7fffffcc50) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc50,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL getcontext(0x7f7ff4000a88) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_create(0x7f7ff4000a88,0x40,0x7f7ff4000180) + 2916 1 ecl RET _lwp_create 0 + 2916 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7502220,0x7f7ff7502220) + 2916 3 ecl CALL _lwp_ctl(1,0x7f7ff4000208) + 2916 3 ecl RET _lwp_ctl 0 + 2916 3 ecl CALL _lwp_unpark(1,0x7f7ff7502220) + 2916 3 ecl RET _lwp_unpark 0 + 2916 3 ecl CALL getrlimit(3,0x7f7ff47ffbb0) + 2916 3 ecl RET getrlimit 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET ___lwp_park50 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcd20,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL break(0x36c0000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(3,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL getcontext(0x7f7fffffc930) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_kill(3,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 3 ecl CSW stop kernel + 2916 3 ecl CSW resume kernel + 2916 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL setcontext(0x7f7ff47ff350) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL setcontext(0x7f7ff47ff7f0) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL __sigprocmask14(3,0x7f7ff47ffbb0,0) + 2916 3 ecl RET __sigprocmask14 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL _lwp_kill(2,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL setcontext(0x7f7ff57ff300) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL break(0x466b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x46ab000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x46eb000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(3,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL getcontext(0x7f7fffffc930) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_kill(3,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 3 ecl CSW stop kernel + 2916 3 ecl CSW resume kernel + 2916 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL setcontext(0x7f7ff47ff2c0) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL setcontext(0x7f7ff47ff760) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL _lwp_kill(2,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL setcontext(0x7f7ff57ff300) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL break(0x56eb000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x572b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x576b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(3,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL getcontext(0x7f7fffffc930) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_kill(3,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 3 ecl CSW stop kernel + 2916 3 ecl CSW resume kernel + 2916 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL setcontext(0x7f7ff47ff2c0) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL setcontext(0x7f7ff47ff760) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL _lwp_kill(2,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL setcontext(0x7f7ff57ff300) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl CALL break(0x676b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x67ab000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x77ab000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x77eb000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(3,0x1e) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL write(1,0x7f7fffffd100,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd050,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffd160,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL sched_yield + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl PSIG SIGUSR1 caught handler=0x7f7ff77b5f35 mask=(): code=SI_LWP sent by pid=2916, uid=1000) + 2916 3 ecl CALL mprotect(0x7f7ff7fda000,0x3b8,1) + 2916 3 ecl RET mprotect 0 + 2916 3 ecl CALL setcontext(0x7f7ff47ff760) + 2916 3 ecl RET setcontext JUSTRETURN + 2916 3 ecl PSIG SIGSEGV caught handler=0x7f7ff77b658a mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SEGV_ACCERR, addr=0x7f7ff7fda000, trap=6) + 2916 3 ecl CALL mprotect(0x7f7ff7fda000,0x3b8,3) + 2916 3 ecl RET mprotect 0 + 2916 3 ecl CALL __sigprocmask14(3,0x7f7ff47ff740,0) + 2916 3 ecl RET __sigprocmask14 0 + 2916 3 ecl CALL __sigprocmask14(1,0x7f7ff47ffb80,0) + 2916 3 ecl RET __sigprocmask14 0 + 2916 3 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL write(1,0x7f7fffffcd60,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 2916 1 ecl RET write 1 + 2916 1 ecl CALL write(1,0x7f7fffffcd90,1) + 2916 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 2916 1 ecl RET write 1 + 2916 1 ecl CALL read(0,0x7f7fffffd070,1) + 2916 3 ecl RET sched_yield 0 + 2916 3 ecl CALL munmap(0x7f7ff7fda000,0x3b8) + 2916 3 ecl RET munmap 0 + 2916 3 ecl CALL _lwp_exit + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 34 4 + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffce90,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 2916 1 ecl RET read 1 + 2916 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 2916 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 2916 1 ecl RET read 1 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 2916 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 2916 1 ecl CALL sched_yield + 2916 1 ecl RET sched_yield 0 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcd20,0x7f7fffffcd40) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc10,0x7f7fffffcc40) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc40,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL _lwp_self + 2916 1 ecl RET _lwp_self 1 + 2916 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc20,0x7f7fffffcc50) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc50,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL getcontext(0x7f7ff4000a88) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_create(0x7f7ff4000a88,0x40,0x7f7ff4000180) + 2916 1 ecl RET _lwp_create 0 + 2916 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7502220,0x7f7ff7502220) + 2916 4 ecl CALL _lwp_ctl(1,0x7f7ff4000208) + 2916 4 ecl RET _lwp_ctl 0 + 2916 4 ecl CALL _lwp_unpark(1,0x7f7ff7502220) + 2916 4 ecl RET _lwp_unpark 0 + 2916 4 ecl CALL getrlimit(3,0x7f7ff47ffab0) + 2916 4 ecl RET getrlimit 0 + 2916 4 ecl CALL sched_yield + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET ___lwp_park50 0 + 2916 1 ecl CALL __sigprocmask14(3,0x7f7fffffcd20,0) + 2916 1 ecl RET __sigprocmask14 0 + 2916 1 ecl CALL break(0x782b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 4 ecl RET sched_yield 0 + 2916 4 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 4 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL getcontext(0x7f7fffffc930) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_kill(4,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 4 ecl CSW stop kernel + 2916 4 ecl CSW resume kernel + 2916 4 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 4 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 4 ecl CALL setcontext(0x7f7ff47ff250) + 2916 4 ecl RET setcontext JUSTRETURN + 2916 4 ecl CALL setcontext(0x7f7ff47ff6f0) + 2916 4 ecl RET setcontext JUSTRETURN + 2916 4 ecl CALL __sigprocmask14(3,0x7f7ff47ffab0,0) + 2916 4 ecl RET __sigprocmask14 0 + 2916 4 ecl CALL sched_yield + 2916 1 ecl CALL _lwp_kill(2,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL setcontext(0x7f7ff57ff300) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 4 ecl RET sched_yield 0 + 2916 4 ecl CALL sched_yield + 2916 4 ecl RET sched_yield 0 + 2916 4 ecl CALL getpid + 2916 4 ecl RET getpid 2916/0xb64, 24469/0x5f95 + 2916 4 ecl CALL __stat50(0x2c85e68,0x7f7ff47ff7d0) + 2916 4 ecl NAMI "/tmp" + 2916 4 ecl RET __stat50 0 + 2916 4 ecl CALL open(0x2c85e68,0xa02,0x180) + 2916 4 ecl NAMI "/tmp/tmp02916a" + 2916 4 ecl RET open 5 + 2916 4 ecl CALL close(5) + 2916 4 ecl RET close 0 + 2916 4 ecl CALL __getcwd(0x2467240,0x80) + 2916 4 ecl RET __getcwd 45/0x2d + 2916 4 ecl CALL __lstat50(0x2c8ac88,0x7f7ff47ff7a0) + 2916 4 ecl NAMI "/tmp" + 2916 4 ecl RET __lstat50 0 + 2916 4 ecl CALL __lstat50(0x2c85c28,0x7f7ff47ff7b0) + 2916 4 ecl NAMI "/tmp/tmp02916a" + 2916 4 ecl RET __lstat50 0 + 2916 4 ecl CALL __stat50(0x2c85b28,0x7f7ff47ff610) + 2916 4 ecl NAMI "/tmp/tmp02916a" + 2916 4 ecl RET __stat50 0 + 2916 4 ecl CALL open(0x2c85be8,0x601,0x1b6) + 2916 4 ecl NAMI "/tmp/tmp02916a" + 2916 4 ecl CSW resume kernel + 2916 4 ecl RET open 5 + 2916 4 ecl CALL close(5) + 2916 4 ecl RET close 0 + 2916 4 ecl CALL open(0x2c85be8,2,0x1b6) + 2916 4 ecl NAMI "/tmp/tmp02916a" + 2916 4 ecl RET open 5 + 2916 4 ecl CALL __fstat50(5,0x7f7ff47ff5a0) + 2916 4 ecl RET __fstat50 0 + 2916 4 ecl CALL lseek(5,0,0,0) + 2916 4 ecl RET lseek 0 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL break(0x882b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x886b000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x88ab000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 4 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=2916, uid=1000) + 2916 4 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL getcontext(0x7f7fffffc930) + 2916 1 ecl RET getcontext 0 + 2916 1 ecl CALL _lwp_kill(4,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 4 ecl CSW stop kernel + 2916 4 ecl CSW resume kernel + 2916 4 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 4 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 4 ecl CALL setcontext(0x7f7ff47fee30) + 2916 4 ecl RET setcontext JUSTRETURN + 2916 4 ecl CALL setcontext(0x7f7ff47ff2d0) + 2916 4 ecl RET setcontext JUSTRETURN + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL _lwp_kill(2,0x18) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL setcontext(0x7f7ff57ff300) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 2916 2 ecl RET setcontext JUSTRETURN + 2916 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL break(0x98ab000) + 2916 1 ecl RET break 0 + 2916 1 ecl CALL break(0x98eb000) + 2916 1 ecl RET break 0 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL break(0x992b000) + 2916 1 ecl RET break 0 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL break(0xa92b000) + 2916 1 ecl RET break 0 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL break(0xa96b000) + 2916 1 ecl RET break 0 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 4 ecl CALL write(5,0x2399400,0x400) + 2916 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 2916 4 ecl RET write 1024/0x400 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL _lwp_kill(2,0x20) + 2916 4 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=2916, uid=1000) + 2916 1 ecl RET _lwp_kill 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET read RESTART + 2916 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=2916, uid=1000) + 2916 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 4 ecl PSIG SIGINT caught handler=0x7f7ff77b5998 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_NOINFO + 2916 4 ecl CALL write(4,0x7f7ff47feca0,0x10) + 2916 4 ecl GIO fd 4 wrote 16 bytes + 000 80 be 6a 02 00 00 00 00 02 00 00 00 00 00 00 00 ..j............. + 2916 4 ecl RET write 16/0x10 + 2916 4 ecl CALL setcontext(0x7f7ff47fed50) + 2916 4 ecl RET setcontext JUSTRETURN + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL _lwp_kill(4,0x20) + 2916 1 ecl RET _lwp_kill 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 2916 1 ecl CSW stop kernel + 2916 4 ecl PSIG SIGTERM SIG_DFL: code=SI_USER sent by pid=24469, uid=1000) + 2916 1 ecl CSW resume kernel + 2916 1 ecl RET __nanosleep50 0 + 2916 2 ecl CSW stop kernel + 2916 2 ecl CSW resume kernel + 2916 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 2916 4 ecl CSW stop kernel + 2916 4 ecl CSW resume kernel diff --git a/ecl-gc-bug/idle/gdb.txt b/ecl-gc-bug/idle/gdb.txt new file mode 100644 index 0000000..a2591c5 --- /dev/null +++ b/ecl-gc-bug/idle/gdb.txt @@ -0,0 +1,79 @@ +$ gdb /usr/local/gitlab-ecl/bin/ecl 28107 +GNU gdb (GDB) 7.3.1 +Copyright (C) 2011 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. Type "show copying" +and "show warranty" for details. +This GDB was configured as "x86_64--netbsd". +For bug reporting instructions, please see: +... +Reading symbols from /usr/local/gitlab-ecl/bin/ecl...done. +Attaching to program: /usr/local/gitlab-ecl/bin/ecl, process 28107 +Reading symbols from /usr/local/gitlab-ecl/lib//libecl.so.16.0...done. +Loaded symbols for /usr/local/gitlab-ecl/lib//libecl.so.16.0 +Reading symbols from /usr/lib/libpthread.so.1...done. +[New LWP 2] +Loaded symbols for /usr/lib/libpthread.so.1 +Reading symbols from /usr/lib/libm.so.0...done. +Loaded symbols for /usr/lib/libm.so.0 +Reading symbols from /usr/lib/libc.so.12...done. +Loaded symbols for /usr/lib/libc.so.12 +Reading symbols from /usr/lib/libgcc_s.so.1...done. +Loaded symbols for /usr/lib/libgcc_s.so.1 +Reading symbols from /usr/pkg/lib/libgmp.so.10...done. +Loaded symbols for /usr/pkg/lib/libgmp.so.10 +Reading symbols from /usr/pkg/lib/libffi.so.6...done. +Loaded symbols for /usr/pkg/lib/libffi.so.6 +Reading symbols from /home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas...done. +Loaded symbols for /home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas +Reading symbols from /usr/libexec/ld.elf_so...done. +Loaded symbols for /usr/libexec/ld.elf_so +[Switching to LWP 1] +0x00007f7ff6a3953a in read () from /usr/lib/libc.so.12 +(gdb) info threads + Id Target Id Frame + 2 LWP 2 0x00007f7ff6a3953a in read () from /usr/lib/libc.so.12 +* 1 LWP 1 0x00007f7ff6a75e7a in ___lwp_park50 () from /usr/lib/libc.so.12 +(gdb) thread 1 +[Switching to thread 1 (LWP 1)] +#0 0x00007f7ff6a75e7a in ___lwp_park50 () from /usr/lib/libc.so.12 +(gdb) bt +#0 0x00007f7ff6a75e7a in ___lwp_park50 () from /usr/lib/libc.so.12 +#1 0x00007f7ff72089f6 in pthread__mutex_lock_slow (ptm=0x7f7ff6d29b20) at /usr/src/lib/libpthread/pthread_mutex.c:345 +#2 0x00007f7ff6aedd67 in __flockfile_internal (fp=0x7f7ff6d29e18, internal=1) at /usr/src/lib/libc/stdio/flockfile.c:103 +#3 0x00007f7ff6aed804 in fflush (fp=0x7f7ff6d29e18) at /usr/src/lib/libc/stdio/fflush.c:68 +#4 0x00007f7ff7780563 in eformat_write_char (strm=0xc9dc80, c=10) at /home/mmondor/work/ecl-gitlab/ecl/src/c/file.d:604 +#5 0x00007f7ff778dd8c in cl_fresh_line (narg=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/print.d:271 +#6 0x00007f7ff7753d2d in L32tpl_print (v1values=0x20001b1) at clos/top.c:1862 +#7 0x00007f7ff7759de1 in LC19rep (narg=0) at clos/top.c:1293 +#8 0x00007f7ff775bec3 in L24tpl (narg=0) at clos/top.c:1166 +#9 0x00007f7ff775cfca in L1top_level (narg=1) at clos/top.c:61 +#10 0x00007f7ff7774139 in ecl_interpret (frame=0x7f7fffffd6f0, env=, bytecodes=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/interpreter.d:518 +#11 0x00007f7ff7778b3c in eval_nontrivial_form (form=, env=0x7f7ff7fe5000) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2394 +#12 eval_form (env=0x7f7ff7fe5000, form=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:2408 +#13 0x00007f7ff777a69d in si_eval_with_env (narg=, form=0x2000d61) at /home/mmondor/work/ecl-gitlab/ecl/src/c/compiler.d:3156 +#14 0x00007f7ff775d65f in si_safe_eval (narg=2, v1form=0x2000d61, v2env=0x1) at clos/top.c:4768 +#15 0x0000000000400e63 in main (argc=, argv=) at eclinit10848e.c:60 +(gdb) thread 2 +[Switching to thread 2 (LWP 2)] +#0 0x00007f7ff6a3953a in read () from /usr/lib/libc.so.12 +(gdb) bt +#0 0x00007f7ff6a3953a in read () from /usr/lib/libc.so.12 +#1 0x00007f7ff72075c8 in read (d=, buf=, nbytes=) at /usr/src/lib/libpthread/pthread_cancelstub.c:485 +#2 0x00007f7ff77b5db3 in asynchronous_signal_servicing_thread () at /home/mmondor/work/ecl-gitlab/ecl/src/c/unixint.d:557 +#3 0x00007f7ff7771ef0 in cl_apply (narg=, fun=0x235aa40, lastarg=) at /home/mmondor/work/ecl-gitlab/ecl/src/c/eval.d:164 +#4 0x00007f7ff77c6e1b in thread_entry_point (arg=0x234ad80) at /home/mmondor/work/ecl-gitlab/ecl/src/c/threads/process.d:273 +#5 0x00007f7ff77e664d in GC_inner_start_routine (sb=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/pthread_start.c:57 +#6 0x00007f7ff77e06d4 in GC_call_with_stack_base (fn=, arg=) at /home/mmondor/work/ecl-gitlab/ecl/src/bdwgc/misc.c:1860 +#7 0x00007f7ff720b49d in pthread__create_tramp (cookie=0x7f7ff5000000) at /usr/src/lib/libpthread/pthread.c:500 +#8 0x00007f7ff6a75e90 in ___lwp_park50 () from /usr/lib/libc.so.12 +Cannot access memory at address 0x7f7ff5800000 +(gdb) quit +A debugging session is active. + + Inferior 1 [LWP 0] will be detached. + +Quit anyway? (y or n) y +Detaching from program: /usr/local/gitlab-ecl/bin/ecl, process 28107 +$ diff --git a/ecl-gc-bug/idle/kdump.txt b/ecl-gc-bug/idle/kdump.txt new file mode 100644 index 0000000..3c18341 --- /dev/null +++ b/ecl-gc-bug/idle/kdump.txt @@ -0,0 +1,6327 @@ + 28107 1 ktrace EMUL "netbsd" + 28107 1 ktrace RET ktrace 0 + 28107 1 ktrace CALL execve(0x7f7ffffffbcd,0x7f7fffffd958,0x7f7fffffd968) + 28107 1 ktrace NAMI "/usr/local/gitlab-ecl/bin/ecl" + 28107 1 ktrace NAMI "/usr/libexec/ld.elf_so" + 28107 1 ktrace ARG "/usr/local/gitlab-ecl/bin/ecl" + 28107 1 ktrace ENV "ENV=/home/mmondor/.shrc" + 28107 1 ktrace ENV "XAUTHORITY=/home/mmondor/.Xauthority" + 28107 1 ktrace ENV "BLOCKSIZE=1m" + 28107 1 ktrace ENV "PWD=/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 28107 1 ktrace ENV "TOP=-s1" + 28107 1 ktrace ENV "LANG=en_US.UTF-8" + 28107 1 ktrace ENV "HOME=/home/mmondor" + 28107 1 ktrace ENV "EXINIT=set autoindent" + 28107 1 ktrace ENV "LESS=X" + 28107 1 ktrace ENV "PATH=/home/mmondor/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/local/spidermonkey/bin:/usr/pkg/java/openjdk7/bin:\ + /usr/local/vbcc/bin" + 28107 1 ktrace ENV "FLASH_FORCE_OSS=1" + 28107 1 ktrace ENV "TERM=screen" + 28107 1 ktrace ENV "PERL_BADLANG=0" + 28107 1 ktrace ENV "vincludeos3=/usr/local/vbcc/targets/m68k-amigaos/include" + 28107 1 ktrace ENV "OLDPWD=/home/mmondor/work/ecl-gitlab/ecl" + 28107 1 ktrace ENV "USER=mmondor" + 28107 1 ktrace ENV "TMUX=/tmp//tmux-1000/default,376,0" + 28107 1 ktrace ENV "PAGER=/usr/bin/less" + 28107 1 ktrace ENV "vlibos3=/usr/local/vbcc/targets/m68k-amigaos/lib" + 28107 1 ktrace ENV "COLORFGBG=7;0" + 28107 1 ktrace ENV "LESSCHARSET=utf-8" + 28107 1 ktrace ENV "EDITOR=/usr/pkg/bin/vim" + 28107 1 ktrace ENV "LOGNAME=mmondor" + 28107 1 ktrace ENV "SHELL=/bin/sh" + 28107 1 ktrace ENV "LESSHISTFILE=-" + 28107 1 ktrace ENV "TMUX_PANE=%6" + 28107 1 ktrace ENV "CVS_RSH=ssh" + 28107 1 ktrace ENV "DISPLAY=:0.0" + 28107 1 ktrace ENV "WINDOWID=8388614" + 28107 1 ktrace ENV "WINDOWPATH=5" + 28107 1 ktrace ENV "COLORTERM=rxvt" + 28107 1 ktrace ENV "VISUAL=/usr/pkg/bin/vim" + 28107 1 ktrace ENV "GC_RETRY_SIGNALS=1" + 28107 1 ktrace ENV "PKG_CONFIG_PATH=:/usr/X11R7/lib/pkgconfig:/usr/X11R7/lib/pkgconfig" + 28107 1 ktrace ENV "LESSHISTSIZE=0" + 28107 1 ktrace ENV "wpsetters=feh" + 28107 1 ecl FD file 0 + 28107 1 ecl FD file 1 + 28107 1 ecl FD file 2 + 28107 1 ecl EMUL "netbsd" + 28107 1 ecl RET execve JUSTRETURN + 28107 1 ecl CALL mmap(0,0x8000,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598290944/0x7f7ff7ff8000 + 28107 1 ecl CALL open(0x7f7ff7c0e3a0,0,0) + 28107 1 ecl NAMI "/etc/ld.so.conf" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x732e6c636562696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libecl.so.16.0" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x59e000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187587837952/0x7f7ff7600000 + 28107 1 ecl CALL mmap(0x7f7ff7ad4000,0x56000,3,0x12,3,0,0x2d4000) + 28107 1 ecl RET mmap 140187592900608/0x7f7ff7ad4000 + 28107 1 ecl CALL mmap(0x7f7ff7b2a000,0x74000,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187593252864/0x7f7ff7b2a000 + 28107 1 ecl CALL mprotect(0x7f7ff78d4000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libpthread.so.1" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 28107 1 ecl NAMI "/usr/pkg/lib/libpthread.so.1" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x657268747062696c) + 28107 1 ecl NAMI "/usr/lib/libpthread.so.1" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x213000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187583643648/0x7f7ff7200000 + 28107 1 ecl CALL mmap(0x7f7ff7410000,0x1000,3,0x12,3,0,0x10000) + 28107 1 ecl RET mmap 140187585806336/0x7f7ff7410000 + 28107 1 ecl CALL mmap(0x7f7ff7411000,0x2000,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187585810432/0x7f7ff7411000 + 28107 1 ecl CALL mprotect(0x7f7ff7210000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libm.so.0" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 28107 1 ecl NAMI "/usr/pkg/lib/libm.so.0" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6d62696c) + 28107 1 ecl NAMI "/usr/lib/libm.so.0" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x221000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187579449344/0x7f7ff6e00000 + 28107 1 ecl CALL mmap(0x7f7ff7020000,0x1000,3,0x12,3,0,0x20000) + 28107 1 ecl RET mmap 140187581677568/0x7f7ff7020000 + 28107 1 ecl CALL mmap(0x7f7ff7021000,0,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187581681664/0x7f7ff7021000 + 28107 1 ecl CALL mprotect(0x7f7ff6e21000,0x1ff000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libc.so.12" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 28107 1 ecl NAMI "/usr/pkg/lib/libc.so.12" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 28107 1 ecl NAMI "/usr/lib/libc.so.12" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x33e000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187575255040/0x7f7ff6a00000 + 28107 1 ecl CALL mmap(0x7f7ff6d1f000,0xd000,3,0x12,3,0,0x11f000) + 28107 1 ecl RET mmap 140187578527744/0x7f7ff6d1f000 + 28107 1 ecl CALL mmap(0x7f7ff6d2c000,0x12000,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187578580992/0x7f7ff6d2c000 + 28107 1 ecl CALL mprotect(0x7f7ff6b1f000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libgcc_s.so.1" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 28107 1 ecl NAMI "/usr/pkg/lib/libgcc_s.so.1" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x735f63636762696c) + 28107 1 ecl NAMI "/usr/lib/libgcc_s.so.1" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x20c000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187571060736/0x7f7ff6600000 + 28107 1 ecl CALL mmap(0x7f7ff680b000,0x1000,3,0x12,3,0,0xb000) + 28107 1 ecl RET mmap 140187573202944/0x7f7ff680b000 + 28107 1 ecl CALL mmap(0x7f7ff680c000,0,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187573207040/0x7f7ff680c000 + 28107 1 ecl CALL mprotect(0x7f7ff660b000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x732e706d6762696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libgmp.so.10" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x732e706d6762696c) + 28107 1 ecl NAMI "/usr/pkg/lib/libgmp.so.10" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x270000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187566866432/0x7f7ff6200000 + 28107 1 ecl CALL mmap(0x7f7ff6467000,0x9000,3,0x12,3,0,0x67000) + 28107 1 ecl RET mmap 140187569385472/0x7f7ff6467000 + 28107 1 ecl CALL mmap(0x7f7ff6470000,0,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187569422336/0x7f7ff6470000 + 28107 1 ecl CALL mprotect(0x7f7ff6268000,0x1ff000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x732e69666662696c) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib//libffi.so.6" + 28107 1 ecl RET open -1 errno 2 No such file or directory + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x70) + 28107 1 ecl NAMI "/usr/pkg/lib/libffi.so.6" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x1000,1,1,3,0,0) + 28107 1 ecl RET mmap 140187598286848/0x7f7ff7ff7000 + 28107 1 ecl CALL munmap(0x7f7ff7ff7000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x207000,5,0x15000002,3,0,0) + 28107 1 ecl RET mmap 140187562672128/0x7f7ff5e00000 + 28107 1 ecl CALL mmap(0x7f7ff6006000,0x1000,3,0x12,3,0,0x6000) + 28107 1 ecl RET mmap 140187564793856/0x7f7ff6006000 + 28107 1 ecl CALL mmap(0x7f7ff6007000,0,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187564797952/0x7f7ff6007000 + 28107 1 ecl CALL mprotect(0x7f7ff5e06000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x6c) + 28107 1 ecl NAMI "/lib/libgcc_s.so.1" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x7f7fffffd150,0,0x2e6f732e6362696c) + 28107 1 ecl NAMI "/lib/libc.so.12" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL __fstat50(3,0x7f7fffffd060) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL _lwp_setprivate(0x7f7ff7ffe1c0) + 28107 1 ecl RET _lwp_setprivate 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd880,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sysctl(0x7f7ff6af8580,2,0x7f7ff6d3c280,0x7f7fffffd828,0,0) + 28107 1 ecl MIB 1.81 + 28107 1 ecl GIO read 64 bytes + 000 06 2d e3 17 91 fe 0c 8f 08 e0 94 76 c3 1c c1 f4 .-.........v.... + 010 7a 48 4a 6a 40 6c 0d 56 f2 eb 45 53 29 30 d5 f9 zHJj@l.V..ES)0.. + 020 21 fc a5 e3 9a 8d ec 19 43 bd 12 ee 1d fe 38 7f !.......C.....8. + 030 81 9a c8 6e 52 27 9a 53 b2 75 25 ed ce 54 b4 48 ...nR'.S.u%..T.H + 28107 1 ecl RET __sysctl 0 + 28107 1 ecl CALL __sysctl(0x7f7fffffd810,2,0x7f7ff7412b40,0x7f7fffffd808,0,0) + 28107 1 ecl MIB 6.3 + 28107 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 28107 1 ecl RET __sysctl 0 + 28107 1 ecl CALL _lwp_unpark_all(0,0,0) + 28107 1 ecl RET _lwp_unpark_all 1024/0x400 + 28107 1 ecl CALL __sysctl(0x7f7fffffd730,2,0x7f7ff6d3d340,0x7f7fffffd728,0,0) + 28107 1 ecl MIB 6.7 + 28107 1 ecl GIO read 4 bytes + 000 00 10 00 00 .... + 28107 1 ecl RET __sysctl 0 + 28107 1 ecl CALL getrlimit(3,0x7f7fffffd7f0) + 28107 1 ecl RET getrlimit 0 + 28107 1 ecl CALL mprotect(0x7f7fff801000,0x1000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL _lwp_getprivate + 28107 1 ecl RET _lwp_getprivate 140187598315968/0x7f7ff7ffe1c0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL _lwp_ctl(1,0x7f7fff800208) + 28107 1 ecl RET _lwp_ctl 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd840,0x7f7fffffd8f0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd8f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sysctl(0x7f7fffffd280,2,0x7f7ff6d33fac,0x7f7fffffd278,0,0) + 28107 1 ecl MIB 6.3 + 28107 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 28107 1 ecl RET __sysctl 0 + 28107 1 ecl CALL readlink(0x7f7ff6af40b1,0x7f7fffffd290,0x400) + 28107 1 ecl NAMI "/etc/malloc.conf" + 28107 1 ecl RET readlink -1 errno 2 No such file or directory + 28107 1 ecl CALL mmap(0,0x1000,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598221312/0x7f7ff7fe7000 + 28107 1 ecl CALL mmap(0,0x1000,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598217216/0x7f7ff7fe6000 + 28107 1 ecl CALL mmap(0,0x100000,3,0x14001002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187586789376/0x7f7ff7500000 + 28107 1 ecl CALL getrlimit(2,0x7f7fffffd820) + 28107 1 ecl RET getrlimit 0 + 28107 1 ecl CALL setrlimit(2,0x7f7fffffd820) + 28107 1 ecl RET setrlimit 0 + 28107 1 ecl CALL __sigprocmask14(3,0,0x7f7ff7b297a0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGINT,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGINT,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGCHLD,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd7f0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGPIPE,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGPIPE,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGILL,0,0x7f7fffffd790,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGILL,0x7f7fffffd790,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGUSR1,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGUSR1,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd840,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd780,0x7f7ff7b29e00,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd780,0x7f7ff7b29e20,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigprocmask14(0,0,0x7f7ff7b2ae28) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl PSIG SIGSEGV caught handler=0x7f7ff77e1605 mask=(11): code=SEGV_MAPERR, addr=0x600f00, trap=6) + 28107 1 ecl CALL __sigprocmask14(3,0x7f7ff7b2ae28,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7ff7b29e00,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7ff7b29e20,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7fffffd780,0x7f7ff7b29e00,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7fffffd780,0x7f7ff7b29e20,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigprocmask14(0,0,0x7f7ff7b2ae28) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl PSIG SIGSEGV caught handler=0x7f7ff77e1605 mask=(11): code=SEGV_MAPERR, addr=0x7f8000000000, trap=6) + 28107 1 ecl CALL __sigprocmask14(3,0x7f7ff7b2ae28,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGSEGV,0x7f7ff7b29e00,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGBUS,0x7f7ff7b29e20,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL break(0x602000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x642000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x682000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x6c2000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x702000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x742000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x782000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGPWR,0x7f7fffffd7a0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGXCPU,0x7f7fffffd7a0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sysctl(0x7f7fffffd7c0,2,0x7f7fffffd7cc,0x7f7fffffd7b8,0,0) + 28107 1 ecl MIB 6.3 + 28107 1 ecl GIO read 4 bytes + 000 04 00 00 00 .... + 28107 1 ecl RET __sysctl 0 + 28107 1 ecl CALL getcontext(0x7f7fffffd400) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598213120/0x7f7ff7fe5000 + 28107 1 ecl CALL break(0x7c2000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0xc35000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0xe1f000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL getrlimit(3,0x7f7fffffd840) + 28107 1 ecl RET getrlimit 0 + 28107 1 ecl CALL __getcwd(0xc8af30,0x80) + 28107 1 ecl RET __getcwd 45/0x2d + 28107 1 ecl CALL open(0x7f7ff7817a20,0,0xffffcfa0) + 28107 1 ecl NAMI "/dev/urandom" + 28107 1 ecl RET open 3 + 28107 1 ecl CALL read(3,0x7f7fffffd800,0x10) + 28107 1 ecl GIO fd 3 read 16 bytes + 000 d3 d3 e4 6a b0 f2 01 0f 47 c3 68 48 bf 33 1d 73 ...j....G.hH.3.s + 28107 1 ecl RET read 16/0x10 + 28107 1 ecl CALL close(3) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL __gettimeofday50(0x7f7fffffd7e0,0) + 28107 1 ecl RET __gettimeofday50 0 + 28107 1 ecl CALL __gettimeofday50(0x7f7fffffd820,0x7f7fffffd830) + 28107 1 ecl RET __gettimeofday50 0 + 28107 1 ecl CALL getcontext(0x7f7fffffd0e0) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL break(0x18e8000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL getcontext(0x7f7fffffd0e0) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL break(0x274a000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL __stat50(0xdedd48,0x7f7fffffd5b0) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 28107 1 ecl RET __stat50 0 + 28107 1 ecl CALL __getcwd(0xc8a6c0,0x80) + 28107 1 ecl RET __getcwd 45/0x2d + 28107 1 ecl CALL __lstat50(0xde70e8,0x7f7fffffd560) + 28107 1 ecl NAMI "/usr" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xc8fce8,0x7f7fffffd560) + 28107 1 ecl NAMI "/usr/local" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xc8fc68,0x7f7fffffd560) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xdedcf8,0x7f7fffffd560) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xdedca8,0x7f7fffffd560) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xdedc58,0x7f7fffffd570) + 28107 1 ecl NAMI "/usr/local/gitlab-ecl/lib/ecl-16.0.0/" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL break(0x278a000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGFPE,0,0x7f7fffffd7d0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL __sigaction_sigtramp(SIGFPE,0x7f7fffffd7d0,0,0x7f7ff6a8d0d0,2) + 28107 1 ecl RET __sigaction_sigtramp 0 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598209024/0x7f7ff7fe4000 + 28107 1 ecl CALL getcontext(0x7f7fffffcf40) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL break(0x3680000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd450,0x7f7fffffd470) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL mmap(0,0x800000,3,0x17001002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187547992064/0x7f7ff5000000 + 28107 1 ecl CALL mprotect(0x7f7ff5001000,0x1000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffd350,0x7f7fffffd380) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd380,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL getcontext(0x7f7ff5000a88) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_create(0x7f7ff5000a88,0x40,0x7f7ff5000180) + 28107 1 ecl RET _lwp_create 0 + 28107 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7502220,0x7f7ff7502220) + 28107 2 ecl CALL _lwp_ctl(1,0x7f7ff5000208) + 28107 2 ecl RET _lwp_ctl 0 + 28107 2 ecl CALL _lwp_unpark(1,0x7f7ff7502220) + 28107 2 ecl RET _lwp_unpark 0 + 28107 2 ecl CALL getrlimit(3,0x7f7ff57ffcb0) + 28107 2 ecl RET getrlimit 0 + 28107 2 ecl CALL sched_yield + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET ___lwp_park50 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffd450,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __nanosleep50(0x7f7fffffd670,0x7f7fffffd670) + 28107 2 ecl RET sched_yield 0 + 28107 2 ecl CALL __sigprocmask14(3,0x7f7ff57ffcb0,0) + 28107 2 ecl RET __sigprocmask14 0 + 28107 2 ecl CALL __sigprocmask14(1,0x7f7ff57ffb40,0) + 28107 2 ecl RET __sigprocmask14 0 + 28107 2 ecl CALL pipe + 28107 2 ecl RET pipe 3, 4 + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET __nanosleep50 0 + 28107 1 ecl CALL __stat50(0x2035d28,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.fas" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2035ca8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.fasl" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2035ae8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.fasb" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21758e8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.FASB" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2175868,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.lsp" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21757e8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.lisp" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2175768,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.LSP" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21756e8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.LISP" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2175668,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.fasc" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21755a8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl.FASC" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2175528,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.ecl" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21726b8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.fas" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2172618,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.fasl" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2172578,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.fasb" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21724d8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.FASB" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2172438,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.lsp" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x2172398,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.lisp" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21722f8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.LSP" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x22d04d8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.LISP" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x22d02a8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.fasc" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x22d0208,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc.FASC" + 28107 1 ecl RET __stat50 -1 errno 2 No such file or directory + 28107 1 ecl CALL __stat50(0x21753e8,0x7f7fffffd030) + 28107 1 ecl NAMI "/home/mmondor/.eclrc" + 28107 1 ecl RET __stat50 0 + 28107 1 ecl CALL __getcwd(0x21a8900,0x80) + 28107 1 ecl RET __getcwd 45/0x2d + 28107 1 ecl CALL __lstat50(0xc91ad8,0x7f7fffffcfe0) + 28107 1 ecl NAMI "/home" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x2175168,0x7f7fffffcfe0) + 28107 1 ecl NAMI "/home/mmondor" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x21750e8,0x7f7fffffcff0) + 28107 1 ecl NAMI "/home/mmondor/.eclrc" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __stat50(0x2175028,0x7f7fffffce70) + 28107 1 ecl NAMI "/home/mmondor/.eclrc" + 28107 1 ecl RET __stat50 0 + 28107 1 ecl CALL open(0x21750a8,0,0x1b6) + 28107 1 ecl NAMI "/home/mmondor/.eclrc" + 28107 1 ecl RET open 5 + 28107 1 ecl CALL close(5) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL open(0x21750a8,0,0x1b6) + 28107 1 ecl NAMI "/home/mmondor/.eclrc" + 28107 1 ecl RET open 5 + 28107 1 ecl CALL __fstat50(5,0x7f7fffffce00) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL lseek(5,0,0,0) + 28107 1 ecl RET lseek 0 + 28107 1 ecl CALL read(5,0x231d000,0x400) + 28107 1 ecl GIO fd 5 read 1024 bytes + 000 3b 28 73 65 74 66 20 2a 6c 6f 61 64 2d 76 65 72 ;(setf.*load-ver + 010 62 6f 73 65 2a 20 6e 69 6c 29 0a 0a 3b 28 72 65 bose*.nil)..;(re + 020 71 75 69 72 65 20 27 61 73 64 66 2d 69 6e 73 74 quire.'asdf-inst + 030 61 6c 6c 29 0a 3b 28 73 65 74 66 20 61 73 64 66 all).;(setf.asdf + 040 2d 69 6e 73 74 61 6c 6c 3a 3a 2a 61 73 64 66 2d -install::*asdf- + 050 69 6e 73 74 61 6c 6c 2d 64 69 72 73 2a 20 23 50 install-dirs*.#P + 060 22 2f 68 6f 6d 65 2f 6d 6d 6f 6e 64 6f 72 2f 61 "/home/mmondor/a + 070 73 64 66 22 29 0a 0a 3b 28 6c 65 74 2a 20 28 28 sdf")..;(let*.(( + 080 68 6f 6d 65 2d 70 61 74 68 20 28 6e 61 6d 65 73 home-path.(names + 090 74 72 69 6e 67 20 2a 64 65 66 61 75 6c 74 2d 70 tring.*default-p + 0a0 61 74 68 6e 61 6d 65 2d 64 65 66 61 75 6c 74 73 athname-defaults + 0b0 2a 29 29 0a 3b 20 20 20 20 20 20 20 28 61 73 64 *)).;.......(asd + 0c0 66 2d 70 61 74 68 20 22 61 73 64 66 2f 22 29 0a f-path."asdf/"). + 0d0 3b 20 20 20 20 20 20 20 28 62 61 73 65 2d 70 61 ;.......(base-pa + 0e0 74 68 20 28 63 6f 6e 63 61 74 65 6e 61 74 65 20 th.(concatenate. + 0f0 27 73 74 72 69 6e 67 20 68 6f 6d 65 2d 70 61 74 'string.home-pat + 100 68 20 61 73 64 66 2d 70 61 74 68 29 29 0a 3b 20 h.asdf-path)).;. + 110 20 20 20 20 20 20 28 70 61 74 74 65 72 6e 20 28 ......(pattern.( + 120 70 61 72 73 65 2d 6e 61 6d 65 73 74 72 69 6e 67 parse-namestring + 130 0a 3b 09 09 20 28 63 6f 6e 63 61 74 65 6e 61 74 .;...(concatenat + 140 65 20 27 73 74 72 69 6e 67 20 62 61 73 65 2d 70 e.'string.base-p + 150 61 74 68 20 22 2a 2f 22 29 29 29 29 0a 3b 20 20 ath."*/")))).;.. + 160 20 20 20 28 73 65 74 66 20 61 73 64 66 3a 2a 63 ...(setf.asdf:*c + 170 65 6e 74 72 61 6c 2d 72 65 67 69 73 74 72 79 2a entral-registry* + 180 20 28 61 70 70 65 6e 64 20 28 6c 69 73 74 0a 3b .(append.(list.; + 190 09 09 09 09 09 20 20 20 20 27 2a 64 65 66 61 75 .........'*defau + 1a0 6c 74 2d 70 61 74 68 6e 61 6d 65 2d 64 65 66 61 lt-pathname-defa + 1b0 75 6c 74 73 2a 0a 3b 09 09 09 09 09 20 20 20 20 ults*.;......... + 1c0 28 70 61 72 73 65 2d 6e 61 6d 65 73 74 72 69 6e (parse-namestrin + 1d0 67 20 62 61 73 65 2d 70 61 74 68 29 29 0a 3b 09 g.base-path)).;. + 1e0 09 09 09 09 20 20 20 28 64 69 72 65 63 74 6f 72 .......(director + 1f0 79 20 70 61 74 74 65 72 6e 29 29 29 29 0a 0a 3b y.pattern))))..; + 200 28 72 65 71 75 69 72 65 20 27 63 66 66 69 29 0a (require.'cffi). + 210 3b 28 70 75 73 68 6e 65 77 20 23 70 22 2f 75 73 ;(pushnew.#p"/us + 220 72 2f 70 6b 67 2f 6c 69 62 2f 22 0a 3b 20 20 20 r/pkg/lib/".;... + 230 20 20 20 20 20 20 63 66 66 69 3a 2a 66 6f 72 65 ......cffi:*fore + 240 69 67 6e 2d 6c 69 62 72 61 72 79 2d 64 69 72 65 ign-library-dire + 250 63 74 6f 72 69 65 73 2a 0a 3b 20 20 20 20 20 20 ctories*.;...... + 260 20 20 20 3a 74 65 73 74 20 23 27 65 71 75 61 6c ...:test.#'equal + 270 29 0a 0a 0a 3b 28 73 65 74 66 20 2a 64 65 66 61 )...;(setf.*defa + 280 75 6c 74 2d 70 61 74 68 6e 61 6d 65 2d 64 65 66 ult-pathname-def + 290 61 75 6c 74 73 2a 20 23 70 22 2f 76 61 72 2f 74 aults*.#p"/var/t + 2a0 6d 70 2f 22 29 0a 3b 28 65 78 74 3a 63 68 64 69 mp/").;(ext:chdi + 2b0 72 20 22 2f 76 61 72 2f 74 6d 70 2f 22 29 0a 0a r."/var/tmp/").. + 2c0 3b 20 4c 6f 61 64 69 6e 67 20 73 77 61 6e 6b 20 ;.Loading.swank. + 2d0 75 73 69 6e 67 20 41 53 44 46 0a 3b 28 72 65 71 using.ASDF.;(req + 2e0 75 69 72 65 20 3a 61 73 64 66 29 0a 3b 28 70 75 uire.:asdf).;(pu + 2f0 73 68 20 23 50 22 2f 68 6f 6d 65 2f 6d 6d 6f 6e sh.#P"/home/mmon + 300 64 6f 72 2f 65 6d 61 63 73 2d 73 63 72 69 70 74 dor/emacs-script + 310 73 2f 73 6c 69 6d 65 2f 22 20 61 73 64 66 3a 2a s/slime/".asdf:* + 320 63 65 6e 74 72 61 6c 2d 72 65 67 69 73 74 72 79 central-registry + 330 2a 29 0a 3b 28 72 65 71 75 69 72 65 20 3a 73 77 *).;(require.:sw + 340 61 6e 6b 29 0a 3b 28 73 77 61 6e 6b 3a 63 72 65 ank).;(swank:cre + 350 61 74 65 2d 73 65 72 76 65 72 20 3a 64 6f 6e 74 ate-server.:dont + 360 2d 63 6c 6f 73 65 20 74 20 3a 63 6f 64 69 6e 67 -close.t.:coding + 370 2d 73 79 73 74 65 6d 20 22 75 74 66 2d 38 2d 75 -system."utf-8-u + 380 6e 69 78 22 29 0a 0a 3b 20 4c 6f 61 64 69 6e 67 nix")..;.Loading + 390 20 73 77 61 6e 6b 20 64 69 72 65 63 74 6c 79 0a .swank.directly. + 3a0 3b 28 6c 6f 61 64 20 22 2f 68 6f 6d 65 2f 6d 6d ;(load."/home/mm + 3b0 6f 6e 64 6f 72 2f 65 6d 61 63 73 2d 73 63 72 69 ondor/emacs-scri + 3c0 70 74 73 2f 73 6c 69 6d 65 2f 73 77 61 6e 6b 2d pts/slime/swank- + 3d0 6c 6f 61 64 65 72 22 29 0a 3b 28 73 77 61 6e 6b loader").;(swank + 3e0 2d 6c 6f 61 64 65 72 3a 69 6e 69 74 20 3a 64 65 -loader:init.:de + 3f0 6c 65 74 65 20 6e 69 6c 20 3a 72 65 6c 6f 61 64 lete.nil.:reload + 28107 1 ecl RET read 1024/0x400 + 28107 1 ecl CALL read(5,0x231d000,0x400) + 28107 1 ecl GIO fd 5 read 423 bytes + 000 20 6e 69 6c 20 3a 6c 6f 61 64 2d 63 6f 6e 74 72 .nil.:load-contr + 010 69 62 73 20 6e 69 6c 29 0a 3b 28 73 77 61 6e 6b ibs.nil).;(swank + 020 3a 63 72 65 61 74 65 2d 73 65 72 76 65 72 20 3a :create-server.: + 030 64 6f 6e 74 2d 63 6c 6f 73 65 20 74 20 3a 63 6f dont-close.t.:co + 040 64 69 6e 67 2d 73 79 73 74 65 6d 20 22 75 74 66 ding-system."utf + 050 2d 38 2d 75 6e 69 78 22 29 0a 0a 3b 20 53 65 74 -8-unix")..;.Set + 060 20 74 65 6d 70 6f 72 61 72 79 20 64 69 72 65 63 .temporary.direc + 070 74 6f 72 79 20 77 68 65 72 65 20 45 4c 46 20 65 tory.where.ELF.e + 080 78 65 63 75 74 61 62 6c 65 20 64 79 6e 61 6d 69 xecutable.dynami + 090 63 20 6d 6f 64 75 6c 65 73 20 6d 61 79 20 62 65 c.modules.may.be + 0a0 20 6d 6d 61 70 28 32 29 65 64 0a 28 73 65 74 66 .mmap(2)ed.(setf + 0b0 20 28 6c 6f 67 69 63 61 6c 2d 70 61 74 68 6e 61 .(logical-pathna + 0c0 6d 65 2d 74 72 61 6e 73 6c 61 74 69 6f 6e 73 20 me-translations. + 0d0 22 54 4d 50 22 29 0a 20 60 28 28 22 2a 2a 3b 2a "TMP")..`(("**;* + 0e0 2e 2a 22 20 2c 28 66 6f 72 6d 61 74 20 6e 69 6c .*".,(format.nil + 0f0 20 22 7e 41 2f 2a 2a 2f 2a 2e 2a 22 20 22 2f 76 ."~A/**/*.*"."/v + 100 61 72 2f 74 6d 70 22 29 29 29 29 0a 0a 3b 28 72 ar/tmp"))))..;(r + 110 65 71 75 69 72 65 20 3a 61 73 64 66 29 0a 3b 28 equire.:asdf).;( + 120 73 65 74 66 20 2a 6c 6f 61 64 2d 76 65 72 62 6f setf.*load-verbo + 130 73 65 20 74 29 0a 3b 28 73 65 74 66 20 41 53 44 se.t).;(setf.ASD + 140 46 2f 53 54 52 45 41 4d 3a 2a 54 45 4d 50 4f 52 F/STREAM:*TEMPOR + 150 41 52 59 2d 44 49 52 45 43 54 4f 52 59 2a 20 23 ARY-DIRECTORY*.# + 160 70 22 2f 76 61 72 2f 74 6d 70 2f 22 29 0a 0a 28 p"/var/tmp/")..( + 170 73 65 74 66 20 2a 63 6f 6d 70 69 6c 65 2d 76 65 setf.*compile-ve + 180 72 62 6f 73 65 2a 20 74 29 0a 28 73 65 74 66 20 rbose*.t).(setf. + 190 63 3a 3a 2a 64 65 6c 65 74 65 2d 66 69 6c 65 73 c::*delete-files + 1a0 2a 20 6e 69 6c 29 0a *.nil). + 28107 1 ecl RET read 423/0x1a7 + 28107 1 ecl CALL read(5,0x231d000,0x400) + 28107 1 ecl GIO fd 5 read 0 bytes + 28107 1 ecl RET read 0 + 28107 1 ecl CALL close(5) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 59 Y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd170,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 47 G + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd170,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4a J + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4a J + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 47 G + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd170,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4b K + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd170,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd170,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 27 ' + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 43 C + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 27 ' + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 5f _ + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 52 R + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4d M + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 5f _ + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 44 D + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 41 A + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 28 ( + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 33 3 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 29 ) + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2c , + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 55 U + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 34 4 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 38 8 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 36 6 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 7a z + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 39 9 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 37 7 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 31 1 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 35 5 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 32 2 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 30 0 + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd1d0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 79 y + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 48 H + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd090,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffce70,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 76 v + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3a : + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffce10,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffce10,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3c < + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 70 p + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcdf0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffce10,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 54 T + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4f O + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 56 V + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 45 E + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd30,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffce40,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffced0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd60,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL read(0,0x7f7fffffd070,1) + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 6c l + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 6f o + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 61 a + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 64 d + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 20 . + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 63 c + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 62 b + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 75 u + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 67 g + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 2d - + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce50,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 22 " + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 28107 1 ecl RET read 1 + 28107 1 ecl CALL __stat50(0x1ff9098,0x7f7fffffcc20) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 28107 1 ecl RET __stat50 0 + 28107 1 ecl CALL write(1,0x7f7fffffc990,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3b ; + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc8b0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc910,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc940,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffc9f0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL __getcwd(0x21a8870,0x80) + 28107 1 ecl RET __getcwd 45/0x2d + 28107 1 ecl CALL __lstat50(0xde7328,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x2347828,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home/mmondor" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x23477e8,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home/mmondor/work" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x22d00c8,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x22d0078,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0xcbb208,0x7f7fffffcbd0) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x1ff9028,0x7f7fffffcbe0) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __getcwd(0x21a87e0,0x80) + 28107 1 ecl RET __getcwd 45/0x2d + 28107 1 ecl CALL __lstat50(0x2331b38,0x7f7fffffca90) + 28107 1 ecl NAMI "/home" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x2347128,0x7f7fffffca90) + 28107 1 ecl NAMI "/home/mmondor" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x23470e8,0x7f7fffffca90) + 28107 1 ecl NAMI "/home/mmondor/work" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x22d0028,0x7f7fffffca90) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x2346fc8,0x7f7fffffca90) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x1ef3f88,0x7f7fffffca90) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL __lstat50(0x1f0ff78,0x7f7fffffcaa0) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 28107 1 ecl RET __lstat50 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcab0,0x7f7fffffcae0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL open(0x1f0ff08,0,0x2f2f2f2f2f2f2f2f) + 28107 1 ecl NAMI "/home/mmondor/work/ecl-gitlab/ecl/ecl-gc-bug/gc-bug-test.fas" + 28107 1 ecl RET open 5 + 28107 1 ecl CALL __fstat50(5,0x7f7fffffc790) + 28107 1 ecl RET __fstat50 0 + 28107 1 ecl CALL mmap(0,0x9000,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598172160/0x7f7ff7fdb000 + 28107 1 ecl CALL mmap(0,0x1000,1,1,5,0,0) + 28107 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 28107 1 ecl CALL munmap(0x7f7ff7fda000,0x1000) + 28107 1 ecl RET munmap 0 + 28107 1 ecl CALL mmap(0,0x205000,5,0x15000002,5,0,0) + 28107 1 ecl RET mmap 140187558477824/0x7f7ff5a00000 + 28107 1 ecl CALL mmap(0x7f7ff5c04000,0x1000,3,0x12,5,0,0x4000) + 28107 1 ecl RET mmap 140187560591360/0x7f7ff5c04000 + 28107 1 ecl CALL mmap(0x7f7ff5c05000,0,3,0x1012,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187560595456/0x7f7ff5c05000 + 28107 1 ecl CALL mprotect(0x7f7ff5a04000,0x200000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL close(5) + 28107 1 ecl RET close 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcae0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffca70,0x7f7fffffcae0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcae0,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL write(1,0x7f7fffffd060,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 23 # + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd060,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 50 P + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 68 h + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6d m + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6e n + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 64 d + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 77 w + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6f o + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 72 r + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6b k + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 69 i + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 6c l + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2f / + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 63 c + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 62 b + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 75 u + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 67 g + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2d - + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 65 e + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 74 t + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 2e . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 66 f + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 61 a + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0c0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 73 s + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd0f0,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 22 " + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd160,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL write(1,0x7f7fffffcd60,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL read(0,0x7f7fffffd070,1) + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 34 4 + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 28107 1 ecl RET read 1 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcd20,0x7f7fffffcd40) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL mmap(0,0x800000,3,0x17001002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187539603456/0x7f7ff4800000 + 28107 1 ecl CALL mprotect(0x7f7ff4801000,0x1000,0) + 28107 1 ecl RET mprotect 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc20,0x7f7fffffcc50) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc50,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL getcontext(0x7f7ff4800a88) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_create(0x7f7ff4800a88,0x40,0x7f7ff4800180) + 28107 1 ecl RET _lwp_create 0 + 28107 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7502220,0x7f7ff7502220) + 28107 3 ecl CALL _lwp_ctl(1,0x7f7ff4800208) + 28107 3 ecl RET _lwp_ctl 0 + 28107 3 ecl CALL _lwp_unpark(1,0x7f7ff7502220) + 28107 3 ecl RET _lwp_unpark 0 + 28107 3 ecl CALL getrlimit(3,0x7f7ff4fffbb0) + 28107 3 ecl RET getrlimit 0 + 28107 3 ecl CALL sched_yield + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET ___lwp_park50 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcd20,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL break(0x36c0000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL _lwp_kill(3,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read RESTART + 28107 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 1 ecl CALL getcontext(0x7f7fffffc930) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_kill(3,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 3 ecl CSW stop kernel + 28107 3 ecl CSW resume kernel + 28107 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 3 ecl CALL setcontext(0x7f7ff4fff350) + 28107 3 ecl RET setcontext JUSTRETURN + 28107 3 ecl CALL setcontext(0x7f7ff4fff7f0) + 28107 3 ecl RET setcontext JUSTRETURN + 28107 3 ecl CALL __sigprocmask14(3,0x7f7ff4fffbb0,0) + 28107 3 ecl RET __sigprocmask14 0 + 28107 3 ecl CALL sched_yield + 28107 1 ecl CALL _lwp_kill(2,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL setcontext(0x7f7ff57ff300) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl CALL sched_yield + 28107 1 ecl CALL break(0x466b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x46ab000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x46eb000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL _lwp_kill(3,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read RESTART + 28107 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 1 ecl CALL getcontext(0x7f7fffffc930) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_kill(3,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 3 ecl CSW stop kernel + 28107 3 ecl CSW resume kernel + 28107 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 3 ecl CALL setcontext(0x7f7ff4fff2c0) + 28107 3 ecl RET setcontext JUSTRETURN + 28107 3 ecl CALL setcontext(0x7f7ff4fff760) + 28107 3 ecl RET setcontext JUSTRETURN + 28107 3 ecl CALL sched_yield + 28107 1 ecl CALL _lwp_kill(2,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL setcontext(0x7f7ff57ff300) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl CALL sched_yield + 28107 1 ecl CALL break(0x56eb000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x572b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x576b000) + 28107 1 ecl RET break 0 + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl CALL getpid + 28107 3 ecl RET getpid 28107/0x6dcb, 24469/0x5f95 + 28107 3 ecl CALL __stat50(0x2035ca8,0x7f7ff4fff8d0) + 28107 3 ecl NAMI "/tmp" + 28107 3 ecl RET __stat50 0 + 28107 3 ecl CALL open(0x2035ca8,0xa02,0x180) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET open 5 + 28107 1 ecl CALL break(0x676b000) + 28107 1 ecl RET break 0 + 28107 3 ecl CALL close(5) + 28107 3 ecl RET close 0 + 28107 3 ecl CALL sched_yield + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl CALL __getcwd(0x20ef360,0x80) + 28107 3 ecl RET __getcwd 45/0x2d + 28107 3 ecl CALL __lstat50(0x216c6b8,0x7f7ff4fff8a0) + 28107 3 ecl NAMI "/tmp" + 28107 3 ecl RET __lstat50 0 + 28107 3 ecl CALL __lstat50(0x21757a8,0x7f7ff4fff8b0) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET __lstat50 0 + 28107 3 ecl CALL __stat50(0x21756a8,0x7f7ff4fff710) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET __stat50 0 + 28107 3 ecl CALL open(0x2175768,0x601,0x1b6) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET open 5 + 28107 3 ecl CALL close(5) + 28107 3 ecl RET close 0 + 28107 3 ecl CALL open(0x2175768,2,0x1b6) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET open 5 + 28107 3 ecl CALL __fstat50(5,0x7f7ff4fff6a0) + 28107 3 ecl RET __fstat50 0 + 28107 3 ecl CALL lseek(5,0,0,0) + 28107 3 ecl RET lseek 0 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 1 ecl CALL break(0x67ab000) + 28107 1 ecl RET break 0 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 1 ecl CALL _lwp_kill(3,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x20) + 28107 3 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read RESTART + 28107 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 1 ecl CALL __nanosleep50(0x7f7fffffcc60,0) + 28107 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 3 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET __nanosleep50 0 + 28107 1 ecl CALL getcontext(0x7f7fffffc930) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_kill(3,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 3 ecl CSW stop kernel + 28107 3 ecl CSW resume kernel + 28107 2 ecl CSW stop kernel + 28107 3 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 3 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL setcontext(0x7f7ff57ff300) + 28107 3 ecl CALL setcontext(0x7f7ff4ffef30) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 3 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 28107 3 ecl CALL setcontext(0x7f7ff4fff3d0) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 3 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 1 ecl CALL break(0x67eb000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x77eb000) + 28107 1 ecl RET break 0 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 3 ecl CALL write(5,0x231d000,0x400) + 28107 3 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 3 ecl RET write 1024/0x400 + 28107 1 ecl CALL _lwp_kill(3,0x1e) + 28107 1 ecl RET _lwp_kill 0 + 28107 3 ecl PSIG SIGUSR1 caught handler=0x7f7ff77b5f35 mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 3 ecl CALL __sigprocmask14(3,0x7f7ff4fff3b0,0) + 28107 3 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL write(1,0x7f7fffffd100,1) + 28107 3 ecl CALL write(5,0x231d000,0x1cd) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 3 ecl GIO fd 5 wrote 461 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 1c0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ............. + 28107 3 ecl RET write 461/0x1cd + 28107 1 ecl CALL write(1,0x7f7fffffd050,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4e N + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd050,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 49 I + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd050,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 4c L + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffd160,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL write(1,0x7f7fffffcd60,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 3e > + 28107 1 ecl RET write 1 + 28107 1 ecl CALL write(1,0x7f7fffffcd90,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 20 . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL read(0,0x7f7fffffd070,1) + 28107 3 ecl CALL close(5) + 28107 3 ecl RET close 0 + 28107 3 ecl CALL unlink(0x2035de8) + 28107 3 ecl NAMI "/tmp/tmp28107a" + 28107 3 ecl RET unlink 0 + 28107 3 ecl CALL __sigprocmask14(1,0x7f7ff4fffb80,0) + 28107 3 ecl RET __sigprocmask14 0 + 28107 3 ecl CALL sched_yield + 28107 3 ecl RET sched_yield 0 + 28107 3 ecl CALL munmap(0x7f7ff7fda000,0x3b8) + 28107 3 ecl RET munmap 0 + 28107 3 ecl CALL _lwp_exit + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl GIO fd 0 read 1 bytes + 000 28 ( + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 65 e + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 73 s + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 74 t + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 34 4 + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffce90,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 29 ) + 28107 1 ecl RET read 1 + 28107 1 ecl CALL read(0,0x7f7fffffd0a0,1) + 28107 1 ecl GIO fd 0 read 1 bytes + 000 0a . + 28107 1 ecl RET read 1 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL mmap(0,0x3b8,3,0x1002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187598168064/0x7f7ff7fda000 + 28107 1 ecl CALL sched_yield + 28107 1 ecl RET sched_yield 0 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcd20,0x7f7fffffcd40) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL mmap(0,0x100000,3,0x14001002,0xffffffff,0,0) + 28107 1 ecl RET mmap 140187582595072/0x7f7ff7100000 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc10,0x7f7fffffcc40) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc40,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL _lwp_self + 28107 1 ecl RET _lwp_self 1 + 28107 1 ecl CALL __sigprocmask14(1,0x7f7fffffcc20,0x7f7fffffcc50) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcc50,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL getcontext(0x7f7ff4800a88) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_create(0x7f7ff4800a88,0x40,0x7f7ff4800180) + 28107 1 ecl RET _lwp_create 0 + 28107 1 ecl CALL ___lwp_park50(0,0,0x7f7ff7101100,0x7f7ff7101100) + 28107 4 ecl CALL _lwp_ctl(1,0x7f7ff4800208) + 28107 4 ecl RET _lwp_ctl 0 + 28107 4 ecl CALL _lwp_unpark(1,0x7f7ff7101100) + 28107 4 ecl RET _lwp_unpark 0 + 28107 4 ecl CALL getrlimit(3,0x7f7ff4fffab0) + 28107 4 ecl RET getrlimit 0 + 28107 4 ecl CALL sched_yield + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET ___lwp_park50 0 + 28107 1 ecl CALL __sigprocmask14(3,0x7f7fffffcd20,0) + 28107 1 ecl RET __sigprocmask14 0 + 28107 1 ecl CALL break(0x782b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x882b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x886b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x88ab000) + 28107 1 ecl RET break 0 + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl CALL __sigprocmask14(3,0x7f7ff4fffab0,0) + 28107 4 ecl RET __sigprocmask14 0 + 28107 4 ecl CALL sched_yield + 28107 1 ecl CALL _lwp_kill(4,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read RESTART + 28107 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 4 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 1 ecl CALL getcontext(0x7f7fffffc930) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_kill(4,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 4 ecl CSW stop kernel + 28107 4 ecl CSW resume kernel + 28107 4 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 4 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 4 ecl CALL setcontext(0x7f7ff4fff1c0) + 28107 4 ecl RET setcontext JUSTRETURN + 28107 4 ecl CALL setcontext(0x7f7ff4fff660) + 28107 4 ecl RET setcontext JUSTRETURN + 28107 4 ecl CALL sched_yield + 28107 1 ecl CALL _lwp_kill(2,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL setcontext(0x7f7ff57ff300) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl CALL sched_yield + 28107 1 ecl CALL break(0x98ab000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x98eb000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0x992b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0xa92b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0xa96b000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL _lwp_kill(4,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL _lwp_kill(2,0x20) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read RESTART + 28107 2 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,25,26,27,28,29,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl PSIG SIGPWR caught handler=0x7f7ff77e3a6e mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 4 ecl CALL __sigsuspend14(0x7f7ff7b2a870) + 28107 1 ecl CALL getcontext(0x7f7fffffc930) + 28107 1 ecl RET getcontext 0 + 28107 1 ecl CALL _lwp_kill(4,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 4 ecl CSW stop kernel + 28107 4 ecl CSW resume kernel + 28107 4 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 4 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,4,5,7,8,10,11,12,13,14,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 4 ecl CALL setcontext(0x7f7ff4fff1c0) + 28107 4 ecl RET setcontext JUSTRETURN + 28107 4 ecl CALL setcontext(0x7f7ff4fff660) + 28107 4 ecl RET setcontext JUSTRETURN + 28107 4 ecl CALL sched_yield + 28107 1 ecl CALL _lwp_kill(2,0x18) + 28107 1 ecl RET _lwp_kill 0 + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET __sigsuspend14 -1 errno 4 Interrupted system call + 28107 2 ecl PSIG SIGXCPU caught handler=0x7f7ff77e38e8 mask=(1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63): code=SI_LWP sent by pid=28107, uid=1000) + 28107 2 ecl CALL setcontext(0x7f7ff57ff300) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL setcontext(0x7f7ff57ff7a0) + 28107 2 ecl RET setcontext JUSTRETURN + 28107 2 ecl CALL read(3,0x7f7ff7b297b0,0x10) + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl CALL sched_yield + 28107 1 ecl CALL break(0xa9ab000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL break(0xb9ab000) + 28107 1 ecl RET break 0 + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl CALL getpid + 28107 4 ecl RET getpid 28107/0x6dcb, 24469/0x5f95 + 28107 4 ecl CALL __stat50(0x2035ca8,0x7f7ff4fff7d0) + 28107 4 ecl NAMI "/tmp" + 28107 4 ecl RET __stat50 0 + 28107 4 ecl CALL open(0x2035ca8,0xa02,0x180) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl RET open 5 + 28107 4 ecl CALL close(5) + 28107 4 ecl RET close 0 + 28107 4 ecl CALL __getcwd(0x20ef360,0x80) + 28107 4 ecl RET __getcwd 45/0x2d + 28107 4 ecl CALL __lstat50(0x216c6b8,0x7f7ff4fff7a0) + 28107 4 ecl NAMI "/tmp" + 28107 4 ecl RET __lstat50 0 + 28107 4 ecl CALL __lstat50(0x21757a8,0x7f7ff4fff7b0) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl CSW resume kernel + 28107 4 ecl RET __lstat50 0 + 28107 4 ecl CALL __stat50(0x21756a8,0x7f7ff4fff610) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl RET __stat50 0 + 28107 4 ecl CALL open(0x2175768,0x601,0x1b6) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl RET open 5 + 28107 4 ecl CALL close(5) + 28107 4 ecl RET close 0 + 28107 4 ecl CALL open(0x2175768,2,0x1b6) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl RET open 5 + 28107 4 ecl CALL __fstat50(5,0x7f7ff4fff5a0) + 28107 4 ecl RET __fstat50 0 + 28107 4 ecl CALL lseek(5,0,0,0) + 28107 4 ecl RET lseek 0 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 4 ecl CALL write(5,0x231d000,0x400) + 28107 4 ecl GIO fd 5 wrote 1024 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 3f0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + 28107 4 ecl RET write 1024/0x400 + 28107 1 ecl CALL break(0xb9eb000) + 28107 1 ecl RET break 0 + 28107 1 ecl CALL _lwp_kill(4,0x1e) + 28107 1 ecl RET _lwp_kill 0 + 28107 1 ecl CALL write(1,0x7f7fffffd100,1) + 28107 1 ecl GIO fd 1 wrote 1 bytes + 000 0a . + 28107 1 ecl RET write 1 + 28107 1 ecl CALL ___lwp_park50(0,0,0x7f7ff6d29b38,0x7f7ff6d29b38) + 28107 4 ecl PSIG SIGUSR1 caught handler=0x7f7ff77b5f35 mask=(): code=SI_LWP sent by pid=28107, uid=1000) + 28107 4 ecl CALL __sigprocmask14(3,0x7f7ff4fff210,0) + 28107 4 ecl RET __sigprocmask14 0 + 28107 4 ecl CALL write(5,0x231d000,0x7a) + 28107 4 ecl GIO fd 5 wrote 122 bytes + 000 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e ................ + *** + 070 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e .......... + 28107 4 ecl RET write 122/0x7a + 28107 4 ecl CALL close(5) + 28107 4 ecl RET close 0 + 28107 4 ecl CALL unlink(0x2175628) + 28107 4 ecl NAMI "/tmp/tmp28107b" + 28107 4 ecl RET unlink 0 + 28107 4 ecl CALL __sigprocmask14(1,0x7f7ff4fffa80,0) + 28107 4 ecl RET __sigprocmask14 0 + 28107 4 ecl CALL sched_yield + 28107 4 ecl RET sched_yield 0 + 28107 4 ecl CALL munmap(0x7f7ff7fda000,0x3b8) + 28107 4 ecl RET munmap 0 + 28107 4 ecl CALL _lwp_exit + 28107 2 ecl CSW stop kernel + 28107 1 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET ___lwp_park50 0 + 28107 1 ecl CALL ___lwp_park50(0,0,0x7f7ff6d29b38,0x7f7ff6d29b38) + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel + 28107 1 ecl RET ___lwp_park50 0 + 28107 1 ecl PSIG SIGTERM SIG_DFL: code=SI_USER sent by pid=24469, uid=1000) + 28107 2 ecl CSW stop kernel + 28107 2 ecl CSW resume kernel + 28107 2 ecl RET read -1 errno 4 Interrupted system call + 28107 1 ecl CSW stop kernel + 28107 1 ecl CSW resume kernel