OmniThreadLibrary icon indicating copy to clipboard operation
OmniThreadLibrary copied to clipboard

Bad address when casting FWaitHandle object to TWaiter

Open orthopteroid opened this issue 3 years ago • 0 comments

I'm not exactly sure whats going on here but it looks like the cast to TWaiter returned an invalid address into RAX, causing an address exception when trying to set .Signalled true.

image

app had a ram commit of 23GB, with working set of 21GB (machine has 32GB) with 14 running threads using the Parallel.ForEach<Integer>( ... ).NumTasks( System.CPUCount ).Execute( ...) api.

orthopteroid avatar Jul 09 '22 19:07 orthopteroid