[Bug 193499] [tests] usr.bin/yacc/err_syntax27.error failures with the latest kyua
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 4 09:29:56 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193499
--- Comment #5 from Craig Rodrigues <rodrigc at 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.
More information about the freebsd-testing
mailing list