Bug#322337: marked as done (subversion: segmentation fault: access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT)

Debian Bug Tracking System owner at bugs.debian.org
Mon Oct 3 22:18:10 UTC 2005


Your message dated Mon, 3 Oct 2005 16:08:17 -0600
with message-id <20051003220817.GF25747 at me.troyhebe>
and subject line closing bug
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; 10 Aug 2005 09:40:46 +0000
>From jari.aalto at cante.net Wed Aug 10 02:40:46 2005
Return-path: <jari.aalto at cante.net>
Received: from fep06-0.kolumbus.fi (fep06-app.kolumbus.fi) [193.229.0.57] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E2n4n-0003pM-00; Wed, 10 Aug 2005 02:40:45 -0700
Received: from bongo.cante.net ([81.197.3.110]) by fep06-app.kolumbus.fi
          with ESMTP
          id <20050810094043.SBSZ18047.fep06-app.kolumbus.fi at bongo.cante.net>
          for <submit at bugs.debian.org>; Wed, 10 Aug 2005 12:40:43 +0300
Received: from fw.cante.net ([192.168.1.3] helo=cante.cante.net)
	by bongo.cante.net with esmtp (Exim 4.52)
	id 1E2n4k-0003Ie-Ab; Wed, 10 Aug 2005 12:40:42 +0300
Received: from jaalto by cante.cante.net with local (Exim 4.52)
	id 1E2n4k-0008Cu-AN; Wed, 10 Aug 2005 12:40:42 +0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jari Aalto <jari.aalto at cante.net>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: subversion: segmentation fault: access("/etc/ld.so.nohwcap",
 F_OK) = -1 ENOENT
X-Mailer: reportbug 3.15
Date: Wed, 10 Aug 2005 12:40:42 +0300
Message-Id: <E1E2n4k-0008Cu-AN at cante.cante.net>
Delivered-To: submit at bugs.debian.org
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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: subversion
Version: 1.2.0-1
Severity: normal

