Skip to content

Commit

Permalink
Temporary hack to debug the MATE grammar.
Browse files Browse the repository at this point in the history
Builds on my machines, physical and virtual, crash with an assertion
failure in the MATE Lemon grammar when parsing the MATE configuration
file in bug 12161 - on Mac OS X Lion with llvm-gcc, Ubuntu 15.10 with
GCC, and on macOS Sierra with clang.

Builds on the macOS buildbot do *not* fail.

So put the result of Lemon in the MATE plugin into the release tarball,
so I can compare it with what Lemon generates on my machine.

Change-Id: I2d5ecee68535a8b4803de0bd7f02d448ab629083
Reviewed-on: https://code.wireshark.org/review/21126
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Guy Harris <guy@alum.mit.edu>
  • Loading branch information
guyharris committed Apr 16, 2017
1 parent 55220d3 commit c63c5c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/mate/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ MAINTAINERCLEANFILES = \

EXTRA_DIST = \
mate_grammar.lemon \
mate_grammar.c \
mate_grammar.h \
mate_grammar.out \
mate_parser.l \
plugin.rc.in \
CMakeLists.txt \
Expand Down

0 comments on commit c63c5c8

Please sign in to comment.