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

Merge R and native call stacks #6

Open
1 of 2 tasks
krlmlr opened this issue Jan 19, 2017 · 1 comment
Open
1 of 2 tasks

Merge R and native call stacks #6

krlmlr opened this issue Jan 19, 2017 · 1 comment
Labels
jointprof-2 Issues that will be much easier to solve when capturing stack traces externally.

Comments

@krlmlr
Copy link
Member

krlmlr commented Jan 19, 2017

  • distinguish R sources from packages' sources
    • R: usually starts with src/main or src/library
    • packages: usually src/ without subdirectory
  • interleaved stacks R -> native -> R -> native ...
    • need to find entry point(s) native -> R
krlmlr pushed a commit that referenced this issue Dec 8, 2017
Fix error handling threadz legacy profiles
krlmlr added a commit that referenced this issue Dec 29, 2017
- Combine stack traces with the help of the profile package.
@krlmlr
Copy link
Member Author

krlmlr commented Dec 29, 2017

Partially addressed in 153f392.

@krlmlr krlmlr added the jointprof-2 Issues that will be much easier to solve when capturing stack traces externally. label Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jointprof-2 Issues that will be much easier to solve when capturing stack traces externally.
Projects
None yet
Development

No branches or pull requests

1 participant