Commit f5ef758
thread: a new Ractor must not inherit the creating thread's fiber storage
thread_create_core inherited fiber storage unconditionally, so a new Ractor's
main fiber received the creating thread's fiber-local storage, whose entries
may be objects owned by the creating Ractor. Skip the inheritance for Ractor
main threads.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3548065 commit f5ef758
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
849 | 854 | | |
850 | 855 | | |
851 | 856 | | |
| |||
0 commit comments