Bug 743242
Summary: | gawk + byacc = YACC Stack Overflow regression | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Konrad J Hambrick <konrad> | ||||
Component: | gawk | Assignee: | Vojtech Vitek <vvitek> | ||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.1 | CC: | dkutalek, hripps, konrad, mnowak, ovasik, psplicha | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 743343 (view as bug list) | Environment: | |||||
Last Closed: | 2012-03-13 13:58:34 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: | |||||||
Bug Depends On: | 743343 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. The bug is in byacc component (byacc-1.9.20070509-6.1.el6 build), so I've opened bug 743343. After it's resolution I can fix gawk by rebuilding the package.. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0385.html |
Created attachment 526225 [details] contains two files: ProcessParms.awk and a parameter file Description of problem: Complex Scripts fail with YACC Stack Overflow. These same scripts have been working on RHEL and as far back as RH 4.2. Works on RHEL 4 and 5 and it works on gawk 3.1.7 compiled from source with GNU Bison instead of byacc Version-Release number of selected component (if applicable): gawk 3.1.7 ( gawk-3.1.7-6.el6.i686 ) How reproducible: every time Steps to Reproduce: 1. download the attachment 2. cd into a temp working directory 3. tar -zxvf gawk-yacc-stack-overflow-B11004.tgz 4. /bin/gawk -f ProcessParms.awk ppdf-rsync-proc-iplinput.26923 Actual results: gawk: ProcessParms.awk:202: YarCmpTab = $2 "" gawk: ProcessParms.awk:202: ^ yacc stack overflow Expected results: silent return from ProcessParms.awk Additional info: tar -ztvf gawk-yacc-stack-overflow-B11004.tgz -rw-r--r-- ppdf0/clients 42522 2011-01-02 08:36 ProcessParms.awk -rw-rw-r-- ppdf0/clients 5303 2011-10-04 04:29 ppdf-rsync-proc-iplinput.26923