I knew this was an old one. However, in my case, when I delete those
files, javac does not do anything know. Yes, I type javac
HelloWorldApp.java and I get the prompt back immediately and no class
file, you can even give it a garbage input file and it will not complain
or do anything. Any idea? BTW, I am using glibc on a slackware 3.5
system, jdk1.1.6v2glibc

Mats Petersson wrote:
> 
> On Wed, 16 Sep 1998, Calixto Melean (Personal) wrote:
> 
> > I installed the corresponding jdk in my glibc linux system. the java
> > command runs fine. however, the compiler (javac) gives me the following
> > errors:
> >
> > SIGSEGV   11*  segmentation violation
> >
> > Full thread dump:
> > Monitor Cache Dump:
> > Registered Monitor Dump:
> >     Monitor IO lock: <unowned>
> >     Child death monitor: <unowned>
> >     Event monitor: <unowned>
> >     I/O monitor: <unowned>
> >     Alarm monitor: <unowned>
> >     Monitor registry: <unowned>
> > Thread Alarm Q:
> >
> >
> >
> 
> This is an old one.... delete (or rename) the libc.so* and /or libdl.so*
> stuff in the /lib directory. Either of them (or both) clashes in some way
> with the libraries you have currently on ur system.
> 
> Regards,
> Mats Petersson

Reply via email to