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

Fix: Crash by GC during specific processing #4579

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 22, 2019

  1. Add tests

    ichizok committed Jun 22, 2019
    Copy the full SHA
    3e239c5 View commit details
    Browse the repository at this point in the history
  2. Don't run GC during specific processing

    Processing in timer-callback and map-expr are handled as in main_loop
    so then GC can interrupt into script processing and release objects
    unexpectedly.
    ichizok committed Jun 22, 2019
    Copy the full SHA
    dca68e4 View commit details
    Browse the repository at this point in the history
  3. Revert

    ichizok committed Jun 22, 2019
    Copy the full SHA
    42dc74b View commit details
    Browse the repository at this point in the history