Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 368669

Summary: [use cacao] fresh icedtea-jdk fail to emerge batik-1.7-r2: memory initialization problem during ant run
Product: Gentoo Linux Reporter: Permjacov E. A. <permeakra>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: bakus
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 247140    
Attachments: emerge --info
emerge --info icedtea
emerge --info batik
build log

Description Permjacov E. A. 2011-05-25 09:50:40 UTC
When I tried to emerge freemind, batik failed to build because of error in vm init. However, I installed everything after switching to sun-jdk. After switching back to icedtea I got problem back

Reproducible: Always

Steps to Reproduce:
1. set dev-java/icedtea-6.1.10.1 as system vm ( USE="cacao hs20 javascript nsplugin nss webstart xrender -debug -doc -examples -jamvm -nio2 -pulseaudio -systemtap -zero" , but I'm not sure, if one causes the failure)
2. emerge =batik-1.7-r2

Actual Results:  
error on executing ant with top of stack trace like this:
LOG: [0x00007f0ccfb6c700] exception thrown while VM is initializing: 
LOG: [0x00007f0ccfb6c700] java.lang.OutOfMemoryError


Expected Results:  
installed batik -)

Search on the web does not brough additional information. THERE IS a bug on batik ebuild, but it looks different ( it is fixed by adding more memory to the heap: the problem occured here is NOT because of exhausted heap, but because of VM initialization. )
Comment 1 Permjacov E. A. 2011-05-25 09:52:10 UTC
Created attachment 274585 [details]
emerge --info
Comment 2 Permjacov E. A. 2011-05-25 09:53:19 UTC
Created attachment 274587 [details]
emerge --info icedtea
Comment 3 Permjacov E. A. 2011-05-25 09:54:13 UTC
Created attachment 274589 [details]
emerge --info batik
Comment 4 Permjacov E. A. 2011-05-25 09:58:15 UTC
Created attachment 274591 [details]
build log
Comment 5 Ralph Sennhauser (RETIRED) gentoo-dev 2011-11-27 15:18:20 UTC
Cacao is known to have issues and the useflag was removed:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?hideattic=0&r1=1.7&r2=1.8

Please sync and reinstall icedtea.