From: | rickjackson001 at gmail(dot)com (akshunj) |
---|---|
To: | |
Subject: | [Pljava-dev] jvm crash with pljava |
Date: | 2013-12-27 19:45:23 |
Message-ID: | 1388173523376-5784674.post@n5.nabble.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
Hi,
Platform is RHEL6/OpenJDK1.6.0_28/PGSQL9.1.11/ and pljava built from the
latest source. This is all running in a VMware virtual machine. I installed
postgres and configured pljava, which appears to work fine as I can create
the sqlj schema.
I attempt to run the "smoke test" posted by Johaan (thx!) and I am
immediately disconnected from postgres. Some investigating revealed that the
JVM is crashing with a SIGSEV error.
(the hs_err log is huge, just a couple of snippets below)
Problematic frame:
# C [postgres: postgres mytestdb 192.168.0.10(60976) SELECT+0x2f65f0]
pg_detoast_datum_packed+0x0
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR),
si_addr=0x00000000f15fc7b4
I saw that a Mr. Pierce on here suffered from a similar problem and there
were references to large shared buffer sizes. In my case the shared buffers
are at the default (32MB). I tried tweaking the shared buffer size, but was
unsuccessful in passing the smoke test. For my own sanity I tried installing
postgres/pljava in Windows and was able to get everything working; passed
the smoke test on the first try.
Is there anything else I can try to fix the jvm crashing issue?
Thx.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/jvm-crash-with-pljava-tp5784674.html
Sent from the PL/Java mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Hal Hildebrand | 2014-01-07 14:24:56 | [Pljava-dev] Errors building SO |
Previous Message | John R Pierce | 2013-12-25 02:18:56 | [Pljava-dev] looking for build for Postgres 9.2 |