[Pljava-dev] JVM crash in latest cvs on 7.4.7 implementating ResultSetProvider

From: stephen(dot)crowley at gmail(dot)com (Stephen Crowley)
To:
Subject: [Pljava-dev] JVM crash in latest cvs on 7.4.7 implementating ResultSetProvider
Date: 2005-03-10 08:50:38
Message-ID: 3f71fdf10503100050360ea179@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050310/bec767e7/attachment.obj>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-03-10 12:14:10 [Pljava-dev] JVM crash in latest cvs on 7.4.7 implementating ResultSetProvider
Previous Message Thomas Hallgren 2005-03-08 15:08:12 [Pljava-dev] Re: [PLJAVA] ResultSet.getTime() returns garbage. (ID: 1206) (new)