-
My program segfault fatally after ~30minutes with a reference deletion problem. Here is the full backtrace from gdb:
```
0x00000000013ea173 in v8::internal::GlobalHandles::Destroy(unsigned long*) ()
…
-
This notebook:
https://github.com/isb-cgc/Community-Notebooks/blob/master/HTAN/Python%20Notebooks/Creating_CDS_Data_Import_Manifests_Using_BQ.ipynb
will need to be renamed and revised to the new name…
-
Hi Team: raised this issue on the 4/2 community meeting:
on March 6, GC ran as expected. On march 7, it stopped executing in same fashion as our other environment.
GC log only shows:
{"errors":[{"co…
-
Hello,
I wish I had the knowledge in C/C++ land to contribute addition of these myself.
Are these planned to be supported?
There is some tools that make them compatible with PC already (although se…
-
# Crash report
### What happened?
```python
from typing import Union
class BaseNode:
next: Union["BaseNode", None] = None
@staticmethod
def add(node: "BaseNode") -> None:
if B…
-
```c#
// Found by Antigen
// Reduced from 11.53 KB to 1.76 KB.
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.Intrinsics;
using System.Ru…
-
Our current sanity checking happens after the main GC. This becomes less useful for binding developers if they fail in the GC and the sanity checking has no chance to run.
It will be helpful if we c…
-
### Description
Recently lot's of occurrences of flaky gc_after_sync.py nayduck test. Need to root cause. This is causing issues merging PR into the merge queue.
Some runs with failures
- https://na…
-
I encountered a segfault today that appears to happen in the GC but only on julia v1.11, I observe no problem on v1.10.9 or v1.12-beta3.
Here is an `rr` trace of the crash: https://julialang-dumps.s3…
-
Red Knot currently loads and holds on to every analyzed file's AST and source code. For large projects, this can easily take up multiple GB of data.
Persistent caching, which removes the need to ana…