[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: javahl & AIX

From: Andy Cutright <Andy.Cutright_at_borland.com>
Date: 2005-04-07 17:43:09 CEST

thanks for the response :) i'll add debugging information to the java
compile, and see what i can figure out.

i'm using the xlC_r compiler. i know you say it's been a while since
you've worked on AIX, but i'm wondering did you build/ test javahl on
AIX with the IBM compiler suite? the configuration scripts aren't setup
for that compiler, so i've been writing makefiles myself.

cheers,
andy

> -----Original Message-----
> From: Patrick Mayweg [mailto:mayweg@qint.de]
> Sent: Wednesday, April 06, 2005 10:57 PM
> To: Andy Cutright
> Cc: dev@subversion.tigris.org
> Subject: Re: javahl & AIX
>
> Hi Andy,
>
> Andy Cutright wrote:
>
> >hi all,
> >
> >is anyone actively testing javahl & the svnClientAdapter on AIX? i'm
> >getting a core dump due to a SIGILL and i'm wondering if this is
> >something i'm doing (oh so very likely) or a known issue. i don't see
> >anything mentioned in the issue tracker. i've been able to
> get this code
> >compiled & running on solaris/ hp-ux/ win XP.
> >
> >1XHFULLVERSION J2RE 1.4.1 IBM AIX build ca1411ifx-20041029a
> >(141SR3+78993)
> >NULL
> >1XHCURRENTTHD Current Thread Details
> >NULL ----------------------
> >2XHCURRSYSTHD "main" sys_thread_t:0x3000D928
> >3XHNATIVESTACK Native Stack
> >NULL ------------
> >3XHSTACKLINE at 0xD3DAB9B0 in JNIInit__7JNIUtilFP7JNIEnv_
> >3XHSTACKLINE at 0xD3DC1E90 in
> >__ct__15JNIStackElementFP7JNIEnv_PCcPCcP8_jobject
> >3XHSTACKLINE at 0xD3DE8B1C in
> >Java_org_tigris_subversion_javahl_SVNClient_ctNative
> >3XHSTACKLINE at 0xD39FE914 in mmipInvoke_V_J
> >3XHSTACKLINE at 0xD39FA210 in mmipInvokeLazyJniMethod
> >3XHSTACKLINE at 0xD39C6370 in mmipExecuteJava
> >3XHSTACKLINE at 0xD39BE92C in xeRunJniMethod
> >3XHSTACKLINE at 0xD39F6F58 in invokeJniMethod
> >3XHSTACKLINE at 0xD39F0D4C in jni_CallStaticVoidMethod
> >1XHOPENV Operating Environment
> >NULL ---------------------
> >2XHOSLEVEL OS Level : AIX 5.2.0.0
> >2XHCPUS Processors -
> >3XHCPUARCH Architecture : POWER_PC (impl: POWER_630, ver:
> >PV_630)
> >3XHNUMCPUS How Many : 4
> >3XHCPUSENABLED Enabled : 4
> >
> >
> >i'm using the IBM xl* compilers, version 6. i can get
> subversion itself
> >running properly, but that's straight C code. there doesn't
> appear to be
> >much support in the javahl configuration for the xl*
> compilers, so i've
> >hacked up a makefile myself. it's quite possible my linkage is wrong,
> >and i'm exploring that.
> >
> >i'm a bit curious about the javahl implementation. i see a C++ object
> >being cast as a long & passed to the VM. does passing a C++
> object this
> >way make an assumption about the underlying VM implementation?
> >
> >
> It should not. I cast the pointer/address of the C++ object
> to a jlong,
> which is 64 bits long. That should be long enough even for a 64 bit
> machine. I am reversing the cast (jlong to SVNClient*) later
> to get the
> address of the C++ object back. Your crash is not in this area. It
> chrashes during JNIUtil::JNIInit. If you could build javahl with
> debugging information, maybe the stack trace will reveal the
> exact point
> of the crash. It is a time, since I last worked on AIX, so I am not
> current on any specifics.
>
> >cheers,
> >andy
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail: dev-help@subversion.tigris.org
> >
> >
> >
> Patrick
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 7 17:44:16 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.