monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] 0.21 and memory access violation


From: Henrik Holmboe
Subject: [Monotone-devel] 0.21 and memory access violation
Date: Wed, 20 Jul 2005 15:09:14 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hello list,

I downloaded the source tarball from the website and compiled it, and
it gives this when executed:

 $ ./monotone
 monotone: fatal: signal: memory access violation
 monotone: this is almost certainly a bug in monotone.
 monotone: please send this error message, the output of 'monotone 
--full-version',
 monotone: and a description of what you were doing to address@hidden
 monotone: discarding debug log (maybe you want --debug or --dump?)
 $ ./monotone --full-version
 monotone 0.21 (base revision: unknown)
 Running on: Linux 2.6.10-5-386 #1 Fri May 20 13:52:48 UTC 2005 i686
 Changes since base revision:
 unknown

   Generated from data cached in the distribution;
   further changes may have been made.

I'm running Ubuntu Hoary, but installed the required boost 1.32.0 to
compile and run monotone.

 $ COLUMNS=123 dpkg --list | grep boost
 ii  libboost-date-time-dev   1.32.0-6ubuntu2          set of date-time 
libraries based on generic programming concepts
 ii  libboost-date-time1.31.0 1.31.0-9                 Set of date-time 
libraries based on generic programming concepts
 ii  libboost-date-time1.32.0 1.32.0-6ubuntu2          set of date-time 
libraries based on generic programming concepts
 ii  libboost-dev             1.32.0-6ubuntu2          Boost.org libraries 
development files
 ii  libboost-filesystem-dev  1.32.0-6ubuntu2          filesystem operations 
