-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
NativeAOT createdump fork/exec for crash dump generation #89203
Commits on Jul 26, 2023
-
NativeAOT createdump fork/exec for crash dump generation
Port the .NET Core createdump fork/exec code to NativeAOT. Add src/native/inc/generatedumpflags.h. Remove dup definitions of this enum. Move and port clrconfignocache.h from src/coreclr/inc to src/native/inc/.
Configuration menu - View commit details
-
Copy full SHA for a47b48e - Browse repository at this point
Copy the full SHA a47b48eView commit details -
Add building more command line arguments for signal number, etc.
Fix some build problems.
Configuration menu - View commit details
-
Copy full SHA for f6888dc - Browse repository at this point
Copy the full SHA f6888dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 813d29f - Browse repository at this point
Copy the full SHA 813d29fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4b732 - Browse repository at this point
Copy the full SHA 4b4b732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0446824 - Browse repository at this point
Copy the full SHA 0446824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fd6e4 - Browse repository at this point
Copy the full SHA 59fd6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b3746 - Browse repository at this point
Copy the full SHA 31b3746View commit details -
Configuration menu - View commit details
-
Copy full SHA for d803aa3 - Browse repository at this point
Copy the full SHA d803aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f53df - Browse repository at this point
Copy the full SHA 08f53dfView commit details -
Generate a core dump on unhandled SIGSEGV/SIGFPE
Add PalCreateDump.h with all the public functions.
Configuration menu - View commit details
-
Copy full SHA for b7141ca - Browse repository at this point
Copy the full SHA b7141caView commit details -
Build and pass an EXCEPTION_RECORD for Linux like it was done for Win…
…dows. The next step is to pass the address of it to createdump.
Configuration menu - View commit details
-
Copy full SHA for 2eb2437 - Browse repository at this point
Copy the full SHA 2eb2437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9885d95 - Browse repository at this point
Copy the full SHA 9885d95View commit details -
Add special diagnostic info memory region
Contains the exception record address for Native AOT crashes.
Configuration menu - View commit details
-
Copy full SHA for 9c88787 - Browse repository at this point
Copy the full SHA 9c88787View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59d243 - Browse repository at this point
Copy the full SHA b59d243View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b487377 - Browse repository at this point
Copy the full SHA b487377View commit details