-
My program started exploding randomly after I refactored this:
```python
vertex_stage = vk.VkPipelineShaderStageCreateInfo(
stage=vk.VK_SHADER_STAGE_VERTEX_BIT,
module=vertex_shader,
…
gibki updated
1 month ago
-
I have a reconciler that extends `KubernetesCRUDNoGCDependentResource`. The created dependent has the following annotations:
```
metadata:
annotations:
io.javaoperatorsdk/primary-name: my-…
-
I am facing an issue with the GC correction. I created the gc-file using the [instructions to create a gc-file](https://github.com/abyzovlab/CNVpytor/blob/master/examples/AddReferenceGenome.md) and pr…
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13).
- [X] I have searched on the [issue tracker](https://github.com/ip…
-
### Type of issue
Typo
### Description
It seems under dotnet 8 or dotnet 9, GC ETW events no longer produce GCAllocationTick_V3 events, and instead produce GCAllocationTick_V4 events. However, ther…
-
Add GC 🚫🚫
-
### Description
Active worker thread is hung up with a diagnostic call stack that looks something like this:
ntdll.dll!syscall_gate
KERNELBASE.dll!WaitForMultipleObjects
???
CORINFO_HELP_NEWA…
-
While experimenting with julia as a shared lib the GC can become a latency issue. Specifically full GCs can cause significant pauses. While taking a look it dawned on me that some workflows don't allo…
-
We've cut down GC pressure here a great deal by using the Scitech profiler like so -
![image](https://github.com/user-attachments/assets/290928f6-b906-4ee0-89c1-836415588d6b)
This is an effectiv…
-
I'm getting an EXCEPTION_ACCESS_VIOLATION and Julia continuing to run indefinitely until forced to quit. The example to reproduce and the error are below. I'm having trouble minimizing this example fu…