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

[2019-08] [merp] Add API method that whitelists all native libraries #17128

Merged
merged 9 commits into from Oct 2, 2019

Conversation

alexischr
Copy link
Contributor

Support native call data from all native modules. Backport of #16899 and #15622

This is so that complex consumers such as Visual Studio for Mac can forego attempting to enumerate all loaded libraries, register them one at a time and potentially keep the list updated
It seems that without this, most/all entries in the unmanaged frames list are have no useful information.
mono_handle_native_crash() function can actually return if the native crash has triggered or has been trigerred by  more than one signal. So it is possible to reach the point of the assert
@alexischr alexischr changed the title [2019-08] [merp] Support native call data [2019-08] [merp] Add API method that whitelists all native libraries Sep 30, 2019
@marek-safar marek-safar added this to the 2019-08 (6.6.xx) milestone Oct 1, 2019
@lambdageek
Copy link
Member

@monojenkins build deb with monolite

@lambdageek
Copy link
Member

@monojenkins build

@lambdageek lambdageek merged commit 57f0684 into 2019-08 Oct 2, 2019
@akoeplinger akoeplinger deleted the 2019-08-merp-register-all-libs branch October 11, 2019 16:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants