[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#174025: marked as done (libc6-2.3.1-6 breaks lispworks)



Your message dated Thu, 26 Dec 2002 18:43:07 -0700
with message-id <200212270143.gBR1h71R027472@tiger.med-info.com>
and subject line fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Dec 2002 04:30:09 +0000
>From kevin@tiger.med-info.com Sun Dec 22 22:30:08 2002
Return-path: <kevin@tiger.med-info.com>
Received: from tiger.med-info.com [216.184.11.33] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18QKEC-00054Q-00; Sun, 22 Dec 2002 22:30:08 -0600
Received: from pal.med-info.com (root@pal.med-info.com [192.168.1.89])
	by tiger.med-info.com (8.12.6/8.12.6/Debian-7) with ESMTP id gBN4U76C031145
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL);
	Sun, 22 Dec 2002 21:30:07 -0700
Received: from pal.med-info.com (kevin@localhost [127.0.0.1])
	by pal.med-info.com (8.12.6/8.12.6/Debian-8) with ESMTP id gBN4U7KR004688
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL);
	Sun, 22 Dec 2002 21:30:07 -0700
Received: (from kevin@localhost)
	by pal.med-info.com (8.12.6/8.12.6/Debian-8) id gBN4U7rU004686;
	Sun, 22 Dec 2002 21:30:07 -0700
Message-Id: <[🔎] 200212230430.gBN4U7rU004686@pal.med-info.com>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Kevin M. Rosenberg" <kmr@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6-2.3.1-6 breaks lispworks
X-Mailer: reportbug 2.9
Date: Sun, 22 Dec 2002 21:30:07 -0700
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.8 required=5.0
	tests=MSG_ID_ADDED_BY_MTA_3,SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

Package: libc6
Version: 2.3.1-6
Severity: normal

Hi,

Sorry for the severity, but I wonder if the fact that this library
version breaks the non-free program lispworks that other Debian
software may be broken as well.

Lispworks works fine on 2.3.1-5. Below is an strace of trying to start
it on 2.3.1-6 that I put in local directory /home/kevin/t/lib and used
LD_LIBRARY_PATH. This is on a system with kernel 2.4.19.


execve("/usr/lib/lispworks/lispworks-4200", ["lispworks-4200"], [/* 46 vars */]) = 0
uname({sys="Linux", node="pal", ...})   = 0
brk(0)                                  = 0x804cd7c
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/home/kevin/t/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0S\27\0\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0644, st_size=7992, ...}) = 0
old_mmap(NULL, 10924, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40012000
mprotect(0x40014000, 2732, PROT_NONE)   = 0
old_mmap(0x40014000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0x40014000
close(3)                                = 0
open("/home/kevin/t/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0]Z\1\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1102920, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40015000
old_mmap(NULL, 1113188, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40016000
mprotect(0x4011e000, 31844, PROT_NONE)  = 0
old_mmap(0x4011e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x107000) = 0x4011e000
old_mmap(0x40124000, 7268, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40124000
close(3)                                = 0
access("/", F_OK)                       = 0
stat64("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/home/kevin/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/sbin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/sbin/lispworks-4200", F_OK)    = -1 ENOENT (No such file or directory)
access("/bin/lispworks-4200", F_OK)     = -1 ENOENT (No such file or directory)
access("/usr/sbin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/lispworks-4200", F_OK)     = -1 ENOENT (No such file or directory)
access("/usr/etc/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/etc/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/local/lv/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/games/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/openwin/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/X11R6/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/opt/java/jdk/bin/lispworks-4200", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/lispworks/lispworks-4200", F_OK) = 0
stat64("/usr/lib/lispworks/lispworks-4200", {st_mode=S_IFREG|0555, st_size=18546716, ...}) = 0
brk(0)                                  = 0x804cd7c
brk(0x805dd7c)                          = 0x805dd7c
brk(0)                                  = 0x805dd7c
brk(0x805e000)                          = 0x805e000
open("/usr/lib/lispworks/lispworks-4200", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0 \214\4"..., 36) = 36
lseek(3, -28, SEEK_END)                 = 18546688
read(3, "WR32\0\376\0\0\0\0\32\1\0\0\0\0\0\0\0\0b\274( \1\0\0\0"..., 28) = 28
lseek(3, 65024, SEEK_SET)               = 65024
read(3, "WR32\0\0\0 \0\0\32\1\0\0\0\0\0\0\0\0b\274( \1\0\0\0\0\0"..., 36) = 36
old_mmap(0x20000000, 18481152, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0x20000000
close(3)                                = 0
write(1, "\nError: FIND-NAMED-WIN32-PROC-IN"..., 46
Error: FIND-NAMED-WIN32-PROC-INDIRECT "errno") = 46
write(1, " (unicode switch :NO", 20 (unicode switch :NO)    = 20
write(1, ")", 1))                        = 1
write(1, "\n", 1
)                       = 1
write(1, "\nType :b for backtrace, :c <opti"..., 80
Type :b for backtrace, :c <option number> to proceed,  or :? for other options
) = 80
write(1, "\nCL-USER 1 : 1 > ", 17
CL-USER 1 : 1 > )      = 17
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux pal 2.4.19 #1 SMP Sat Aug 3 09:47:40 MDT 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information


---------------------------------------
Received: (at 174025-done) by bugs.debian.org; 27 Dec 2002 01:43:09 +0000
>From kevin@tiger.med-info.com Thu Dec 26 19:43:08 2002
Return-path: <kevin@tiger.med-info.com>
Received: from tiger.med-info.com [216.184.11.33] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18RjWm-00008k-00; Thu, 26 Dec 2002 19:43:08 -0600
Received: from tiger.med-info.com (kevin@localhost [127.0.0.1])
	by tiger.med-info.com (8.12.6/8.12.6/Debian-7) with ESMTP id gBR1h76C027474
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK)
	for <174025-done@bugs.debian.org>; Thu, 26 Dec 2002 18:43:07 -0700
Received: (from kevin@localhost)
	by tiger.med-info.com (8.12.6/8.12.6/Debian-7) id gBR1h71R027472
	for 174025-done@bugs.debian.org; Thu, 26 Dec 2002 18:43:07 -0700
Date: Thu, 26 Dec 2002 18:43:07 -0700
From: "Kevin M. Rosenberg" <kevin@tiger.med-info.com>
Message-Id: <200212270143.gBR1h71R027472@tiger.med-info.com>
To: 174025-done@bugs.debian.org
Subject: fixed
Delivered-To: 174025-done@bugs.debian.org
X-Spam-Status: No, hits=0.6 required=5.0
	tests=SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

fixed on 2.3.1-8

thanks glibc crew!

Kevin



Reply to: