Skip to content

Use a thread ivar instead of fiber-local storage#37

Open
jhawthorn wants to merge 1 commit into
masterfrom
thread_local
Open

Use a thread ivar instead of fiber-local storage#37
jhawthorn wants to merge 1 commit into
masterfrom
thread_local

Conversation

@jhawthorn

@jhawthorn jhawthorn commented Jun 11, 2026

Copy link
Copy Markdown
Member

rb_thread_local_aset is actually a fiber-local. Previously this could cause us to free the thread_local_state while it was still in use by other fibers on the thread.

rb_thread_local_aset is actually a fiber-local
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.

1 participant