From owner-freebsd-hackers Fri Jan 28 10: 2: 6 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from lodge.guild.ab.ca (lodge.guild.ab.ca [209.91.118.66]) by hub.freebsd.org (Postfix) with ESMTP id D4CE614C08 for ; Fri, 28 Jan 2000 10:02:02 -0800 (PST) (envelope-from davidc@lodge.guild.ab.ca) Received: from localhost (davidc@localhost) by lodge.guild.ab.ca (8.9.3/8.9.3) with ESMTP id SAA73275 for ; Thu, 27 Jan 2000 18:53:42 -0700 (MST) (envelope-from davidc@lodge.guild.ab.ca) Date: Thu, 27 Jan 2000 18:53:42 -0700 (MST) From: Chad David To: freebsd-hackers@freebsd.org Subject: java -> ld-elf.so.1: assert failed: ... lockdflt.c:55 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since the ~Jan 25 I have been getting an error while running any java programs on 3.4-stable. I cvsup'd,and ran a make world this afternoon and it still fails. It doesn't always hit... about 50% of the time. The errors is: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/lockdflt.c:55 over and over and over... I can only kill the java process with -9. The process memory usage just climbs until it reaches about three times its normal size, and then it just freezes (no more assert failed messages) with 99% CPU util. The machine is: FreeBSD stronghold.guild.ab.ca 3.4-STABLE FreeBSD 3.4-STABLE #0: Thu Jan 27 17:04:43 MST 2000 root@stronghold.guild.ab.ca:/usr/src/sys/compile/STRONGHOLD i386 Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-STABLE #0: Thu Jan 27 17:04:43 MST 2000 root@stronghold.guild.ab.ca:/usr/src/sys/compile/STRONGHOLD Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x387f9ff,MMX,FXSR,> real memory = 134217728 (131072K bytes) avail memory = 127115264 (124136K bytes) Preloaded elf kernel "kernel" at 0xc034b000. Pentium Pro MTRR support enabled I haven't submitted this to -java as I am not subscribed, and the error doesn't seem to be directly java related; that is, should any process cause an assertion to fail in ld? I am about to move to -current, and the problem does not exist on any of our current boxes (this is my only stable box left), so I don't really have a reason to spend much time on it, but I thought I would throw it out and see if anybody bit. If any other information would be helpful let me know; otherwise, I know what I will be doing tomorrow afternoon. Thanks Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message