Re: [protobuf] make check: FAIL: no-warning-test

2017-09-08 Thread 'Bo Yang' via Protocol Buffers
Is there any more useful debug information? On Thu, Aug 24, 2017 at 9:42 AM 黄育源 wrote: > My system is > > >> cat /proc/version > > Linux version 3.10.0-514.16.1.el7.x86_64 (buil...@kbuilder.dev.centos.org) > (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 > 15:04:24 UTC

Re: [protobuf] make check unit test failures and segmentation fault

2016-11-17 Thread 'Adam Cozzette' via Protocol Buffers
Another interesting thing is that someone else reported what looks like the same segfault, but this time with MSYS2: https://github.com/google/protobuf/issues/2380 On Tue, Nov 15, 2016 at 3:54 PM, David Edge wrote: > I will try and figure out where the segfault is happening and get back to > you

Re: [protobuf] make check unit test failures and segmentation fault

2016-11-15 Thread David Edge
I will try and figure out where the segfault is happening and get back to you. My compiler options included the following flag: -fsingle-precision-constant Turning off this option got rid of all the precision errors. Every test now passes prior to the segfault. However I still segfault at the i

Re: [protobuf] make check unit test failures and segmentation fault

2016-11-15 Thread 'Adam Cozzette' via Protocol Buffers
Interestingly it kind of looks like your compiler is treating floating-point literals as single-precision floats instead of doubles. Judging from this snippet you posted for example: Expected: 1.234567890123456789 Which is: 1.2345678806304932 The first number is the original text from the source

[protobuf] Re: protobuf make check failures

2011-04-20 Thread Jason Hsueh
Broadening to the mailing list. I don't have any immediate suggestions, but perhaps someone on the list does. If you can trim the output to the test failures, the issue might jump out a little more. It looks like there is some issue with the child process in the plugin unittest, at least; somethin

Re: [protobuf] make check

2011-02-25 Thread Jason Hsueh
Can you try patching r380? This fixed the issue for the previous reportof this error. On Fri, Feb 25, 2011 at 2:13 PM, Shiv wrote: > Hi, > I'm trying to install protobuf on linux 64bit, but stuck with