Your message dated Mon, 27 Sep 2004 20:10:55 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#273248: libc6-i686: crashed my box just after install
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; 24 Sep 2004 20:20:29 +0000
>From [EMAIL PROTECTED] Fri Sep 24 13:20:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from bpy163.neoplus.adsl.tpnet.pl (localhost) [83.29.66.163] (yaevin)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CAwYL-0006jB-00; Fri, 24 Sep 2004 13:20:26 -0700
Received: from kb by localhost with local (Exim 4.34)
id 1CAwYF-0005Re-6T; Fri, 24 Sep 2004 22:20:19 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Krzysztof Burghardt <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6-i686: crashed my box just after install
Reply-To: [EMAIL PROTECTED]
X-Mailer: reportbug 2.99.3
Date: Fri, 24 Sep 2004 22:20:19 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Krzysztof Burghardt <[EMAIL PROTECTED]>
X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED]
using "Reply-To" header
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libc6-i686
Version: 2.3.2.ds1-16
Severity: critical
Justification: breaks the whole system
Instalation of optimized library breaks the whole system.
After reboot init crashed with "Segmentation fault" message.
I boot my box from CD and move /lib/tls/i686 to /lib/tls/i686-disabled.
After this my system works as before.
I tried to run /bin/true with this library:
[EMAIL PROTECTED]:~$ LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov /bin/true
Segmentation fault
I tried to copy /bin and /lib to /tmp/root:
[EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/true
Segmentation fault
(/bin/strace is staticaly linked)
[EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/strace /bin/true
execve("/bin/true", ["/bin/true"], [/* 59 vars */]) = 0
uname({sys="Linux", node="techie", ...}) = 0
brk(0) = 0x804f9dc
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40017000
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("/etc/ld.so.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/mmx/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/lib/tls/i686/mmx/cmov", 0xbfffee18) = -1 ENOENT (No such file or
directory)
open("/lib/tls/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/lib/tls/i686/mmx", 0xbfffee18) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\300X\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1278724, ...}) = 0
old_mmap(NULL, 1284940, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40018000
old_mmap(0x40147000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x12f000) = 0x40147000
old_mmap(0x4014f000, 11084, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4014f000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40152000
set_thread_area({entry_number:-1 -> 6, base_addr:0x401522a0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0,
useable:1}) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
brk(0) = 0x804f9dc
brk(0x80709dc) = 0x80709dc
brk(0) = 0x80709dc
brk(0x8071000) = 0x8071000
open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file or
directory)
brk(0) = 0x8071000
brk(0) = 0x8071000
brk(0x8070000) = 0x8070000
brk(0) = 0x8070000
open("/usr/lib/locale/pl_PL/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/locale/pl/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such
file or directory)
exit_group(0) = ?
No "Segmentation fault" when traced !?
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (ignored: LC_ALL set to pl_PL)
Versions of packages libc6-i686 depends on:
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 273248-done) by bugs.debian.org; 27 Sep 2004 11:10:56 +0000
>From [EMAIL PROTECTED] Mon Sep 27 04:10:56 2004
Return-path: <[EMAIL PROTECTED]>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CBtPE-0000N0-00; Mon, 27 Sep 2004 04:10:56 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
by webmasters.gr.jp (Postfix) with ESMTP
id DD8B5DEB80; Mon, 27 Sep 2004 20:10:55 +0900 (JST)
Date: Mon, 27 Sep 2004 20:10:55 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: GOTO Masanori <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#273248: libc6-i686: crashed my box just after install
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
(i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
At Mon, 27 Sep 2004 12:02:40 +0200,
Krzysztof Burghardt wrote:
> [/home/kb/packages/glibc-build/glibc-2.3.2.ds1/debian/tmp-i686/usr/share/=
zoneinfo/Africa/Algiers] Segmentation fault
> make[3]: Leaving directory
> `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2/tim=
ezone'
> make[2]: *** [timezone/subdir_install] Error 2
> make[2]: Leaving directory
> `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/glibc-2.3.2'
> make[1]: *** [install] B=B3=B1d 2
> make[1]: Leaving directory
> `/home/kb/packages/glibc-build/glibc-2.3.2.ds1/build-tree/i386-i686'
> make: ***
> [/home/kb/packages/glibc-build/glibc-2.3.2.ds1/stamp-dir/install_i686]
> B=B3=B1d 2
>=20
> This is not bash-related issue.
> (compiled with -g -O0)
This kind of compilation breakage suddenly means a hardware fault. I
sometimes experienced memtest86+ did not show any errors, but changing
memory fixed my trouble. I close this bug.
Regards,
-- gotom