Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14419 - sun-jdk 1.4.1_01 + Resin ee 2.1.6 --> Segmentation Fault
Summary: sun-jdk 1.4.1_01 + Resin ee 2.1.6 --> Segmentation Fault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Dylan Carlson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-23 07:42 UTC by Randy Kahle
Modified: 2003-05-25 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Kahle 2003-01-23 07:42:44 UTC
I am running Aopen A5XTC MB Pentium-MMX 233 with 256Meg RAM

Installed gentoo 1.4rc2. Compiled for -march=pentium -03. Kernel compiled for
pentium mmx gcc > 3.1.

Copied j2sdk from sun and installed per instructions, ran emerge to install in /opt.

Copied Resin from a working directory install on another machine.

java -version runs fine.

However, when I run .../resin/bin/httpd.sh

I get:

Segmentation fault

and then the prompt back.
Comment 1 Dylan Carlson (RETIRED) gentoo-dev 2003-03-17 04:39:55 UTC
Sorry for the late response. 
 
(1) Have you resolved this problem?   
(2) If so, how? 
(3) If not, I suggest merging dev-java/sun-jdk-1.4.1.01 instead, 
and see how that works for you. 
 
Not that I am one to discourage compiling from source, but, the j2sdk compile will 
do little for you, on account that all optimizations are disabled, as they cause the 
source build to fail. 
Comment 2 Dylan Carlson (RETIRED) gentoo-dev 2003-04-30 09:59:29 UTC
I can't reproduce your exact environment since we did not have a Resin-EE build in the tree.  We do now.

Please sync up your portage tree and try out net-www/resin-ee/resin-ee-2.1.9.ebuild and let me know how it works for you.

Cheers
Comment 3 Randy Kahle 2003-05-25 10:50:16 UTC
This is now fixed and working really well.

On the same 233 MMX machine:

    * Installed 1.4rc4 from new CDROM image

    * downloaded sun's 1.4.1_02 sdk

    * emerge sun-jdk

    * emerge resin-ee

It is all working very well!

Thank you.