[Bug java/44876] New: internal compiler error: Segmentation fault
B dot Kameswararao at igate dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 8 18:04:00 GMT 2010
Hi,
I am trying to compile Spring 2.0.3 framework jars on AIX with gcj 4.3.3. When
I try to compile spring-2.0.6.jar to an so file, I get the following error:
===
org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut.java:
In class
'org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut':
org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut.java:
In constructor
'(org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl,org.springframework.aop.aspectj.AspectJExpressionPointcut,org.springframework.aop.Pointcut,org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory,org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$1)':
org/springframework/aop/aspectj/annotation/InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut.java:0:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
===
I was able to compile other dependent libraries like aspectjrt etc. This is the
commang I am using:
gcj -shared -findirect-dispatch -fjni -fPIC -o
/home/gcjtesting/samplespring/lib/spring-2.0.6.so
/home/gcjtesting/samplespring/lib/spring-2.0.6.jar;
--
Summary: internal compiler error: Segmentation fault
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: B dot Kameswararao at igate dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44876
More information about the Gcc-bugs
mailing list