Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15737 > unrolled thread
| Started by | Christian Dürr <contact@christianduerr.com> |
|---|---|
| First post | 2019-12-16 16:37 +0100 |
| Last post | 2019-12-16 16:37 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Crash when moving full-width glyphs across lines Christian Dürr <contact@christianduerr.com> - 2019-12-16 16:37 +0100
| From | Christian Dürr <contact@christianduerr.com> |
|---|---|
| Date | 2019-12-16 16:37 +0100 |
| Subject | Crash when moving full-width glyphs across lines |
| Message-ID | <mailman.977.1576514008.1979.bug-bash@gnu.org> |
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DDEFAULT_PATH_VALUE='/usr/local/sbin:/usr/local/bin:/usr/bin' -DSTANDARD_UTILS_PATH='/usr/bin' -DSYS_BASHRC='/etc/bash.bashrc' -DSYS_BASH_LOGOUT='/etc/bash.bash_logout' -DNON_INTERACTIVE_LOGIN_SHELLS -Wno-parentheses -Wno-format-security
uname output: Linux archhq 5.4.2-arch1-1 #1 SMP PREEMPT Thu, 05 Dec 2019 12:29:40 +0000 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.0
Patch Level: 11
Release Status: release
Description:
Bash will crash when moving full-width unicode glyphs like `こ` across line
boundaries.
Repeat-By:
Paste `https://こんにち` into bash and add whitespace before it until it is
in the next line. Then start deleting that whitespace until it is on the
previous line again. It should crash as soon as only `https://` is on the
original line.
Back to top | Article view | gnu.bash.bug
csiph-web