[Pljava-dev] JVM crash in latest cvs on 7.4.7 implementating ResultSetProvider
Stephen Crowley
stephen.crowley at gmail.com
Thu Mar 10 08:50:38 UTC 2005
I'm getting a JVM crash in the latest cvs.
My function def:
CREATE FUNCTION elab.getDailyReport(date)
RETURNS SETOF island_daily
AS 'elab.DailyReport.getDailyReport'
LANGUAGE java;
DailyReport implements ResultSetProvider
assignRowValues() isn't doing anything out of the ordinary.
Any ideas? The crash happens after about 50 rows returned. Any tips
on debugging? How can I turn these frame pointers into something
useful?
Thanks,
Stephen
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x081f7dac, pid=29055, tid=1077993600
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_01-b08 mixed mode)
# Problematic frame:
# C [postgres: crow elab [local] SELECT+0x1afdac] pfree+0xc
#
# An error report file with more information is saved as hs_err_pid29055.log
#
Log attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hs_err_pid29055.log
Type: application/octet-stream
Size: 13638 bytes
Desc: not available
Url : http://pgfoundry.org/pipermail/pljava-dev/attachments/20050310/bec767e7/attachment.obj
More information about the Pljava-dev
mailing list