This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: A SEGV when compiling OpenOrb
- To: apbianco at cygnus dot com
- Subject: Re: A SEGV when compiling OpenOrb
- From: minyard at acm dot org
- Date: 02 Jul 2001 22:44:41 -0500
- Cc: java-discuss at sources dot redhat dot com
- References: <m366dpm48t.fsf@wf-rch.cirr.com> <15154.58728.758907.348212@fencer.cygnus.com> <m34rt8sid4.fsf@wf-rch.cirr.com> <15168.50861.344324.254578@fencer.cygnus.com>
- Reply-To: minyard at acm dot org
This indeed fixed the problem I was having. I compiled everything in
OpenORB, and beyond missing java.lang.ThreadLocal and some missing XML
stuff in a few files, I had the following anomolies:
gcj -c -g -fPIC -O3 org/openorb/net/ServerManagerImpl.class
org/openorb/net/ServerManagerImpl.java: In class `org.openorb.net.ServerManagerImpl':
org/openorb/net/ServerManagerImpl.java: In method `org.openorb.net.ServerManagerImpl.extend_thread_pool(int)':
org/openorb/net/ServerManagerImpl.java:1671: warning: Unreachable bytecode from 143 to before 146.
gcj -c -g -fPIC -O3 org/openorb/net/ServerManagerImpl.class
org/openorb/iiop/SocketQueue.java: In class `org.openorb.iiop.SocketQueue':
org/openorb/iiop/SocketQueue.java: In method `org.openorb.iiop.SocketQueue.send(int)':
org/openorb/iiop/SocketQueue.java:226: verification error at PC=231
org/openorb/iiop/SocketQueue.java:226: stack overflow
Thanks,
-Corey
Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
> minyard@acm.org writes:
>
> > Here's the GDB session:
>
> Can you please try the patch I posted for java/2633? I included it
> below.
>