History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FB-12869
Type: Bug Bug
Status: Closed Closed
Resolution: Not a Bug
Priority: A A
Assignee: Jyoti Kishnani
Reporter: Gaurav Jain
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flash Builder / Flex Builder

Unknown functions in the live data panel.

Created: 03/19/07 02:17 PM   Updated: 05/14/08 09:59 AM
Component/s: Profiler
Security Level: Public (All JIRA Users )

Severity: Data Loss/Corruption
Reproducibility: Every Time
Milestone: Moxie Release (Fix Before Release) and SDK Moxie (Feature Complete)
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Reproduction:
1. Modify the mm.cfg to point to ProfilerAgent.swf:

PreloadSwf=C:/Flex/depot/flex/sdk/modules/com.adobe.flash.profiler/as/ProfilerAgent.swf
AS3Sampling=1
AS3AutoStartSampling=1

2. Open eclipse with profiler plugin.
3. Go to Flex profiling perspective.
4. Launch the swf in the bug files through the profiler menu.
5. Sort the Live Object panel on the class name..

Actual Results:
Lots of object for unknown functions like Function100, Function101 etc.
Look at atached bitmap for details.

Expected Results:
Unknown Function call should not appear in Live Objects Panel.
 
Workaround:
        

        

        
Language Found: English
Bugbase Id: 201689
Needs Release Note: No
Triaged: Yes
Regression: No
QA Owner: Gaurav Jain
Resolved by: Paul Reilly
Fixed Version: SDK Moxie (Feature Complete)
Participants: BugDB Migration, Gaurav Jain, JIRA Migration Admin and Jyoti Kishnani


 All   Comments      Sort Order:
JIRA Migration Admin - [05/12/07 05:12 PM ]
Milestone ID = 1513
Milestone = Feature_Complete_Moxie
Build ID = 25059
Build = 163754_flex
Fix Build ID = null
Fix Build = null

JIRA Migration Admin - [05/12/07 05:12 PM ]
Move from BugDB issue number 201689

BugDB Migration - [05/14/07 05:04 PM ]
[gauravj 3/19/07] Entered Bug.
[gauravj 3/19/07] Adding bug files. Looks like wrong data is coming from the player.
[treilly 3/22/07] Function-## is an activation object for a captured function.
[gauravj 3/22/07] If Function-## is an activation object. I think we should filter it in the ProfilerAgent.
[preilly 4/5/07] These activation objects are part of the ActionScript world, so we shouldn't filter them out in general. In the future the GUI will support filtering out profiling data, most likely by package.
[preilly 4/5/07] I should add that if you have recommendations for better displaying activation objects, please let me know.
[gauravj 4/17/07] Confirmining that its NAB from the ProfilerAgent perspective. Will look for filers in the UI to make sure that its not visible when filters are set.