On 2009-11-21 at 21:15:42, Hans Lub wrote:
> Hopefully the Bug will manifest itself again (if it's not a HeisenBug...)

That's not a problem, I can reproduce it everytime I open dc.

> If so, could you send me the /tmp/rlwrap.debug file?

Attached.

Cheers,
Francois
0.000         main.c:492        init_rlwrap               Initialising, rlwrap 
version 0.32, host: ?, time: Sun Nov 22 14:07:27 2009

0.000         term.c:78         init_terminal             TERM = xterm
0.001         term.c:50         my_tgetstr                tgetstr("le") = <BS>
0.001         term.c:50         my_tgetstr                tgetstr("cr") = <CR>
0.001         term.c:50         my_tgetstr                tgetstr("dl1") = NULL
0.001         term.c:50         my_tgetstr                tgetstr("cl") = 
<ESC>[H<ESC>[2J
0.001         term.c:50         my_tgetstr                tgetstr("ch") = 
<ESC>[%i%p1%dG
0.001         term.c:50         my_tgetstr                tgetstr("up") = 
<ESC>[A
0.001         term.c:50         my_tgetstr                tgetstr("do") = <NL>
0.001         term.c:50         my_tgetstr                tgetstr("nl") = NULL
0.001         term.c:110        init_terminal             term_eof=4
0.020       ptytty.c:211        ptytty_control_tty        pid: 11065, tty fd: 
5, dev: /dev/pts/5
0.020       ptytty.c:214        ptytty_control_tty        tcgetpgrp(): -1  
getpgrp(): 11063
0.020       ptytty.c:221        ptytty_control_tty        setsid() returned 
11065 
0.020       ptytty.c:229        ptytty_control_tty        Voiding tty 
associations: previous=no
0.020       ptytty.c:242        ptytty_control_tty        ptytty_control_tty(): 
/dev/tty has controlling tty? no (good)
0.020       ptytty.c:278        ptytty_control_tty        ioctl(..,TIOCSCTTY): 
0 
0.020       ptytty.c:292        ptytty_control_tty        do we have 
controlling tty now: yes (good) 
0.020       ptytty.c:300        ptytty_control_tty        tcgetpgrp(): 11065  
getpgrp(): 11065
0.020      signals.c:385        log_named_signal          got signal 28 
(SIGWINCH on most systems)
0.020      signals.c:283        adapt_tty_winsize         ioctl (..., 
TIOCGWINSZ) = 0
0.020         main.c:182        fork_child                preparing to execute 
dc
0.020     readline.c:46         init_readline             Initialising readline 
version 600
0.021        utils.c:471        log_terminal_settings     clflag.ISIG is set
0.021        utils.c:472        log_terminal_settings     cc_c[VINTR] is 3
0.021        utils.c:473        log_terminal_settings     cc_c[VEOF] is 4
0.021         main.c:263        main_loop                 calling select() with 
timeout wait_a_little
0.021      signals.c:350        child_died                Caught SIGCHLD
0.021         main.c:271        main_loop                 select() returned  -1 
(stdin ready), within_line_edit=0
0.021         main.c:263        main_loop                 calling select() with 
timeout wait_a_little
0.061         main.c:271        main_loop                 select() returned  0 
(stdin ready), within_line_edit=0
0.061         term.c:232        my_putstr                 wrote 99 bytes to 
stdout:                                                                         
                   ble-bell
0.062     readline.c:690        move_cursor_to_start_of_prompt moved cursor up 
0 lines (erase = 1, len=0, termwidth=91)
0.062         term.c:232        my_putstr                 wrote 0 bytes to 
stdout: 
0.062         main.c:263        main_loop                 calling select() with 
timeout forever
1.572         main.c:271        main_loop                 select() returned  1 
(stdin ready), within_line_edit=0
1.572         main.c:419        main_loop                 read 1 byte(s) 
(<CTRL-d>) on stdin
1.572         main.c:444        main_loop                 Starting line edit
1.572         term.c:232        my_putstr                 wrote 99 bytes to 
stdout:                                                                         
                   ble-bell
1.572     readline.c:690        move_cursor_to_start_of_prompt moved cursor up 
0 lines (erase = 1, len=0, termwidth=91)
1.572        utils.c:471        log_terminal_settings     clflag.ISIG is set
1.572        utils.c:472        log_terminal_settings     cc_c[VINTR] is 3
1.572        utils.c:473        log_terminal_settings     cc_c[VEOF] is 4
1.572     readline.c:131        restore_rl_state          newprompt now 
1.572         main.c:452        main_loop                 Character 4 (<CTRL-d>)
1.572         main.c:263        main_loop                 calling select() with 
timeout forever
1.572         main.c:271        main_loop                 select() returned  1 
(stdin ready), within_line_edit=1
1.573         main.c:263        main_loop                 calling select() with 
timeout forever
1.573      signals.c:350        child_died                Caught SIGCHLD
1.573      signals.c:353        child_died                child (pid 11065) has 
died, exit status: 0
1.573         main.c:271        main_loop                 select() returned  -1 
(pty ready), within_line_edit=1
1.573         main.c:263        main_loop                 calling select() with 
timeout immediately
1.573         main.c:271        main_loop                 select() returned  0 
(stdin ready), within_line_edit=1
1.573         main.c:301        main_loop                 select returned 0, 
command_is_dead=1, commands_exit_status=0
1.573         main.c:907        cleanup_rlwrap_and_exit   Cleaning up
1.573         term.c:232        my_putstr                 wrote 1 bytes to 
stdout: <NL>

Reply via email to