Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80569 - sys-apps/sed-4.1.2 core dumps
Summary: sys-apps/sed-4.1.2 core dumps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 04:49 UTC by Aaron Walker (RETIRED)
Modified: 2005-02-19 11:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sed-core-dumps.txt (sed-core-dumps.txt,3.71 KB, text/plain)
2005-02-03 04:51 UTC, Aaron Walker (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Walker (RETIRED) gentoo-dev 2005-02-03 04:49:59 UTC
test case - one of ciaranm's regexes from the latest fluxbox-styles-fluxmod:

$ tar xvjpf fluxbox-styles-fluxmod-20050128.tar.bz2
$ cd fluxbox-styles-fluxmod-20050128
$ find . -name '*.cfg' -exec sed -i "{}" -e 's-^\(rootcommand\)-!!! \1-i' \;

produces the attached output on two of my ~x86 systems.  sed-4.0.9 works fine.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-02-03 04:51:01 UTC
Created attachment 50259 [details]
sed-core-dumps.txt
Comment 2 Ciaran McCreesh 2005-02-03 12:57:00 UTC
Simpler test case

ciaranm@snowdrop ramdisk 0 0.54 $ echo -e "xxxxxxxx yyy\nzzzzz" > test
ciaranm@snowdrop ramdisk 0 0.42 $ sed -i test -e 's-^\(xxxxxxxx\)-!!! \1-i'
Segmentation fault
Comment 3 Ciaran McCreesh 2005-02-03 12:58:29 UTC
ka0ttic -- utf-8 locale perchance? unset LANG makes it vanish for me
Comment 4 Aaron Walker (RETIRED) gentoo-dev 2005-02-04 06:03:50 UTC
Yes, LANG is en_US.utf8.
I still get it after unset LANG, however.
Comment 5 SpanKY gentoo-dev 2005-02-19 10:15:28 UTC
could you guys give sed-4.1.4 a run ?
Comment 6 Aaron Walker (RETIRED) gentoo-dev 2005-02-19 11:17:08 UTC
4.1.4 works for me.
Comment 7 SpanKY gentoo-dev 2005-02-19 11:35:53 UTC
wh0rd