Re: Seg fault in pgbench

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Subject: Re: Seg fault in pgbench
Date: 2016-02-12 17:19:04
Message-ID: 20160212171904.GA546819@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Janes wrote:
> If I give pgbench an empty file, I get a segfault.
>
> $ touch empty.sql
> $ src/bin/pgbench/pgbench -T 60 -f empty.sql
> starting vacuum...end.
> Segmentation fault (core dumped)
>
> This has been since this commit:
>
> commit 8bea3d2219844887e170471f223ba100b3c17571
> Author: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
> Date: Wed Jan 27 02:54:22 2016 +0100
>
> pgbench: improve multi-script support
>
>
> I wasn't able to figure out which email thread corresponds to this commit.

Thanks for the report, will fix.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2016-02-12 17:23:29 Re: Clock with Adaptive Replacement
Previous Message Jeff Janes 2016-02-12 17:15:16 Seg fault in pgbench