Just as a follow up, I inserted another hard disk and installed SUSE
10.0. Installed the same version of X and kernel, as well as nvidia
kernel. I got exactly the same problem.
Keith
Keith Vassallo wrote:
Andrew Cilia wrote:
when you say sounds, what type of sounds? Doom sounds or just
rubbish?
Doom sounds.
You should be stracing the doom.x86 process.
Done as instructed. The trace is attached.
Now, if you've soft rebooted and the screen came up garbled, then
some process is not talking nicely to the card and the problem
is persistent.
I killed X and doom via SSH, and the monitor just turned itself
off. I then tried to reboot (via SSH).. it looked like it started
to reboot, but then the screen came on again and it was garbled -
and nothing happened. After I rebooted (manually) the screen worked
fine.
Keith
On Wed, 2005-11-16 at 17:21 +0100, Keith Vassallo wrote:
I launched Doom III and waited for it to freeze, then I ssh'ed
into the system and ran top.
The top most process was X (with some 99.9% CPU activity).
Sometimes doom.x86 (the Doom III process, of course) would rise
to the top for a few moments, but then go down again. The
relevant lines from top:
When X was on top: PID USER PR NI VIRT RES SHR S %CPU %MEM
TIME+ COMMAND 11515 root 25 0 305m 32m 8824 R 99.8 2.2 0:45.56
X 1 root 16 0 2548 536 452 S 0.0 0.0 0:01.15 init 2 root 34 19
0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
When doom.x86 was on top: PID USER PR NI VIRT RES SHR S %CPU
%MEM TIME+ COMMAND 13237 keithvas 23 0 802m 715m 8320 R 97.3
47.7 2:04.93 doom.x86 11515 root 25 0 305m 32m 8824 R 2.4 2.2
0:36.50 X 13235 keithvas 16 0 10424 1276 928 R 0.2 0.1 0:00.38
top
My load average just kept rising, and rising. At a point it was
20.86, 8.14, 3.16 (whatever that means).
Before the game freezes, the top most process is doom.x86 (with
around 85% CPU usage) and X comes in at third or fourth place.
Whilst the game is frozen, I occasionally here sound from my
speakers. Other times I hear nothing. When I'm hearing sounds,
I'm able to type in commands via SSH. When I'm not hearing
sounds, nothing appears and the system grinds to a halt. This
suggests that (perhaps) the system tries to recover but then is
frozen again.
When I run strace on X, I keep getting the following:
rt_sigreturn(0xe) = 36984 --- SIGALRM (Alarm clock) @ 0 (0) ---
rt_sigreturn(0xe) = 36984
Doom III spawns several processes, here's what they say: [
Process PID=13250 runs in 32 bit mode. ] select(19, [18], NULL,
NULL, NULL
[ Process PID=13251 runs in 32 bit mode. ] getppid() = 13250
poll([{fd=15, events=POLLIN}], 1, 2000) = 0
[ Process PID=13253 runs in 32 bit mode. ]
gettimeofday({2811813141633945, 586448462527099936}, NULL) = 0
nanosleep({38654705664000000, 586448610090393576}, NULL) = 0
gettimeofday({2868712868371353, 586448630030824480}, NULL) = 0
I tried to reboot the PC. I did kill -9 (the X pid) and kill -9
(the doom III pid), but when I looked at the machine's monitor
it just turned off (i.e. no output from the video card). I then
tried to reboot via SSH. The system looked like it tried to
reboot, but then a garbled screen appeared and nothing more
happened.
The second time I tried this, kill -9 (the X pid) stopped sound
coming from my speakers, but the image just froze (i.e.
frozen, not turned off). I then killed doom, but the machine
remained frozen. After this, the machine completely froze (i.e.
no commands, even from SSH).
Keith
Andrew Cilia wrote:
Keith, just a point on something you wrote in an earlier
email. If you can ssh in, then the system has not crashed as
such. It would seem that your video subsystem is stuck. Given
that you can get in via ssh, is there anything that is
hogging the CPU that you can see via top. If so, get an
strace on it as this will help in debugging.
Another thing. Are you running in SMP mode?
subsystem is On Wed, 2005-11-16 at 07:26 +0100, Keith
Vassallo wrote:
When I bought the card, I was using kernel 2.6.12, I
re-compiled that, and it still didn't work. I also compiled
2.6.13 - still didn't work.
glxgears works. Also, some games like GTA: Vice City work
with no problems. Also, If I set the quality of graphics in
Doom III to medium, the game works.
It seems like only very intensive use makes the box die. It
could be something to do with the bug Andrew mentioned
earlier (the bug is only a problem with very intensive
use). It can't be a hardware problem, Windows worked.
Keith
Jean Azzopardi wrote:
I will not pretend to be an expert on this, but have you
tried recompiling the kernel? Also. do simpler 3D apps
work? Such as glxgears? Try running glxgears in a
terminal...
On Tuesday 15 November 2005 6:30 pm, Keith Vassallo
wrote:
The messages I get from dmesg after start-up show no
errors - just that AGPART is being loaded, finds a
graphics card and everything seems normal.
I had already checked out the thread you pointed me to.
The thread provides a patch to fix the problem, but
I'm supposed to already have that patch - Gentoo have
included it in their ebuild (of which I have the
latest, 7676).
I tried to figure out what they're talking about when
they mention global_flush_tlb(), and found this
interesting post:
http://marc.theaimsgroup.com/?l=linux-kernel&m=112928307319954&w=2
It seems, as is also said in the nvidia post, that this
is being worked on in kernel 2.6.14. Unfortunately,
the thread I found mentions delays - not total freezes
- being caused by this "bug". The patch is against
2.6.14-rc4. I don't totally understand kernel
terminology - but if the patch is against rc4, does
that mean it will be included in rc5? Whichever it's
included in, the latest (testing) kernel available on
Portage is 2.6.14-r2.
Seems like this will be a waiting game, unless anyone
else has suggestions.
Keith
Andrew Cilia wrote:
Do you get any messages after agpart module kicks in
during startup? Did you try some other forums besides
gentoo? For example, I found this:
http://www.nvnews.net/vbulletin/showthread.php?t=57990
Cheers
On Tue, 2005-11-15 at 16:01 +0100, Keith Vassallo
wrote:
Hey Guys,
I've recently upgraded to an XFX GeForce 6800 GT
from my previous card, a GeForce FX 5200. Since
having done so, I'm having problems playing
games.
When starting Doom3 in "Ultra high" or "high"
quality mode, the game locks up either seconds, or
minutes, after the game begins. The whole system
freezes, neither CTRL+ALT+BACKSPACE nor anything
else works. Starting doom in "medium" quality mode
seems to stop the problem from happening, although
I haven't played the game for longer then 30mins.
When starting Half Life 2, the game freezes a few
seconds after the menu is displayed. With
Counterstrike: Source, the game loads a map, then
sends me back to the desktop.
Here's some information you may need:
Gentoo running amd64 on AMD Athlon 64 3000+ (Socket
939) XFX GeForce 6800 GT (AGP) 1.5GB DDR RAM
cat /proc/driver/nvidia/agp/status:
Status: Enabled Driver: AGPGART AGP Rate: 8x Fast
Writes: Disabled SBA: Enabled
Kernel: 2.6.13-gentoo-r3 nvidia-kernel: 1.0.7676
nvidia-glx: 1.0.7676-r2
I've also used nvidia-settings to check the card
temperature. 15mins after boot, nvidia-settings
reports:
Core Temperature: 44C Ambient Temperature: 36C
I've searched through the Gentoo forums for similar
problems, and this has been reported one or two
times, none of these people found a solution (or
posted about it). I looked on my motherboard for
capacitor decay (as described in another post) and
haven't found any. I also don't have X Composite
extensions enabled.
Whenever the PC crashes, I can see the following in
/var/log/messages (I have to SSH to do this, the
machine is too frozen to launch a terminal locally)
Nov 3 22:05:06 silver NVRM: Xid: 25, L0 -> L0 Nov 3
22:05:06 silver NVRM: Xid: 6, PE0000 1f08 00000000
00000000 00f1efeb 00000000 Nov 3 22:05:09 silver
NVRM: Xid: 8, Channel 00000020 Nov 3 22:05:17
silver NVRM: Xid: 8, Channel 00000020
etc...
I've installed Windows on this machine and a few
games just to test - everything worked fine, so it
can't be a hardware problem.
Any help would be greatly appreciated.
_______________________________________________
MLUG-list mailing list [email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list
_______________________________________________ MLUG-list
mailing list [email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list
_______________________________________________ MLUG-list
mailing list [email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list
_______________________________________________ MLUG-list
mailing list [email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list
-- Keith Vassallo Registered GNU/Linux User #290991
http://www.keithvassallo.net
-------------------------
13461 execve("/usr/games/bin/doom3", ["doom3"], [/* 52 vars */]) = 0
13461 uname({sys="Linux", node="silver", ...}) = 0
13461 brk(0) = 0x5c4000
13461 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaac0000
13461 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
13461 open("/etc/ld.so.cache", O_RDONLY) = 3
13461 fstat(3, {st_mode=S_IFREG|0644, st_size=103504, ...}) = 0
13461 mmap(NULL, 103504, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2aaaaaac1000
13461 close(3) = 0
13461 open("/lib/libdl.so.2", O_RDONLY) = 3
13461 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\17\0"..., 640) = 640
13461 lseek(3, 624, SEEK_SET) = 624
13461 read(3,
"\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0"..., 32) = 32
13461 fstat(3, {st_mode=S_IFREG|0755, st_size=11280, ...}) = 0
13461 mmap(NULL, 1056984, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2aaaaabc1000
13461 mprotect(0x2aaaaabc3000, 1048792, PROT_NONE) = 0
13461 mmap(0x2aaaaacc2000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x2aaaaacc2000
13461 close(3) = 0
13461 open("/lib/libc.so.6", O_RDONLY) = 3
13461 read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\315"..., 640) = 640
13461 lseek(3, 624, SEEK_SET) = 624
13461 read(3,
"\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\4\0\0\0"..., 32) = 32
13461 fstat(3, {st_mode=S_IFREG|0755, st_size=1256224, ...}) = 0
13461 mmap(NULL, 2250120, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2aaaaacc4000
13461 mprotect(0x2aaaaade0000, 1086856, PROT_NONE) = 0
13461 mmap(0x2aaaaaedf000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11b000) = 0x2aaaaaedf000
13461 mmap(0x2aaaaaee5000, 17800, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaee5000
13461 close(3) = 0
13461 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaeea000
13461 mprotect(0x2aaaaaedf000, 12288, PROT_READ) = 0
13461 mprotect(0x2aaaaabbf000, 4096, PROT_READ) = 0
13461 munmap(0x2aaaaaac1000, 103504) = 0
13461 open("/dev/urandom", O_RDONLY) = 3
13461 read(3, "yY\245\363\204\350\16\r", 8) = 8
13461 close(3) = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
13461 close(3) = 0
13461 brk(0) = 0x5c4000
13461 brk(0x5e5000) = 0x5e5000
13461 getuid() = 1000
13461 getgid() = 100
13461 geteuid() = 1000
13461 getegid() = 100
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 open("/etc/mtab", O_RDONLY) = 3
13461 fstat(3, {st_mode=S_IFREG|0644, st_size=367, ...}) = 0
13461 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaac1000
13461 read(3, "/dev/sda3 / ext3 rw,noatime 0 0\n"..., 4096) = 367
13461 close(3) = 0
13461 munmap(0x2aaaaaac1000, 4096) = 0
13461 open("/proc/meminfo", O_RDONLY) = 3
13461 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
13461 mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2aaaaaac1000
13461 read(3, "MemTotal: 1535736 kB\nMemFre"..., 1024) = 676
13461 close(3) = 0
13461 munmap(0x2aaaaaac1000, 4096) = 0
13461 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
13461 uname({sys="Linux", node="silver", ...}) = 0
13461 stat("/home/keithvassallo", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
13461 stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13461 getpid() = 13461
13461 getppid() = 13460
13461 getpgrp() = 13460
13461 rt_sigaction(SIGCHLD, {0x434990, [], SA_RESTORER,
0x2aaaaacf3810}, {SIG_DFL}, 8) = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 open("/usr/games/bin/doom3", O_RDONLY) = 3
13461 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffffbd5620) = -1
ENOTTY (Inappropriate ioctl for device)
13461 lseek(3, 0, SEEK_CUR) = 0
13461 read(3, "#!/bin/sh\ncd \"/opt/doom3\"\nexport"..., 80) = 80
13461 lseek(3, 0, SEEK_SET) = 0
13461 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
13461 dup2(3, 255) = 255
13461 close(3) = 0
13461 fcntl(255, F_SETFD, FD_CLOEXEC) = 0
13461 fcntl(255, F_GETFL) = 0x8000 (flags
O_RDONLY|O_LARGEFILE)
13461 fstat(255, {st_mode=S_IFREG|0750, st_size=92, ...}) = 0
13461 lseek(255, 0, SEEK_CUR) = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 read(255, "#!/bin/sh\ncd \"/opt/doom3\"\nexport"..., 92) = 92
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 stat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13461 stat("/opt/doom3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13461 chdir("/opt/doom3") = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
13461 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
13461 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0
13461 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x434990, [], SA_RESTORER,
0x2aaaaacf3810}, 8) = 0
13461 execve("/opt/doom3/doom.x86", ["./doom.x86"], [/* 53 vars */]) = 0
13461 uname({sys="Linux", node="silver", ...}) = 0
13461 brk(0) = 0xa5a2000
13461 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
13461 open("tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
13461 open("tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/etc/ld.so.cache", O_RDONLY) = 3
13461 fstat64(0x3, 0xffffbc34) = 0
13461 mmap2(NULL, 103504, PROT_READ, MAP_PRIVATE, 3, 0) = 0x5556c000
13461 close(3) = 0
13461 open("/lib32/libpthread.so.0", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300B\0"..., 512) = 512
13461 fstat64(0x3, 0xffffbca8) = 0
13461 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x55586000
13461 mmap2(NULL, 332928, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x55587000
13461 mmap2(0x55595000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0x55595000
13461 mmap2(0x55597000, 267392, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x55597000
13461 close(3) = 0
13461 open("tls/i686/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("sse2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/lib32/libdl.so.2", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\v\0"..., 512) = 512
13461 fstat64(0x3, 0xffffbc8c) = 0
13461 mmap2(NULL, 12392, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x555d9000
13461 mmap2(0x555db000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x555db000
13461 close(3) = 0
13461 open("tls/i686/sse2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/i686/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/sse2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("i686/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("sse2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/emul/linux/x86/usr/lib/libX11.so.6", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\24"..., 512) = 512
13461 fstat64(0x3, 0xffffbc70) = 0
13461 mmap2(NULL, 826584, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x555dd000
13461 mmap2(0x556a3000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc5) = 0x556a3000
13461 close(3) = 0
13461 open("tls/i686/sse2/libXext.so.6", O_RDONLY) = -1 ENOENT (No
such file or directory)
13461 open("tls/i686/libXext.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/sse2/libXext.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libXext.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("i686/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("sse2/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/emul/linux/x86/usr/lib/libXext.so.6", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\'\0\000"..., 512) = 512
13461 fstat64(0x3, 0xffffbc54) = 0
13461 mmap2(NULL, 55636, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x556a7000
13461 mmap2(0x556b4000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0x556b4000
13461 close(3) = 0
13461 open("tls/i686/sse2/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No
such file or directory)
13461 open("tls/i686/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/sse2/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("i686/sse2/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("i686/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("sse2/libstdc++.so.5", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("libstdc++.so.5", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\274\3"..., 512) = 512
13461 fstat64(0x3, 0xffffbc38) = 0
13461 getcwd("/opt/doom3", 128) = 11
13461 mmap2(NULL, 753344, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x556b5000
13461 mmap2(0x55753000, 86016, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9d) = 0x55753000
13461 mmap2(0x55768000, 20160, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x55768000
13461 close(3) = 0
13461 open("tls/i686/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("sse2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/lib32/libm.so.6", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p3\0\000"..., 512) = 512
13461 fstat64(0x3, 0xffffbc1c) = 0
13461 mmap2(NULL, 139424, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x5576d000
13461 mmap2(0x5578e000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0x5578e000
13461 close(3) = 0
13461 open("tls/i686/sse2/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No
such file or directory)
13461 open("tls/i686/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/sse2/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("i686/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("sse2/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("libgcc_s.so.1", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\25\0\000"..., 512) = 512
13461 fstat64(0x3, 0xffffbc00) = 0
13461 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x55790000
13461 getcwd("/opt/doom3", 128) = 11
13461 mmap2(NULL, 30464, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x55791000
13461 mmap2(0x55798000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0x55798000
13461 close(3) = 0
13461 open("tls/i686/sse2/libc.so.6", O_RDONLY) = -1 ENOENT (No such
file or directory)
13461 open("tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/sse2/libc.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("i686/sse2/libc.so.6", O_RDONLY) = -1 ENOENT (No such file
or directory)
13461 open("i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("sse2/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("libc.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)
13461 open("/lib32/libc.so.6", O_RDONLY) = 3
13461 read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pT\1\000"..., 512) = 512
13461 fstat64(0x3, 0xffffbbe4) = 0
13461 mmap2(NULL, 1150260, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x55799000
13461 mmap2(0x558ac000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112) = 0x558ac000
13461 mmap2(0x558b0000, 7476, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x558b0000
13461 close(3) = 0
13461 mprotect(0x558ac000, 4096, PROT_READ) = 0
13461 munmap(0x5556c000, 103504) = 0
13461 brk(0) = 0xa5a2000
13461 brk(0xa5c3000) = 0xa5c3000
13461 brk(0) = 0xa5c3000
13461 set_thread_area(0xffffc50c) = 0
13461 getpid() = 13461
13461 rt_sigaction(SIGRTMIN, {0x5558f290, [],
SA_RESTORER|SA_RESTART|SA_NOMASK|0x1790308, (nil)}, NULL, 8) = 0
13461 rt_sigaction(SIGRT_1, {0x5558f3e0, [],
SA_RESTORER|SA_RESTART|SA_NOMASK|0x1790308, (nil)}, NULL, 8) = 0
13461 rt_sigaction(SIGRT_2, {0x5558f5d0, [],
SA_RESTORER|SA_RESTART|SA_NOMASK|0x1790308, (nil)}, NULL, 8) = 0
13461 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
13461 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
-------------------------
_______________________________________________
MLUG-list mailing list
[email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list
--
Keith Vassallo
Registered GNU/Linux User #290991
http://www.keithvassallo.net
_______________________________________________
MLUG-list mailing list
[email protected]
http://mailserv.megabyte.net/mailman/listinfo/mlug-list