Re: Segmentation violation with getLocalHost(): SOLVED!

1998-12-10 Thread Matt Zagni
Gosh... Just a lucky educated guess I think. So have you now got lib6 working if so how did you use the SuSE rpm installer, I have only just moved to SuSE. I hope to upgrade to lib6 (glib I think) but am unsure of doing it. How did you do it any others out there have any advise on using it ? A

Re: Segmentation violation with getLocalHost(): SOLVED!

1998-12-10 Thread Kontorotsui
On 09-Dec-98 Matt Zagni wrote: >Kontorotsui, > >Was your SuSE version glib, or lib6, or lib5 ? > I have the following libs on my SUSE: libglib.so.1 libc.so.6 libc.so.4.7.2 (old aout) libc.so.4.7.6 (ELF) libc.so.5.4.46 Here all works ok with the 1.1.7v1a. While on my old slackware, I have: no

Re: Segmentation violation with getLocalHost()

1998-12-09 Thread Matt Zagni
Kontorotsui, Was your SuSE version glib, or lib6, or lib5 ? Many thanks Matt (Attempting to get to grips with SuSE too). > Resent-Date: Wed, 9 Dec 1998 05:29:02 -0500 > Date: Wed, 09 Dec 1998 11:04:39 +0100 (MET) > From: Kontorotsui <[EMAIL PROTECTED]> > > The following code: > > --- begin

Segmentation violation with getLocalHost()

1998-12-09 Thread Kontorotsui
The following code: --- begin --- try { java.net.InetAddress ia = java.net.InetAddress.getLocalHost(); } catch (java.net.UnknownHostException e) { // Do something } --- end --- gives me this: --- begin --- SIGSEGV