Notice (2018-05-24): bugzilla.xamarin.com is now in read-only mode.
Please join us on Visual Studio Developer Community and in the Xamarin and Mono organizations on GitHub to continue tracking issues. Bugzilla will remain available for reference in read-only mode. We will continue to work on open Bugzilla bugs, copy them to the new locations as needed for follow-up, and add the new items under Related Links.
Our sincere thanks to everyone who has contributed on this bug tracker over the years. Thanks also for your understanding as we make these adjustments and improvements for the future.
Please create a new report on Developer Community with your current version information, steps to reproduce, and relevant error messages or log files if you are hitting an issue that looks similar to this resolved bug and you do not yet see a matching new report.
Created attachment 18331 [details] Sample demonstrating the issue Using version 0.38, the profiler does not show the appropriate call stack for frames being displayed. In the attached sample, the method taking time is an anonymous delegate, and the only method appearing is an internal method of ToString. This makes troubleshooting of non-trivial code impossible. The full stack trace was visible in release 0.24.
Created attachment 18332 [details] Sample demonstrating the issue
This is related to https://bugzilla.xamarin.com/show_bug.cgi?id=46471 , so the fix for that should fix this one also, so marking as duplicate *** This bug has been marked as a duplicate of bug 46471 ***