Your message dated Sun, 22 Jan 2006 16:11:15 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Rocks removed from unstable
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; 4 May 2003 01:08:34 +0000
>From [EMAIL PROTECTED] Sat May 03 20:08:31 2003
Return-path: <[EMAIL PROTECTED]>
Received: from h005004169422.ne.client2.attbi.com (proper.ptq.dyndns.org)
[65.96.168.156]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19C7zT-0007Z0-00; Sat, 03 May 2003 20:08:31 -0500
Received: by proper.ptq.dyndns.org (Postfix, from userid 1000)
id 125FF36E86; Sat, 3 May 2003 21:08:26 -0400 (EDT)
Date: Sat, 3 May 2003 21:08:26 -0400
From: Chung-chieh Shan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rocks: "rock ls" dumps core
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi"
Content-Disposition: inline
X-Reportbug-Version: 2.10.1
Organization: very far away from anywhere else
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-18.6 required=4.0
tests=BAYES_01,HAS_PACKAGE,PGP_SIGNATURE_2,USER_AGENT_MUTT
autolearn=ham version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23
(1.174.2.15-2003-03-30-exp)
--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: rocks
Version: 2.4-3
Severity: important
Hello,
Although "rock ssh ..." works, "rock ls" does not on my system:
$ rock ls
Segmentation fault (core dumped)
$ gdb /bin/ls core
GNU gdb 5.3-debian
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and yo=
u are
welcome to change it and/or distribute copies of it under certain condi=
tions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for deta=
ils.
This GDB was configured as "i386-linux"...(no debugging symbols found).=
=2E.
Core was generated by `ls'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/librocks.so...(no debugging symbols found=
)...
done.
Loaded symbols for /usr/lib/librocks.so
Reading symbols from /lib/librt.so.1...(no debugging symbols found)...d=
one.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...do=
ne.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/lib/i686/cmov/libcrypto.so.0.9.7...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/i686/cmov/libcrypto.so.0.9.7
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...d=
one.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libpthread.so.0...(no debugging symbols found=
)...
done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found).=
=2E.done.
Loaded symbols for /lib/ld-linux.so.2
#0 0x400cc1e4 in _IO_file_xsputn () from /lib/libc.so.6
(gdb)
With the debugging libraries provided by the libc6-dbg package, more
debugging symbols are available:
$ LD_LIBRARY_PATH=3D/usr/lib/debug rock ls
Segmentation fault (core dumped)
$ LD_LIBRARY_PATH=3D/usr/lib/debug gdb /bin/ls core
GNU gdb 5.3-debian
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and yo=
u are
welcome to change it and/or distribute copies of it under certain condi=
tions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for deta=
ils.
This GDB was configured as "i386-linux"...(no debugging symbols found).=
=2E.
Core was generated by `ls'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/librocks.so...(no debugging symbols found=
)...
done.
Loaded symbols for /usr/lib/librocks.so
Reading symbols from /usr/lib/debug/librt.so.1...done.
Loaded symbols for /usr/lib/debug/librt.so.1
Reading symbols from /usr/lib/debug/libc.so.6...done.
Loaded symbols for /usr/lib/debug/libc.so.6
Reading symbols from /usr/lib/i686/cmov/libcrypto.so.0.9.7...done.
Loaded symbols for /usr/lib/i686/cmov/libcrypto.so.0.9.7
Reading symbols from /usr/lib/debug/libdl.so.2...done.
Loaded symbols for /usr/lib/debug/libdl.so.2
Reading symbols from /usr/lib/debug/libpthread.so.0...done.
Loaded symbols for /usr/lib/debug/libpthread.so.0
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0 next_env_entry (position=3D0xbfffede4) at arena.c:300
300 arena.c: No such file or directory.
in arena.c
(gdb) bt
#0 next_env_entry (position=3D0xbfffede4) at arena.c:300
#1 0x400bc54b in ptmalloc_init () at arena.c:411
#2 0x400bcbb5 in malloc_hook_ini (sz=3D16, caller=3D0x402671f2) at hoo=
ks.c:43
#3 0x400be7f1 in __libc_calloc (n=3D1, elem_size=3D0) at malloc.c:3523
#4 0x402671f2 in _dlerror_run (operate=3D0x40266e40 <dlopen_doit>,
args=3D0xbfffee7c) at dlerror.c:109
#5 0x40266eb7 in __dlopen_check (file=3D0xbfffede4 "", mode=3D-1073746=
460)
at dlopen.c:53
#6 0x4001d2e1 in __libc_sigaction () from /usr/lib/librocks.so
#7 0x4027048c in pthread_initialize () at pthread.c:488
#8 0x40274895 in __do_global_ctors_aux () from /usr/lib/debug/libpthre=
ad.so.0
#9 0x4026cdb1 in _init () from /usr/lib/debug/libpthread.so.0
#10 0x4000972b in call_init () from /lib/ld-linux.so.2
#11 0x400097c0 in _dl_init_internal () from /lib/ld-linux.so.2
(gdb)
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux proper 2.4.20 #1 Mon Jan 13 21:45:55 EST 2003 i686
Locale: LANG=3DC, LC_CTYPE=3Den_US
Versions of packages rocks depends on:
ii libc6 2.3.1-17 GNU C Library: Shared librarie=
s an
ii libssl0.9.7 0.9.7b-2 SSL shared libraries
-- no debconf information
--=20
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
David Dill (a computer science professor at Stanford) is collecting
signatures online for a statement to oppose the paperless electronic
voting machines being introduced all around the United States.
http://verify.stanford.edu/evote.html
--Qxx1br4bt0+wmkIi
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+tGgKzjAc4f+uuBURAjfHAJ9XCvA13qmuTp5Xwnd9nL+mrzl+xACgihpO
rKbrDxnHh1fVrwJqJdTF/Mo=
=svqY
-----END PGP SIGNATURE-----
--Qxx1br4bt0+wmkIi--
---------------------------------------
Received: (at 191799-done) by bugs.debian.org; 22 Jan 2006 15:11:19 +0000
>From [EMAIL PROTECTED] Sun Jan 22 07:11:19 2006
Return-path: <[EMAIL PROTECTED]>
Received: from postduif.warande.net ([145.97.193.212])
by spohr.debian.org with esmtp (Exim 4.50)
id 1F0gs8-0004og-Bq; Sun, 22 Jan 2006 07:11:18 -0800
Received: from 163pc223.sshunet.nl (163pc223.sshunet.nl [145.97.223.163])
by postduif.warande.net (Postfix) with ESMTP id 3E8B017B439;
Sun, 22 Jan 2006 16:11:15 +0100 (CET)
Received: from xar.sliepen.oi ([EMAIL PROTECTED] [127.0.0.1])
by xar.sliepen.oi (8.13.5/8.13.5/Debian-3) with ESMTP id k0MFBFRS012058
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Sun, 22 Jan 2006 16:11:15 +0100
Received: (from [EMAIL PROTECTED])
by xar.sliepen.oi (8.13.5/8.13.5/Submit) id k0MFBFtl012057;
Sun, 22 Jan 2006 16:11:15 +0100
Date: Sun, 22 Jan 2006 16:11:15 +0100
From: Guus Sliepen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Rocks removed from unstable
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="TbLYUX2neeXq3kxh"
Content-Disposition: inline
X-oi: oi
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--TbLYUX2neeXq3kxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
The rocks package has been removed from unstable.
--=20
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>
--TbLYUX2neeXq3kxh
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD06CSAxLow12M2nsRAu5CAKCwu0zRVGiq9ygNyaO1M3R96a7BcwCffjYx
1/NMe0ftwtqXplBonP/p16M=
=PnJ6
-----END PGP SIGNATURE-----
--TbLYUX2neeXq3kxh--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]