CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=0, private, must-revalidate
content-type: text/html; charset=utf-8
etag: W/"4104f7f474ffb4df4dc3f43a8c6854b5"
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policy: strict-origin-when-cross-origin
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=CF9nQ4FtQL5dB7Vafto1dY5Dl3u1nlRW2iOa9wy7Lj8%3D\u0026sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d\u0026ts=1753959929"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=CF9nQ4FtQL5dB7Vafto1dY5Dl3u1nlRW2iOa9wy7Lj8%3D&sid=e11707d5-02a7-43ef-b45e-2cf4d2036f7d&ts=1753959929"
server: Heroku
set-cookie: _redmine_session=NTJMeU4zWGlqMHJxaHY1U1o2UC9teXd1ZjczaG90amRta1lZSGorZUQwR0ZCbXFLMUdQWENlbE9XRXRyOXE1R2hpTXhteit2SEFUc1dzQ0hUZ0hEbFJyVERMamJxRmZmSTJnK25QZE50WW8zWFluRlBFejQ2cjRIVWlsRXlCdXhYeGxqVkNOUU53TXBlTzlxdnZ0NkJldDVROUxtY0pScHdtNkVCUWZ6QTFrdHdwOWRuRWtaWEd2cDJVNWZqdVh2LS1JajBpWjhaTmZWSVg4UzZ6OUh5Y1VnPT0%3D--a5c43d697fb8b2401ef742e5dcc5981540e4fe7f; path=/; secure; httponly; samesite=lax
strict-transport-security: max-age=63072000; includeSubDomains
vary: Accept
via: 2.0 heroku-router
x-content-type-options: nosniff
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-request-id: 8befed9f-e34f-4010-36a7-af2df46647fe
x-runtime: 0.193646
x-xss-protection: 1; mode=block
content-length: 10402
date: Thu, 31 Jul 2025 11:05:29 GMT
0001-Bug-21368-Transfer-finalizer-when-moving-between-Rac.patch - Ruby - Ruby Issue Tracking System
Project
General
Profile
Bug #21368 ยป 0001-Bug-21368-Transfer-finalizer-when-moving-between-Rac.patch
osyoyu (Daisuke Aritomo), 05/28/2025 02:23 PM
ractor.c | ||
---|---|---|
rb_gc_obj_slot_size(obj) - sizeof(VALUE)
|
||
);
|
||
if (FL_TEST_RAW(obj, FL_FINALIZE)) {
|
||
rb_gc_copy_finalizer(data->replacement, obj);
|
||
rb_undefine_finalizer(obj);
|
||
FL_UNSET_RAW(obj, FL_FINALIZE);
|
||
}
|
||
void rb_replace_generic_ivar(VALUE clone, VALUE obj); // variable.c
|
||
rb_gc_obj_id_moved(data->replacement);
|
Powered by Redmine © 2006-2025 Jean-Philippe Lang
Loading...