Bug 411758 - Stacktrace service does not report 'Level' property anymore
Summary: Stacktrace service does not report 'Level' property anymore
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 06:54 EDT by Benoit Perrin CLA
Modified: 2014-02-25 05:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Perrin CLA 2013-06-27 06:54:48 EDT
Since commit 3906777d61822547490423f35e31041e1d4db114, the Stacktrace.getContext command does not return the 'Level' property anymore when all the level were required (Stacktrace.getChildren), even in the simple case of an hello world 32 bit x86 application stopped at main().

In this the case, the last computed level has a FP==0, which ends the computation, but does not set the 'completed' flag to 1.
Comment 1 Eugene Tarassov CLA 2013-06-28 12:48:07 EDT
Fixed.
Thanks!