Jeff Davis pgsql
Fri Sep 29 11:11:06 PDT 2006
I get a segfault when I don't specify a "comment" for "create set". This
is version 1.1.5.

% slonik
cluster name = cluster01;
node 1 admin conninfo = '...';
node 2 admin conninfo = '...';
create set (id=4, origin = 1);
Segmentation fault (core dumped)

Is this fixed in 1.2RC4? Should I be using 1.2RC4 instead of 1.1.5, or
is 1.1.5 still considered to be more stable?

Also, I have a shell script that initializes the cluster, then creates a
set (in a separate slonik invocation) and then immediately starts a
slon. If I do that, the create set command fails because the cluster has
not actually been initialized, even though the first invocation of
slonik has finished executing. Is this expected behavior? I actually
have "sleep 1" calls in between invoking slonik, which doesn't seem very
robust.

Regards,
	Jeff Davis




More information about the Slony1-general mailing list