Bug 654866

Summary: [abrt] ksh-20100701-1.fc14: __strlen_sse2: Process /bin/ksh was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Eric Blake <eblake>
Component: kshAssignee: Michal Hlavinka <mhlavink>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:46bdc8ba27cd5fe7b09cb6642308566e780a24a4
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-11 11:27:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Eric Blake 2010-11-18 21:44:34 UTC
abrt version: 1.1.13
architecture: x86_64
Attached file: backtrace
cmdline: ksh -c 'typeset -T cat; typeset -T; command cat a=b'
component: ksh
crash_function: __strlen_sse2
executable: /bin/ksh
kernel: 2.6.35.6-48.fc14.x86_64
package: ksh-20100701-1.fc14
rating: 4
reason: Process /bin/ksh was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1290116371
uid: 14986

How to reproduce
-----
1. ksh -c 'typeset -T cat; typeset -T'

Comment 1 Eric Blake 2010-11-18 21:44:36 UTC
Created attachment 461403 [details]
File: backtrace

Comment 2 Michal Hlavinka 2010-11-19 07:11:31 UTC
thanks for report, reproducible for me with latest ksh version

Comment 3 Michal Hlavinka 2010-11-19 11:50:52 UTC
reason why it crashed is easy to see and easy to fix, but I don't know what is expected behaviour (compared to typeset -T with assignment) if it should print just one line or both lines, so I've asked upstream for decision first

Comment 4 Michal Hlavinka 2011-03-11 11:27:19 UTC
this bug is already fixed