Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 443266 Details for
Bug 616853
ksh crashes
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
new reproducer
reproducer3.sh (text/plain), 1.01 KB, created by
Michal Hlavinka
on 2010-09-06 10:04:40 UTC
(
hide
)
Description:
new reproducer
Filename:
MIME Type:
Creator:
Michal Hlavinka
Created:
2010-09-06 10:04:40 UTC
Size:
1.01 KB
patch
obsolete
>#!/bin/ksh > >#250 functions is +- minimum, for different value you get completely different backtrace, for some values it does not crash >echo >/tmp/funfiller >for((I=0;I<380;I++)) >do > echo "function fun$I { return 0; }" >>/tmp/funfiller >done > >. /tmp/funfiller > >function gocrash1 { > typeset arg="$1" > export steps="gocrash3" > > [[ "$nonexisting" = "$ANYVARIABLE"* ]] >{ > gocrash2 > >} 2>&1 | cat > >} > >function gocrash2 { > > gocrash3 CRASHARRAY > gocrash3 CRASHARRAY > > gocrash4 > >} > >function gocrash3 { > [[ "${nonexisting2}" = *_* ]] > typeset anumber=1 > typeset cvar=helloworld > export $1[1]="" >} > >function gocrash4 { > gocrash5 >} > >function gocrash5 { >set > /dev/null > gocrash7 >} > >function gocrash7 { >echo "###### $1" > callcrasher "SORT abc" > callcrasher "SORT def" >} > >function CRASH_HERE { >set -x > i=0 > >( set | cat >/dev/null ) >set > /dev/null >( >echo $(set | wc -c) > CRASHARRAY="aaaaaaa" >set | wc -c >/dev/null >) > >} > > >function callcrasher { > CRASH_HERE "$1" > set > /dev/null >} > > > >gocrash1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 616853
:
441918
| 443266 |
446041