To: borkows uci agh edu pl, For testers of Fedora Core development releases <fedora-test-list redhat com>
Cc:
Subject: Re: Gnome can not start
Date: Mon, 01 Nov 2004 13:53:18 +0000
Darek
I tried
strace -ttt gnome-session > out.txt
and
strace -ttt gnome-session -o out.txt
The -o should come before 'gnome-session' because it is an argument to
strace, not an argument to gnome-session. There are some hints on the
strace manpage.
but in each case out.txt has 0 bytes length after CTRL+C.
Tried to find option for breaking tracing in man strace, but cannot find one.