bulk88
bulk88
``` > ntdll.dll!NtClose() Unknown ntdll.dll!EtwpUnregisterProvider() Unknown ntdll.dll!EtwNotificationUnregister() Unknown ntdll.dll!EtwUnregisterTraceGuids() Unknown msctf.dll!McGenEventUnregister() Unknown msctf.dll!ProcessDetach(struct HINSTANCE__ *) Unknown msctf.dll!DllMain() Unknown msctf.dll!_CRT_INIT() Unknown ntdll.dll!LdrShutdownProcess() Unknown ntdll.dll!RtlExitUserProcess() Unknown ucrtbase.dll!exit_or_terminate_process() Unknown ucrtbase.dll!common_exit() Unknown ``` Jeez....
How was commit https://github.com/Perl/perl5/commit/7b81e54987e52ee2d72541b3cbc5c62e099d3429 supposed to actually work? How is the parent my_perl or child my_perl supposed to reach https://github.com/Perl/perl5/blob/blead/ext/XS-APItest/t/clone-with-stack.t#L48 PP statement `print "ok\n";` with this call stack, where the...
I agree perlhost.h is too aggressive. Without using git blame, I can guess a few reasons why it was hooked. 1. Attempt to emulate a big endian CPU OS on...
I disagree with these changes, just rename the struct with some more letters or "_"s. Each new inline function can fail to inline at compiler discretion. Or ELF/LD extern symbol...
I see a different problem with what this PPC does, its not about the cmd line arg flag this PPC creates, but something else the PPC createds. This PPC "standardized"...
> I've never fully understood `pack` and `unpack`, and I don't think now it's just me. > > Looking [@zhijieshi](https://github.com/zhijieshi) 's first example, I would think that if it were...
@tonycoz Has anyone ever tried taking a shot at implementing https://en.wikipedia.org/wiki/Dekker%27s_algorithm / spin locks? CTRL-C rarely but still randomly crashing on blead to this day. ```vmem.h``` locks or ```HeapAlloc``` related...
CTRL-C on windows perl blead still often crashes, but I have plans to fix it. Makes me wonder if ```Perl_croak_no_mem()``` should be PP trapable or not? i can think of...
> On Fri, Oct 18, 2024 at 06:47:08AM -0700, bulk88 wrote: Makes me wonder if ```Perl_croak_no_mem()``` should be PP trapable or not? > What do you mean by "PP trapable"?...
I see only 1.5 solutions to signals/Win32 CTRL-C/signal CB fires on a random no-``my_perl``` thread from OS thread pool problem. Step 1, from random thread ```SuspendThread()``` against official ```my_perl``` ```tid```...