Re: Bogus reports from coverage.postgresql.org

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Bogus reports from coverage.postgresql.org
Дата
Msg-id CABUevEx5Q0YEPrsdUL75BB0z+Ns3m7eX=x3oRwttjHRJ0HeQRw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Bogus reports from coverage.postgresql.org  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bogus reports from coverage.postgresql.org  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-www
On Sun, Mar 11, 2018 at 6:58 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Is it specifically "lcov" we are considering here? If so, we are on version
>> 1.13, and there is no newer version packaged for debian or from what I can
>> tell even released?

> It could also be a compiler issue, I believe.

Actually, looking closer, it appears that lcov is just translating
gcov's textual output into HTML, so that the error is probably to
be blamed on gcc or gcov.  And at least on RHEL, those come from
the same package:

$ rpm -qf /usr/bin/gcov
gcc-4.4.7-18.el6.x86_64

So if you're up2date on gcc, we might have material for a gcc bug report
here.  I'll try to reproduce it on recent Fedora, and if so file something
at Red Hat.

The current gcc version in debin stable is:

mha@galvin:~$ gcc --version
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516

(and yes, gcov is in the gcc package on Debian as well)

--

В списке pgsql-www по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bogus reports from coverage.postgresql.org
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bogus reports from coverage.postgresql.org