Re: Interpreting Call Stack when Crash occurs in Inline Function

2011-12-26 Thread Ken Thomases
On Dec 26, 2011, at 4:31 PM, Jerry Krinock wrote: > If you declare a C function as inline, and this function invokes other > functions, does this function appear to invoke itself in the call stack of a > crash report? > > See lines 5-8, in this call stack. 'MyFunction' is declared 'inline' and

Interpreting Call Stack when Crash occurs in Inline Function

2011-12-26 Thread Jerry Krinock
If you declare a C function as inline, and this function invokes other functions, does this function appear to invoke itself in the call stack of a crash report? See lines 5-8, in this call stack. 'MyFunction' is declared 'inline' and does not call itself. Application Specific Information: **