jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

only getting one stack frame #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.cause crash with my app
2.load up crash report in VS2008

What is the expected output?
full call stack

What do you see instead?
one stack frame

What version of the product are you using?
1.2.7_r997

On what operating system?
Win 7 32

Please provide any additional information below.
see issue 45 for the start of this conversation and screen shots
http://code.google.com/p/crashrpt/issues/detail?id=45

i have turned off "omit frame pointers" but this has no effect.  i am willing 
to turn off any optimization necessary to get stack frames in VS2008.  i do NOT 
want to use WinDbg or CrProber, as the entire point of using CrashRpt for me 
was to get call stacks in VS2008.

please: what optimizations are required to be off to get a full stack trace?

Original issue reported on code.google.com by anbaricf...@gmail.com on 15 Oct 2010 at 4:57

GoogleCodeExporter commented 9 years ago
i have set inline function to "only inline" and set "link time code gen" to 
default.  now i get call stacks.

Original comment by anbaricf...@gmail.com on 15 Oct 2010 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 15 Oct 2010 at 12:43