(portable paths, iteration over directorie
 ii  libboost-filesystem1.31. 1.31.0-9                 Filesystem operations 
(portable paths, iteration over directorie
 ii  libboost-filesystem1.32. 1.32.0-6ubuntu2          filesystem operations 
(portable paths, iteration over directorie
 ii  libboost-regex-dev       1.32.0-6ubuntu2          regular expression 
library for C++
 ii  libboost-regex1.31.0     1.31.0-9                 Regular expression 
library for C++
 ii  libboost-regex1.32.0c2   1.32.0-6ubuntu2          regular expression 
library for C++
 ii  libboost-test-dev        1.32.0-6ubuntu2          components for writing 
and executing test suites
 ii  libboost-test1.32.0c2    1.32.0-6ubuntu2          components for writing 
and executing test suites

Any ideas?

Attached is a strace run.

execve("./monotone", ["./monotone"], [/* 49 vars */]) = 0
uname({sys="Linux", node="ctrl", ...})  = 0
brk(0)                                  = 0x8593000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40016000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40017000
open("~/profile/lib/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/libdl.so.2", 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=56730, ...}) = 0
old_mmap(NULL, 56730, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\240\v\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=8064, ...}) = 0
old_mmap(NULL, 10876, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x40026000
old_mmap(0x40028000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40028000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libboost_regex-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/i686/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/tls/cmov/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/tls/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("~/profile/lib/i686/cmov/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("~/profile/lib/i686/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("~/profile/lib/cmov/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("~/profile/lib/libboost_regex-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libboost_regex-gcc-mt-1_32.so.1.32.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\310"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=522464, ...}) = 0
old_mmap(NULL, 535000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x40029000
old_mmap(0x4009f000, 45056, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x75000) = 0x4009f000
old_mmap(0x400aa000, 6616, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400aa000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libboost_date_time-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/i686/libboost_date_time-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/cmov/libboost_date_time-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/libboost_date_time-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/i686/cmov/libboost_date_time-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/i686/libboost_date_time-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/cmov/libboost_date_time-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/libboost_date_time-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libboost_date_time-gcc-mt-1_32.so.1.32.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\320i\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=51168, ...}) = 0
old_mmap(NULL, 50140, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x400ac000
old_mmap(0x400b7000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x400b7000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libboost_filesystem-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/i686/libboost_filesystem-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/cmov/libboost_filesystem-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/tls/libboost_filesystem-gcc-mt-1_32.so.1.32.0", O_RDONLY) = 
-1 ENOENT (No such file or directory)
open("~/profile/lib/i686/cmov/libboost_filesystem-gcc-mt-1_32.so.1.32.0", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("~/profile/lib/i686/libboost_filesystem-gcc-mt-1_32.so.1.32.0", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("~/profile/lib/cmov/libboost_filesystem-gcc-mt-1_32.so.1.32.0", O_RDONLY) 
= -1 ENOENT (No such file or directory)
open("~/profile/lib/libboost_filesystem-gcc-mt-1_32.so.1.32.0", O_RDONLY) = -1 
ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libboost_filesystem-gcc-mt-1_32.so.1.32.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\260O\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=69632, ...}) = 0
old_mmap(NULL, 68604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x400b9000
old_mmap(0x400c8000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x400c8000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("~/profile/lib/tls/i686/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/cmov/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/i686/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/cmov/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.5", 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\301"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=737816, ...}) = 0
old_mmap(NULL, 761536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x400ca000
old_mmap(0x40169000, 90112, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9e000) = 0x40169000
old_mmap(0x4017f000, 20160, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4017f000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/tls/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\0\0204\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=134032, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40184000
old_mmap(NULL, 136464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x40185000
old_mmap(0x401a6000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x401a6000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("~/profile/lib/tls/i686/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/cmov/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/i686/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/cmov/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.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\0000\30\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=40828, ...}) = 0
old_mmap(NULL, 43976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x401a7000
old_mmap(0x401b1000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x401b1000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -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\0RO\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1203856, ...}) = 0
old_mmap(NULL, 1210044, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x401b2000
old_mmap(0x402d4000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x122000) = 0x402d4000
old_mmap(0x402d7000, 9916, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x402d7000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("~/profile/lib/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\0\20H\0\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=85008, ...}) = 0
old_mmap(NULL, 69528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x402da000
old_mmap(0x402e8000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x402e8000
old_mmap(0x402e9000, 8088, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x402e9000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/tls/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/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\320\35"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=27444, ...}) = 0
old_mmap(NULL, 30216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x402eb000
old_mmap(0x402f2000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x402f2000
close(3)                                = 0
open("~/profile/lib/tls/i686/cmov/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("~/profile/lib/tls/i686/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/cmov/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/tls/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("~/profile/lib/i686/cmov/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("~/profile/lib/i686/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/cmov/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("~/profile/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.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\240\304"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=919540, ...}) = 0
old_mmap(NULL, 941944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x402f3000
old_mmap(0x403cf000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0x403cf000
old_mmap(0x403d4000, 20344, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x403d4000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x403d9000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x403da000
set_thread_area({entry_number:-1 -> 6, base_addr:0x403da600, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0x40018000, 56730)               = 0
set_tid_address(0x403da648)             = 12964
rt_sigaction(SIGRTMIN, {0x402de388, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x402de3fc, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfffed6c, 31, (nil), 0}) = 0
brk(0)                                  = 0x8593000
brk(0x85b4000)                          = 0x85b4000
brk(0x85d8000)                          = 0x85d8000
futex(0x403d344c, FUTEX_WAKE, 2147483647) = 0
brk(0x85f9000)                          = 0x85f9000
futex(0x403d4dc4, FUTEX_WAKE, 2147483647) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0x8620000)                          = 0x8620000
uname({sys="Linux", node="ctrl", ...})  = 0
time(NULL)                              = 1121863981
rt_sigaction(SIGFPE, {0x83c7b30, [], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, {0x83c7b30, [], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {0x83c7b30, [], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x83c7b30, [], 0}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, {0x83c7b30, [], 0}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2637552, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x403db000
close(3)                                = 0
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2582, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x405db000
read(3, "# Locale name alias data base.\n#"..., 4096) = 2582
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x405db000, 4096)                = 0
open("/usr/local/share/locale/en_SE/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/local/share/locale/en/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_SE/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/local/share/locale/en_GB/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_GB/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/local/share/locale/en_US/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
open("/usr/share/locale-langpack/en_US/LC_MESSAGES/monotone.mo", O_RDONLY) = -1 
ENOENT (No such file or directory)
getcwd(0x8606918, 32)                   = -1 ERANGE (Numerical result out of 
range)
getcwd("/home/elements/Local/src/monotone-0.21", 64) = 39
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=45568, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x405db000
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(3, "lias\tJS//\t\t\tJUS_I.B1.002//\nalias"..., 4096) = 4096
read(3, "ule\tINTERNAL\t\tISO-8859-3//\t\tISO8"..., 4096) = 4096
read(3, "lias\tISO-IR-199//\t\tISO-8859-14//"..., 4096) = 4096
read(3, "\t\tto\t\t\tmodule\t\tcost\nalias\tCSEBCD"..., 4096) = 4096
read(3, "ule\t\tcost\nalias\tCP284//\t\t\tIBM284"..., 4096) = 4096
read(3, "lias\tCP864//\t\t\tIBM864//\nalias\t86"..., 4096) = 4096
read(3, "module\tIBM937//\t\tINTERNAL\t\tIBM93"..., 4096) = 4096
read(3, "\tEUC-JP//\nalias\tUJIS//\t\t\tEUC-JP/"..., 4096) = 4096
read(3, "module\t\tcost\nalias\tISO-IR-143//\t"..., 4096) = 4096
read(3, "-BOX//\nmodule\tISO_10367-BOX//\t\tI"..., 4096) = 4096
read(3, "module\tINTERNAL\t\tEUC-JISX0213//\t"..., 4096) = 512
read(3, "", 4096)                       = 0
close(3)                                = 0
munmap(0x405db000, 4096)                = 0
futex(0x402d6b4c, FUTEX_WAKE, 2147483647) = 0
open("/usr/lib/gconv/ISO8859-1.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\0`\4\0\000"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=5576, ...}) = 0
old_mmap(NULL, 4368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x405db000
old_mmap(0x405dc000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x405dc000
close(3)                                = 0
brk(0x8646000)                          = 0x8646000
brk(0x863e000)                          = 0x863e000
stat64("/home/elements/Local/src/monotone-0.21/MT", 0xbfffe3b4) = -1 ENOENT (No 
such file or directory)
stat64("/home/elements/Local/src/MT", 0xbfffe3b4) = -1 ENOENT (No such file or 
directory)
stat64("/home/elements/Local/MT", 0xbfffe3b4) = -1 ENOENT (No such file or 
directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGFPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTRAP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGABRT, {SIG_DFL}, NULL, 8) = 0
futex(0x4016c4b4, FUTEX_WAKE, 2147483647) = 0
futex(0x401b1aa4, FUTEX_WAKE, 2147483647) = 0
write(2, "monotone: fatal: signal: memory "..., 49) = 49
write(2, "monotone: this is almost certain"..., 54) = 54
write(2, "monotone: please send this error"..., 83) = 83
write(2, "monotone: and a description of w"..., 81) = 81
write(2, "monotone: discarding debug log ("..., 67) = 67
exit_group(3)                           = ?
-- 
Henrik Holmboe, Stockholm, Sweden
<http://henrik.holmboe.se/contact/>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]