Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Oct 2014 09:29:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-testing@freebsd.org
Subject:   [Bug 193499] [tests] usr.bin/yacc/err_syntax27.error failures with the latest kyua
Message-ID:  <bug-193499-32464-E7XyCNqlMo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193499-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193499-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193499

--- Comment #5 from Craig Rodrigues <rodrigc@FreeBSD.org> ---
Here's the stack trace I got:

(gdb) where
#0  reader () at
/builds/FreeBSD_HEAD/usr.bin/yacc/../../contrib/byacc/reader.c:681
#1  0x00000000004053c9 in main (argc=<value optimized out>, argv=<value
optimized out>)
    at /builds/FreeBSD_HEAD/usr.bin/yacc/../../contrib/byacc/main.c:692
(gdb) l
676         {
677             if (c == '\0')
678                 missing_brace();
679             if (c == EOF)
680                 unexpected_EOF();
681             buf[i] = (char)c;
682         }
683
684         if (i == 0)
685             goto out;

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193499-32464-E7XyCNqlMo>