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

GC debugging tweaks #14923

Merged
merged 1 commit into from
Feb 4, 2016
Merged

GC debugging tweaks #14923

merged 1 commit into from
Feb 4, 2016

Conversation

yuyichao
Copy link
Contributor

@yuyichao yuyichao commented Feb 3, 2016

  • Rename JL_* envs to JULIA_*
  • Enable GC status printing for non-gc-debug build when there's a crash that is likely related to GC. (SegFault, type tag corruption)
  • Add an env to put the process to sleep before aborting so that one can attach a debugger later. This doesn't cover all the abort and assertions but should handle most of them.

* Rename JL_* envs to JULIA_*
* Enable GC status printing for non-gc-debug build when there's a crash that is
  likely related to GC. (SegFault, type tag corruption)
* Add an env to put the process to sleep before aborting so that one can
  attach a debugger later
@yuyichao yuyichao added the GC Garbage collector label Feb 3, 2016
vtjnash added a commit that referenced this pull request Feb 4, 2016
@vtjnash vtjnash merged commit c200b4c into master Feb 4, 2016
@vtjnash vtjnash deleted the yyc/gc/debug-sleep branch February 4, 2016 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants