Thanks for the report. Based on the log it's hard to tell exactly what went wrong but the crash seems to have occurred somewhere in the SimpleTrue test case of JsonStreamParserTest. I see that there are some recent fixes in that file that have been made on the 3.1.x branch but not yet merged to master (like this <https://github.com/google/protobuf/commit/4d3e4cfa4a1bf01e8a19515967f127ddd4b5cdf3> one for example). Could you try running the test on the 3.1.x branch and see if that fixes the problem?
On Sat, Oct 8, 2016 at 3:03 AM, khing blue <[email protected]> wrote: > I'm trying to build PB in cygwin environment, but seeing following error: > > $ make check > ... > PASS: protobuf-lazy-descriptor-test.exe > PASS: protobuf-lite-test.exe > ../test-driver: line 107: 572536 Segmentation fault (core dumped) > "$@" > $log_file 2>&1 > FAIL: protobuf-test.exe > PASS: protobuf-lite-arena-test.exe > PASS: no-warning-test.exe > PASS: google/protobuf/compiler/zip_output_unittest.sh > ... > ============================================================ > ================ > See src/test-suite.log > Please report to [email protected] > ============================================================ > ================ > > > Is there anything I can do? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
