Re: BUG #8587: quantile segfaults when quantile out of [0;1] range

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: stephane(dot)wustner(at)lip6(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8587: quantile segfaults when quantile out of [0;1] range
Date: 2013-11-13 06:18:22
Message-ID: CAB7nPqQboZnsoOayrXkmpsmhqwVrWAmN2PdM7-sdq3Oeff=8Vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Nov 12, 2013 at 2:19 AM, <stephane(dot)wustner(at)lip6(dot)fr> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8587
> Logged by: strexxx
> Email address: stephane(dot)wustner(at)lip6(dot)fr
> PostgreSQL version: 9.3.0
> I know this is not the place to submit for the quantile extension, but the
> git hub new issue button is broken.
All the issues of Postgres should be reported on pgsql-bugs or with
the website UI, the bug tracker on github being disabled.

> 2013-11-11 18:05:53 CET LOG: server process (PID 28207) was terminated by
> signal 11: Segmentation fault
> 2013-11-11 18:05:53 CET DETAIL: Failed process was running: select
> quantile(generate_series,50) from generate_series(0,997);
quantile is part of this package on pgxn =>
http://pgxn.org/dist/quantile/. So it would be better to contact the
maintainer, Tomas, directly there to report this bug, even if I am
sure he is watching this ML.

Regards,
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2013-11-13 07:35:25 Re: Clang 3.3 findings and Illegal Shifts
Previous Message BD 2013-11-13 05:21:06 Re: BUG #8566: Postgres ODBC Driver 9.02.0100 (32 bits) cannot be used under WINDOWS 7 64 bits