This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX Status
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: AIX Status
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 25 Jan 2001 13:02:45 -0500
- cc: gcc at gcc dot gnu dot org, Benjamin Kosnik <bkoz at nabi dot net>
>>>>> Mark Mitchell writes:
Mark> David, is there a `truss' or `strace' equivalent on AIX that you can
Mark> use to actually see what system calls are being made?
AIX 4.3 does have an strace command. I have never used it. I do
not know of a standard command to trace system calls of a process.
When I used your placement-new initialization replacement, I was
able to make some I/O progress other than reference counting problems, so
I am not sure that you need to start from square one questioning what I/O
calls are made.
David