Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java profiling for Fennec broken #109

Open
buttercookie42 opened this issue Mar 28, 2016 · 1 comment
Open

Java profiling for Fennec broken #109

buttercookie42 opened this issue Mar 28, 2016 · 1 comment

Comments

@buttercookie42
Copy link

Profiling C++/JS works fine, however when trying to profile Java code as well, the process hangs at the "Retrieving profile" stage.
Looking at the debug output, it gets as far as

Get profile
get json profile
got json profile

and then runs into trouble here because the Java thread doesn't have any frameTable data. In fact, it doesn't appear to have anything but simple sample data with frames.

@bgirard
Copy link
Owner

bgirard commented Mar 28, 2016

Thanks. @snorp reporting fennec profiling not working but I was not able to reproduce it. Perhaps this was why. Ideally this code should be more permissive. Perhaps warn and continue to show the data that was collect.

We should fix Java profiling but ATM I'm not aware of anyone needing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants