[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
segfault on rl_completion_matches() interrupt
From: |
Raphaël Droz |
Subject: |
segfault on rl_completion_matches() interrupt |
Date: |
Mon, 15 Apr 2013 01:08:51 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Using both 4.2 and 4.3, I can reproduce a segfault on completion (though
not using gdb)
This can happen very consistently using a time-consuming completion like
the one for `man`, eg:
$ man g<tab><tab>^C
Attached is the trace from a core-file using `man gpg-agent g<tab><tab>^C`
with bash 4.3.
Side note: as more and more completions take time to finish (think ssh,
dpkg, ...), having ^G to interrupt the completion process and not having
to use ^C which discard the whole line could be useful.
bash-comp-int-crash.gdb.log
Description: Text document
- segfault on rl_completion_matches() interrupt,
Raphaël Droz <=