View Single Post

   
  #8 (permalink)  
Old 01-05-2008, 08:01 AM
Andrew Gabriel
 
Posts: n/a
Default Re: AIX shared libraries: early or late binding?

In article <1121854497.734002.65280@o13g2000cwo.googlegroups. com>,
"Kamal R. Prasad" <kamalp@acm.org> writes:
> BTW -do you have a clue as to why there are dummy frames created when
> calling a syscall?


I seem to recall finding dummy stackframes in AIX code in the
middle of functions, usually where the code had a set of nested
{}'s with some declarations inside them, which seemed to get a
new stackframe for storage. I'm going back 10 years now though,
when I was trying to write a function to dump out the stacktrace
on various different unix systems (which I never got to work on
AIX as a result of the extra stackframes).

--
Andrew Gabriel
Reply With Quote