Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13338] procps binaries all segfault

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13338] procps binaries all segfault
  • Date: 19 Dec 2006 04:16:32 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13338





------- Additional Comments From dkowis AT shlrm.org 2006-12-18 22:16 -------
This includes free as well

root@stannage:~# strace free
execve("/usr/bin/free", ["free"], [/* 24 vars */]) = 0
brk(0) = 0x804a468
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=8853, ...}) = 0
mmap2(NULL, 8853, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f27000
close(3) = 0
open("/lib/libproc-3.2.7.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$&\0\000"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0555, st_size=40096, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f26000
mmap2(NULL, 116640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7f09000
mmap2(0xb7f12000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xb7f12000
mmap2(0xb7f13000, 75680, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f13000
close(3) = 0
open("/lib/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\374Z\1"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=983484, ...}) = 0
mmap2(NULL, 972252, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7e1b000
mmap2(0xb7f02000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe6) = 0xb7f02000
mmap2(0xb7f06000, 9692, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f06000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7e1a000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e1a6b0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1,
seg_not_present:0,
useable:1}) = 0
mprotect(0xb7f02000, 12288, PROT_READ) = 0
mprotect(0xb7f40000, 4096, PROT_READ) = 0
munmap(0xb7f27000, 8853) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 7729 detached


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page