Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 09:38:43 +0100
From:      Robin Schilham <co9@xs4all.nl>
To:        freebsd-java <freebsd-java@freebsd.org>
Subject:   Re: 5.0-RELEASE core dumps running Jetty
Message-ID:  <3E339E93.10403@xs4all.nl>
In-Reply-To: <list.freebsd.java#web-4073305@cabrillo.edu>
References:  <list.freebsd.java#web-4073305@cabrillo.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
William Holt wrote:
> Hi,
> 
> I have been trying to use Jetty on 5.0 and still not having
> any
> luck. I recently pinned it down to a problem with trying to
> convert
> a ServerSocket to a String!  The following short program
> crashes in exactly the same way as Jetty.
> 
> I have tracked it further to the native class
> InetAddressImpl.c
> 
> Specifically getHostByAddr( int ) seems to be causing
> the problem.
> 
> I haven't got any response to previous posts - is anyone
> else seeing this problem?  Please try and run the following
> small program and let me know if it core dumps on your 5.0
> release
> system.
> 

Please take a look at the postings in the thread "jboss3 java core dump" of
1/13/2003 on this list. It's probably the same issue.

Regards,

Robin Schilham

> Thank you,
> -Will
> 
> PS: this is using jdk1.31p7 - just go to
> /usr/ports/www/jetty
> and type make and it will build it for you.
> 
> 
> ===============snip=====================
> import java.net.*;
> public class CrashBSD
> {
>     static public void main( String args[] )
>     {
>         try
>         {
>             ServerSocket ss = new ServerSocket( 0 );
>             System.out.println( ss );
>         } 
>         catch ( Exception e ) 
>        { 
>            System.out.println( e );
>            System.exit( 1 ); 
>        }
>    }
> }
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-java" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E339E93.10403>