Re: 32/64bit KSE issues?
- From: Julian Elischer <julian@xxxxxxxxxxxx>
- Date: Sat, 31 Mar 2007 08:53:12 -0700
David E. Cross wrote:
I recently ran into a problem where the 32bit JVM won't run on a 64bit host. I, and at least one other person in -java thinks it has to do with 32 bit KSE on a 64bit kernel (I have a vague memory on this somewheres WAY back). Is this still the issue? Could someone point me in the general direction of the specifics of the problem (if they exist, if not, I may try to create a simpler test case then java)?The KSE system calls have not been emulated in the 32 bit emulation layer.
I tried a few searches, but nothing matching what I remembered came up.
it tries to save a 64 bit stack frame where it needs to save a 32 bit stack frame.
try run libthr for now.
fixing the emulation layer is in my "to do" list but I'm busy with RealWork (TM)
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- 32/64bit KSE issues?
- From: David E. Cross
- 32/64bit KSE issues?
- Prev by Date: Re: Thread local storage not working with -fPIC and shared objects
- Next by Date: Re: 32/64bit KSE issues?
- Previous by thread: Re: 32/64bit KSE issues?
- Next by thread: Re: 32/64bit KSE issues?
- Index(es):