For some reason subversion suddendly stopped working. It dies on
segmentation fault. Strace reveals lines of:

  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)
  stat64("/lib/tls/i686/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or director
  stat64("/lib/tls/mmx", 0xbfc7e730)      = -1 ENOENT (No such file or directory)
  ...

ldconfig or any other similar settings haven't been changed while this
happened.

-----------------------------------------------------------------------
execve("/usr/bin/svnserve", ["svnserve", "--foreground", "--daemon", "--root=/home/svn/repos"], [/* 23 vars */]) = 0
uname({sys="Linux", node="bongo", ...}) = 0
brk(0)                                  = 0x8051000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f69000
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)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=29334, ...}) = 0
old_mmap(NULL, 29334, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f61000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_repos-1.so.0", 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\320<\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=89440, ...}) = 0
old_mmap(NULL, 92500, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f4a000
old_mmap(0xb7f60000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x15000) = 0xb7f60000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_fs-1.so.0", 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 \33\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=15164, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f49000
old_mmap(NULL, 18224, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f44000
old_mmap(0xb7f48000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3000) = 0xb7f48000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_delta-1.so.0", 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\300\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=28604, ...}) = 0
old_mmap(NULL, 31664, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f3c000
old_mmap(0xb7f43000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6000) = 0xb7f43000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_subr-1.so.0", 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\0Ps\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=148336, ...}) = 0
old_mmap(NULL, 147264, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f18000
old_mmap(0xb7f3b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x23000) = 0xb7f3b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_ra_svn-1.so.0", 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@(\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=56948, ...}) = 0
old_mmap(NULL, 59952, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7f09000
old_mmap(0xb7f17000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd000) = 0xb7f17000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libaprutil-0.so.0", 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\200O\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=85112, ...}) = 0
old_mmap(NULL, 84144, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7ef4000
old_mmap(0xb7f08000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x14000) = 0xb7f08000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/mmx", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/i686", 0xbfc7e730)     = -1 ENOENT (No such file or directory)
open("/lib/tls/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/lib/tls/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/mmx", 0xbfc7e730)      = -1 ENOENT (No such file or directory)
open("/lib/tls/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls/cmov", 0xbfc7e730)     = -1 ENOENT (No such file or directory)
open("/lib/tls/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/tls", {st_mode=S_IFDIR|0755, st_size=3072, ...}) = 0
open("/lib/i686/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/lib/i686/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/mmx", 0xbfc7e730)     = -1 ENOENT (No such file or directory)
open("/lib/i686/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686/cmov", 0xbfc7e730)    = -1 ENOENT (No such file or directory)
open("/lib/i686/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfc7e730)         = -1 ENOENT (No such file or directory)
open("/lib/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/mmx/cmov", 0xbfc7e730)     = -1 ENOENT (No such file or directory)
open("/lib/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/mmx", 0xbfc7e730)          = -1 ENOENT (No such file or directory)
open("/lib/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/cmov", 0xbfc7e730)         = -1 ENOENT (No such file or directory)
open("/lib/libldap.so.2", O_RDONLY)     = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=5120, ...}) = 0
open("/usr/lib/tls/i686/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/mmx", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/i686/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/i686", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/mmx", 0xbfc7e730)  = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/tls", 0xbfc7e730)      = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/mmx", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i686/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/mmx/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mmx/cmov", 0xbfc7e730) = -1 ENOENT (No such file or directory)
open("/usr/lib/mmx/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mmx", 0xbfc7e730)      = -1 ENOENT (No such file or directory)
open("/usr/lib/cmov/libldap.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/cmov", 0xbfc7e730)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libldap.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\0P\241\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=221848, ...}) = 0
old_mmap(NULL, 220972, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7ebe000
old_mmap(0xb7ef3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x35000) = 0xb7ef3000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/liblber.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\0\340%\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=47280, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ebd000
old_mmap(NULL, 50480, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7eb0000
old_mmap(0xb7ebc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xb000) = 0xb7ebc000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libdb-4.2.so", 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\0000\205"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=876584, ...}) = 0
old_mmap(NULL, 876124, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7dda000
old_mmap(0xb7eae000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd4000) = 0xb7eae000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libexpat.so.1", 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\260\"\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=129972, ...}) = 0
old_mmap(NULL, 128880, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7dba000
old_mmap(0xb7dd7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1d000) = 0xb7dd7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libapr-0.so.0", 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\200\207"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=125928, ...}) = 0
old_mmap(NULL, 133160, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7d99000
old_mmap(0xb7db8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1e000) = 0xb7db8000
old_mmap(0xb7db9000, 2088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7db9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/librt.so.1", 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\220\32"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=22940, ...}) = 0
old_mmap(NULL, 21588, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7d93000
old_mmap(0xb7d98000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x5000) = 0xb7d98000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libm.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\00005\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=134496, ...}) = 0
old_mmap(NULL, 136976, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7d71000
old_mmap(0xb7d92000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0xb7d92000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libnsl.so.1", 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 <\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=73304, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d70000
old_mmap(NULL, 80544, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7d5c000
old_mmap(0xb7d6d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) = 0xb7d6d000
old_mmap(0xb7d6e000, 6816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d6e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libpthread.so.0", 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\0pF\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=78233, ...}) = 0
old_mmap(NULL, 60772, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7d4d000
old_mmap(0xb7d59000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xc000) = 0xb7d59000
old_mmap(0xb7d5a000, 7524, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d5a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/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"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1254468, ...}) = 0
old_mmap(NULL, 1264780, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7c18000
old_mmap(0xb7d42000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x129000) = 0xb7d42000
old_mmap(0xb7d4b000, 7308, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d4b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_fs_fs-1.so.0", 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\240G\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=91144, ...}) = 0
old_mmap(NULL, 94204, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7c01000
old_mmap(0xb7c17000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x15000) = 0xb7c17000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsvn_fs_base-1.so.0", 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\300[\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=130584, ...}) = 0
old_mmap(NULL, 133644, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7be0000
old_mmap(0xb7c00000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1f000) = 0xb7c00000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/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\0\320\32"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9872, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7bdf000
old_mmap(NULL, 8632, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7bdc000
old_mmap(0xb7bde000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0xb7bde000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libcrypt.so.1", 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\360\t\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=18876, ...}) = 0
old_mmap(NULL, 181692, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7baf000
old_mmap(0xb7bb4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x4000) = 0xb7bb4000
old_mmap(0xb7bb5000, 157116, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7bb5000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libresolv.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\0\220)\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=64924, ...}) = 0
old_mmap(NULL, 73640, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7b9d000
old_mmap(0xb7bac000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xf000) = 0xb7bac000
old_mmap(0xb7bad000, 8104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7bad000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libsasl2.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\0\3002\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=84820, ...}) = 0
old_mmap(NULL, 83820, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7b88000
old_mmap(0xb7b9c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x14000) = 0xb7b9c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgnutls.so.11", 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\0000\25\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=415204, ...}) = 0
old_mmap(NULL, 418200, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7b21000
old_mmap(0xb7b82000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x60000) = 0xb7b82000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libtasn1.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\0\300!\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=63608, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7b20000
old_mmap(NULL, 62980, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7b10000
old_mmap(0xb7b1f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xf000) = 0xb7b1f000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgcrypt.so.11", 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\200B\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=314520, ...}) = 0
old_mmap(NULL, 314084, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7ac3000
old_mmap(0xb7b0b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x48000) = 0xb7b0b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgpg-error.so.0", 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 \10\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=10924, ...}) = 0
old_mmap(NULL, 13984, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7abf000
old_mmap(0xb7ac2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0xb7ac2000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", 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\200\27"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=67468, ...}) = 0
old_mmap(NULL, 70528, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb7aad000
old_mmap(0xb7abe000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x10000) = 0xb7abe000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aac000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7aab000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages subversion depends on:
ii  db4.2-util                 4.2.52-19     Berkeley v4.2 Database Utilities
ii  libapr0                    2.0.54-4      the Apache Portable Runtime
ii  libc6                      2.3.5-3       GNU C Library: Shared libraries an
ii  libdb4.2                   4.2.52-19     Berkeley v4.2 Database Libraries [
ii  libexpat1                  1.95.8-3      XML parsing C library - runtime li
ii  libldap2                   2.1.30-11     OpenLDAP libraries
ii  libneon24                  0.24.7.dfsg-2 An HTTP and WebDAV client library
ii  libssl0.9.7                0.9.7g-1      SSL shared libraries
ii  libsvn0                    1.2.0-1       shared libraries used by Subversio
ii  libxml2                    2.6.20-1      GNOME XML library
ii  patch                      2.5.9-2       Apply a diff file to an original
ii  zlib1g                     1:1.2.3-3     compression library - runtime

subversion recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 322337-done) by bugs.debian.org; 3 Oct 2005 22:08:32 +0000
>From troyhebe at ldl.fc.hp.com Mon Oct 03 15:08:27 2005
Return-path: <troyhebe at ldl.fc.hp.com>
Received: from atlrel6.hp.com [156.153.255.205] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EMYTr-0004zn-00; Mon, 03 Oct 2005 15:08:19 -0700
Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253])
	by atlrel6.hp.com (Postfix) with ESMTP id 2097D101C
	for <322337-done at bugs.debian.org>; Mon,  3 Oct 2005 18:08:18 -0400 (EDT)
Received: from ldl (lart.fc.hp.com [15.11.146.31])
	by smtp2.fc.hp.com (Postfix) with ESMTP id EA62341E155
	for <322337-done at bugs.debian.org>; Mon,  3 Oct 2005 22:08:17 +0000 (UTC)
Received: by ldl (Postfix, from userid 1000)
	id DF3BFC6C001; Mon,  3 Oct 2005 16:08:17 -0600 (MDT)
Date: Mon, 3 Oct 2005 16:08:17 -0600
From: Troy Heber <troy.heber at hp.com>
To: 322337-done at bugs.debian.org
Subject: closing bug
Message-ID: <20051003220817.GF25747 at me.troyhebe>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: mutt-ng devel-20050619 (Debian)
Delivered-To: 322337-done at bugs.debian.org
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

I'm closing this bug per the submitters request.

Troy




More information about the pkg-subversion-maintainers mailing list