We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make a coretest.py compatible for Mac. If this is not possible then make a similar concept script.
The text was updated successfully, but these errors were encountered:
Apparently macOS support cores in a linux-like fashion. Need to enable the cores as system wide in version prior to 10.4 apparently: http://stackoverflow.com/questions/9412156/how-to-generate-core-dumps-in-mac-os-x
All the cores goes to /cores path, and have the pattern cores.PID.
A native gdb preinstalled alternative exists maybe?
Sorry, something went wrong.
Check https://developer.apple.com/library/content/technotes/tn2124/_index.html#//apple_ref/doc/uid/DTS10003391-CH1-SECCOREDUMPS also.
No branches or pull requests
Make a coretest.py compatible for Mac.
If this is not possible then make a similar concept script.
The text was updated successfully, but these errors were encountered: