This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JvInitClass calls exit?
On 09/12/05, Andrew Haley <aph@redhat.com> wrote:
> You need to give us a reproducable test case. That is, you must say
> *exactly* how you built this.
>
> In addition, make sure you have read and understood this thread:
>
> http://gcc.gnu.org/ml/java/2005-12/msg00097.html
After reading that thread, I got the idea of compiling dynamically
(with fPIC) to see what that does. Well, it works now. I'm not
entirely sure why, but using the dynamic linking makes the crash go
away, and I can successfully open the lucene index. Strange, that.