Thread: BUG #8346: Postgres BDR: Segmentation Fault observed during replication of binary object.

BUG #8346: Postgres BDR: Segmentation Fault observed during replication of binary object.

From
devadas_mallya@yahoo.co.in
Date:
The following bug has been logged on the website:

Bug reference:      8346
Logged by:          Devadas Mallya
Email address:      devadas_mallya@yahoo.co.in
PostgreSQL version: 9.2.0
Operating system:   Ubuntu 12.04 Server Edition (64-bit)
Description:

Hi,
  I have setup 2 postgres instances for bi-directional replication. I have
used the build from here: git clone -b bdr
git://git.postgresql.org/git/users/andresfreund/postgres.git


I have created a table with a column of type "bytea" for binary data on both
servers.


When I try to insert a binary object into this table from one server, the
replication fails with a Segmentation Fault on the other server. The log
message is below
LOG:  worker process: bdr apply: ub1 (PID 29604) was terminated by signal
11: Segmentation fault. [ub1 is the server writing the data]
On Wed, Jul 31, 2013 at 6:58 AM, <devadas_mallya@yahoo.co.in> wrote:

> The following bug has been logged on the website:
>
> Bug reference:      8346
> Logged by:          Devadas Mallya
> Email address:      devadas_mallya@yahoo.co.in
> PostgreSQL version: 9.2.0
> Operating system:   Ubuntu 12.04 Server Edition (64-bit)
> Description:
>
> Hi,
>   I have setup 2 postgres instances for bi-directional replication. I have
> used the build from here: git clone -b bdr
> git://git.postgresql.org/git/users/andresfreund/postgres.git
>
Logical replication is not part of the Postgres core yet. As it is
currently being developed and in review process, you should not use this
mailing list for such reports. So please contact directly the developer in
charge of this feature, Andres. I am sure he will be pleased to get bug
reports for his work.
--
Michael