[Pljava-dev] Errors running pljava test

From: kongsen(dot)tian at tokuii(dot)com (kstian)
To:
Subject: [Pljava-dev] Errors running pljava test
Date: 2005-09-09 09:39:34
Message-ID: 43215856.3070606@tokuii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi Thomas,

I just tried the first option. Enclosed is the debug info in
postgresql.log in case you can spot something quick (since I can't).
Otherwise, I will try second option and see how much I can do.

Thank you so much again.

Regards,
Kong

Thomas Hallgren wrote:

> kstian wrote:
>
>> Hi Thomas,
>>
>> I have switched to using Sun-jdk-1.4.2.08. The pljava test is still
>> hanging in the middle. Sometimes, it hung at "***
>> testBinaryColumns()", sometimes, it also hung at "***
>> DatabaseMetaData 'int' functions:"
>>
>> Is there anything I can try?
>
>
> That depends on how much time you have :-) I don't have your
> environment and I'm not able to reproduce the hanging so it would be
> very helpful if you could try two things. The first one is simple.
> Just change the log_min_messages setting in the postgresql.conf file
> to debug1 and run again. The log will be somewhat more verbose and
> perhaps that can give me a better idea of what's happening. The second
> thing requires a bit more work:
>
> a. Compile PostgreSQL configured with --enable-debug
> b. Compile PL/Java with MAKE CFLAGS=-g
> c. Run the tests again. Once it hangs, attach to the backend process
> (the postgres that represents your sessoin) with GDB and print a stack
> backtrace. That should say a lot about where it hangs.
>
> Regards,
> Thomas Hallgren
>
>
>
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: postgresql.log
Type: text/x-log
Size: 13542 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050909/c74cb405/attachment.bin>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Mark J Camilleri 2005-09-11 18:30:21 [Pljava-dev] Newbie: unable to get pl/JAVA running
Previous Message Thomas Hallgren 2005-09-09 09:25:33 [Pljava-dev] Errors running pljava test