MasterDuke17

Results 163 comments of MasterDuke17

Huh. Memory management problems aside, I thought this would solve the large path issue. Maybe I need to find node’s implementation to see how it uses the libuv functions.Sent from...

What about mvm_jit_disable=1 (all caps of course)?Sent from my iPhoneOn Dec 30, 2022, at 5:07 PM, David Emanuel Santiago ***@***.***> wrote: Output when using gdb Thread 16 "raku" received signal...

Ah, then it’s likely a jit problem, since disabling spesh also disables the jit.Sent from my iPhoneOn Dec 31, 2022, at 6:50 AM, David Emanuel Santiago ***@***.***> wrote: @MasterDuke17 with...

FYI, I started on this last night. I think I'm mostly done, but I don't find the libuv documentation all that clear and so I still need to get the...

> I'd be happy to try out a work in progress, btw. https://github.com/MasterDuke17/MoarVM/tree/use_more_libuv_dir_functions is what I have so far, but I just realized it also needs some work because '.'...

Maybe you’re gripping too hard? More seriously, I have a local update I haven’t pushed yet that improves things. Still segfaults, but you may get further. Will push later this...

@coke my most recent updates to https://github.com/MasterDuke17/MoarVM/tree/use_more_libuv_dir_functions (I force pushed, so you'll probably have to `git reset --hard`) should let you test creating a long dir. It annoyingly still segfaults...

> But I don't know exactly where this needs to be fixed but what I've noticed is that I get often seg fault or address boundary error when doing huge...

> it crashes consistently on my Mac Every run? I've tried it a few times on my linux box, but no segfaults/etc yet.

> Same here on Linux it doesn't crash Ah, I thought you were getting segfaults in linux too. I don't have a modern OSX to test with, so it'll likely...