You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Drasko Kokic <dr...@yahoo.com> on 2001/08/10 18:23:08 UTC

Segmentation fault on Linux

Hi everybody,

is it possible to run the following configuration:
* Linux SuSE 7.1
* Sun JDK 1.3.1
* Tomcat 3.2.1
* Cocoon 2.0b2

Tomcat 3.2.1 is working fine alone.
I am getting the "Segmentation fault" as soon as I
replace the jaxp.jar with xerces_1_4_0.jar

I have also tried switching between native and green
threads ... as well as going for the newer Tomcat
3.2.3 ... but no success :-(

Anybody any idea?!

TIA
Drasko

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Segmentation fault on Linux

Posted by "C. Gaffga" <cg...@triplemind.com>.
Try 
ulimit -s 2048
in bash or your cocoon startup script.

It'S a problem with JDK 1.3.1/glibc compatibility ant thread stack sizes

Christoph Gaffga


----- Original Message ----- 
From: "Drasko Kokic" <dr...@yahoo.com>
To: <co...@xml.apache.org>
Sent: Friday, August 10, 2001 6:23 PM
Subject: Segmentation fault on Linux


> Hi everybody,
> 
> is it possible to run the following configuration:
> * Linux SuSE 7.1
> * Sun JDK 1.3.1
> * Tomcat 3.2.1
> * Cocoon 2.0b2
> 
> Tomcat 3.2.1 is working fine alone.
> I am getting the "Segmentation fault" as soon as I
> replace the jaxp.jar with xerces_1_4_0.jar
> 
> I have also tried switching between native and green
> threads ... as well as going for the newer Tomcat
> 3.2.3 ... but no success :-(
> 
> Anybody any idea?!
> 
> TIA
> Drasko
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: Segmentation fault on Linux

Posted by Karl Oie <ka...@gan.no>.
There is a problem with the sun JDK and the Redhat build of Linux witch SUSE
was based on. It is a problem with stack overflow for java programs that
loads a lot of classes (I think this is the problem :-) I got my problem
fixed by downloading and installing a jdk specially compiled for RH71
(something with compiling with a larger stack size or something, but im not
that technical).

Try to find a jdk that is built for RH71 as this fixed my problem.


Mvh karl



-----Original Message-----
From: Drasko Kokic [mailto:drasko_kokic@yahoo.com]
Sent: 10. august 2001 18:23
To: cocoon-users@xml.apache.org
Subject: Segmentation fault on Linux


Hi everybody,

is it possible to run the following configuration:
* Linux SuSE 7.1
* Sun JDK 1.3.1
* Tomcat 3.2.1
* Cocoon 2.0b2

Tomcat 3.2.1 is working fine alone.
I am getting the "Segmentation fault" as soon as I
replace the jaxp.jar with xerces_1_4_0.jar

I have also tried switching between native and green
threads ... as well as going for the newer Tomcat
3.2.3 ... but no success :-(

Anybody any idea?!

TIA
Drasko

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: Segmentation fault on Linux

Posted by Drasko Kokic <dr...@yahoo.com>.
Thanks for your replies ... I guess that is the cause
for all my trouble :-)

Where can I get this special version of the jdk?!

I guess google will know about it :-)

--- Karl_Oie <ka...@gan.no> wrote:
> forgot to say that the version I got to run without
> segmentation fault was:
> 
> jdk-1.3.1-fcs.rpm
> 
> built by SUN by "lady-linux"
> 
> 
> mvh karl
> 
> 
> -----Original Message-----
> From: Drasko Kokic [mailto:drasko_kokic@yahoo.com]
> Sent: 10. august 2001 18:23
> To: cocoon-users@xml.apache.org
> Subject: Segmentation fault on Linux
> 
> 
> Hi everybody,
> 
> is it possible to run the following configuration:
> * Linux SuSE 7.1
> * Sun JDK 1.3.1
> * Tomcat 3.2.1
> * Cocoon 2.0b2
> 
> Tomcat 3.2.1 is working fine alone.
> I am getting the "Segmentation fault" as soon as I
> replace the jaxp.jar with xerces_1_4_0.jar
> 
> I have also tried switching between native and green
> threads ... as well as going for the newer Tomcat
> 3.2.3 ... but no success :-(
> 
> Anybody any idea?!
> 
> TIA
> Drasko
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
>
---------------------------------------------------------------------
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail:
> <co...@xml.apache.org>
> For additional commands, e-mail:
> <co...@xml.apache.org>
> 
>
---------------------------------------------------------------------
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail:
> <co...@xml.apache.org>
> For additional commands, e-mail:
> <co...@xml.apache.org>
> 

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: Segmentation fault on Linux

Posted by Karl Oie <ka...@gan.no>.
forgot to say that the version I got to run without segmentation fault was:

jdk-1.3.1-fcs.rpm

built by SUN by "lady-linux"


mvh karl


-----Original Message-----
From: Drasko Kokic [mailto:drasko_kokic@yahoo.com]
Sent: 10. august 2001 18:23
To: cocoon-users@xml.apache.org
Subject: Segmentation fault on Linux


Hi everybody,

is it possible to run the following configuration:
* Linux SuSE 7.1
* Sun JDK 1.3.1
* Tomcat 3.2.1
* Cocoon 2.0b2

Tomcat 3.2.1 is working fine alone.
I am getting the "Segmentation fault" as soon as I
replace the jaxp.jar with xerces_1_4_0.jar

I have also tried switching between native and green
threads ... as well as going for the newer Tomcat
3.2.3 ... but no success :-(

Anybody any idea?!

TIA
Drasko

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Segmentation fault on Linux

Posted by Drasko Kokic <dr...@yahoo.com>.
Thanks for your reply ... I have left everything as
original ... and just adding a_xerces_1_4_0.jar in the
lib directory is imediately causing the "Segmentation
fault"

--- "Joseph C. Koster" <jk...@uhl.uiowa.edu> wrote:
> Try leaving jaxp there and naming xerces "axerces."
> Hope it helps.
> Joe
> 

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Segmentation fault on Linux

Posted by "Joseph C. Koster" <jk...@uhl.uiowa.edu>.
Try leaving jaxp there and naming xerces "axerces."
Hope it helps.
Joe

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>