This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: Re: Problems with GCJ, need a help!
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andrey Kondakov" <andrew5498 at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 18 Sep 2003 09:20:24 -0600
- Subject: Re: Fwd: Re: Problems with GCJ, need a help!
- References: <BAY9-F46xyscXIW6Jm30002cd11@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrey" == Andrey Kondakov <andrew5498@hotmail.com> writes:
>>> public RMIserver() throws RemoteException
>>> {
>>> super();
>>> ^^^^
>>> I see SIGSEGV there and it fails to continue
>>> I guess the error took place in UnicastRemoteObject constructor, isn't it?
I don't know what is going on here. I'm afraid you'll have to debug
to find out. The RMI code hasn't been very heavily tested, at least
not by us.
Tom