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'
Created attachment 461403 [details] File: backtrace
thanks for report, reproducible for me with latest ksh version
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
this bug is already fixed