Skip to content

Fix memory leaks in Ractor ports #13504

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

Merged
merged 2 commits into from
Jun 3, 2025

Conversation

peterzhu2118
Copy link
Member

No description provided.

Memory leak reported:

    3   miniruby                              0x104702c1c ractor_init + 164  ractor.c:460
    2   miniruby                              0x1046496a0 ruby_xmalloc + 44  gc.c:5188
    1   miniruby                              0x10464e840 rb_gc_impl_malloc + 148  default.c:8140
    0   libsystem_malloc.dylib                0x19ab3912c _malloc_zone_malloc_instrumented_or_legacy + 152
Memory leak reported:

    3   miniruby                              0x1044b6c1c ractor_init + 164  ractor.c:460
    2   miniruby                              0x1043fd6a0 ruby_xmalloc + 44  gc.c:5188
    1   miniruby                              0x104402840 rb_gc_impl_malloc + 148  default.c:8140
    0   libsystem_malloc.dylib                0x19ab3912c _malloc_zone_malloc_instrumented_or_legacy + 152
@peterzhu2118 peterzhu2118 merged commit 89d4943 into ruby:master Jun 3, 2025
83 checks passed
@peterzhu2118 peterzhu2118 deleted the ractor-port-mem-leaks branch June 3, 2025 19:48
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.

2 participants