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

Bug#273248: marked as done (libc6-i686: crashed my box just after install)



Your message dated Mon, 27 Sep 2004 20:10:55 +0900
with message-id <81k6ugm0g0.wl@omega.webmasters.gr.jp>
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 einstein@underground.org.pl Fri Sep 24 13:20:29 2004
Return-path: <einstein@underground.org.pl>
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 <einstein@underground.org.pl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6-i686: crashed my box just after install
Reply-To: einstein@underground.org.pl
X-Mailer: reportbug 2.99.3
Date: Fri, 24 Sep 2004 22:20:19 +0200
Message-Id: <[🔎] E1CAwYF-0005Re-6T@localhost>
Sender: Krzysztof Burghardt <kb@techie.burghardt.pl>
X-BadReturnPath: kb@techie.burghardt.pl rewritten as einstein@underground.org.pl
  using "Reply-To" header
Delivered-To: submit@bugs.debian.org
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:
kb@techie:~$ LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov /bin/true
Segmentation fault

I tried to copy /bin and /lib to /tmp/root:
kb@techie:/tmp$ sudo chroot root /bin/true
Segmentation fault

(/bin/strace is staticaly linked)
kb@techie:/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 gotom@debian.or.jp Mon Sep 27 04:10:56 2004
Return-path: <gotom@debian.or.jp>
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: <81k6ugm0g0.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: krzysztof.burghardt@wp.pl
Cc: GOTO Masanori <gotom@debian.or.jp>, 273248-done@bugs.debian.org
Subject: Re: Bug#273248: libc6-i686: crashed my box just after install
In-Reply-To: <[🔎] 1096279359.1788.25.camel@localhost>
References: <[🔎] E1CAwYF-0005Re-6T@localhost>
	<[🔎] 811xgrp29j.wl@omega.webmasters.gr.jp>
	<[🔎] 1096112777.15538.2.camel@localhost>
	<[🔎] 81ekkqo847.wl@omega.webmasters.gr.jp>
	<[🔎] 1096121528.12558.25.camel@localhost>
	<[🔎] 81wtygmv1w.wl@omega.webmasters.gr.jp>
	<[🔎] 1096279359.1788.25.camel@localhost>
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: 273248-done@bugs.debian.org
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



Reply to: