bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk: testext.awk:14: fatal error: internal error


From: Aharon Robbins
Subject: Re: [bug-gawk] gawk: testext.awk:14: fatal error: internal error
Date: Thu, 22 Aug 2013 11:15:21 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hi.

> The below fatal error comes with commit 7d19cbd "Changes to ENVIRON 
> reflect into the environment."
>
> I guess that the issue is Mac-related. I am here on Mac OS X Lion 10.7.5

This (obviously) does not reproduce on my GNU/Linux system. Can you
please send a stack trace?  Steps:

        ulimit -c unlimited     # enable core dumps
        cd gawk-source-dir
        make clean
        vi Makefile     # remove -O or -O[0-9] from compile flags
        make
        run test program, generate core dump
        gdb ./gawk core
        (gdb) where     # produce stack trace
        (gdb) quit

Send me the stack trace, please.  If different tests produce different
traces please send them to me.

Thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]