From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Mark Wong <markwkm(at)gmail(dot)com> |
Subject: | dblink crash on PPC |
Date: | 2011-05-27 12:44:58 |
Message-ID: | 4DDF9CCA.5050903@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Something odd is happening on buildfarm member wombat, a PPC970MP box
running Gentoo. We're getting dblink test failures. On the one I looked
at more closely I saw this:
[4ddf2c59.7aec:153] LOG: disconnection: session time: 0:00:00.444 user=markwkm database=contrib_regression host=[local]
and then:
[4ddf2c4e.79d4:2] LOG: server process (PID 31468) was terminated by signal 11: Segmentation fault
[4ddf2c4e.79d4:3] LOG: terminating any other active server processes
which makes it look like something is failing badly in the backend cleanup code. (7aec = hex(31468))
We don't seem to have a backtrace, which is sad.
This seems to be happening on the 9.0 branch too.
I wonder what it could be?
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2011-05-27 12:53:50 | Re: How can I check the treatment of bug fixes? |
Previous Message | MauMau | 2011-05-27 12:36:39 | How can I check the treatment of bug fixes? |