Fred Emmott

Results 502 comments of Fred Emmott

Sorry - this is a known issue we intend to work on (with native support), but don't currently have any kind of timeline.

Did you get an assertion failure message with this?

And any chance you're able to install the libcurl debug symbols?

# Positive offsets Rare, can be emulated with: ``` $pos = Str\search_last($a, $b); if ($pos < $offset) { $pos = null; } ``` # Negative offsets Extremely rare. Can be...

Another approach would be to accept both offset and length parameters (this would be consistent with one of the ICU indexOf/lastIndexOf overrides), with offset having no effect other than where...

Thanks; I've filed FB T88971482, linking back from there to here.

Smaller repro: ``` async function main(): Awaitable { await async { try { do { await HH\Asio\later(); } while(true); } finally {} }; } ```

- issue is when iterating, not specificially when creating the darray - gdb segfaults when attempting to inspect the map

This *might* be a symptom of #8861; cores for this issue are reportedly extremely large, indicating it might be an issue handling large amounts of data

This is either a bug in the GC, or something (maybe #8861) is confusing the GC. Confirmed that: - heap object kind is hole - padded with 0x8a (octal 212)...