Seg fault in pgbench - Mailing list pgsql-hackers

From Jeff Janes
Subject Seg fault in pgbench
Date
Msg-id CAMkU=1zxKUbLPOt9hQWFp14pTc=V0cGo2GQBbn2GsK2Pu+8ZfA@mail.gmail.com
Whole thread Raw
Responses Re: Seg fault in pgbench
Re: Seg fault in pgbench
Re: Seg fault in pgbench
List pgsql-hackers
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@alvh.no-ip.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,

Jeff



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: [PATCH v4] GSSAPI encryption support
Next
From: Alvaro Herrera
Date:
Subject: Re: Seg fault in pgbench