-
Note: below status is no longer current, I am keeping it for now as a historical retrospective. See https://github.com/dotnet/runtimelab/issues/2404#issuecomment-2340781272 for the work that remains.
…
-
### Use case
When using the `--symbolize` option with an obfuscated stack-trace, the source-code paths appear to be absolute.
For example:
```
at #00 abs 00000070889bcc93 virt 000000000018fc…
-
The Lynx firmware level positional PID provided by `RUN_TO_POSITION` is an easy way to achieve position control without a team rolling their own PID or using one from a library. However, it does have …
-
### Component(s)
exporter/sentry
### Is your feature request related to a problem? Please describe.
Adding stack traces to sentry exporter errors would make debugging issues easier. Currently there…
-
### Description
Currently, errors that happen during evaluation show a stack trace, but errors that happen in user code during rendering (using functions such as `cite` or `locate`) do not.
Impr…
-
## Description
When running the following code:
```
A = ProjectionOperator(ig, ag, device="GPU")
initial = ig.allocate(0)
cgls_simple = CGLS(initial=initial, operator=A, data=centred_data)
```
The…
-
This issue was auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: [https://cockroach-labs.sentry.io/issues/6092546358/?referrer=webho…
-
## error_completer_stack_trace
I have no idea what the right name for this is so please don't use this one.
## Description
Include a stack trace (possibly StackTrace.current) when completing …
-
### Minimal, reproducible example
```TypeScript
const puppeteer = require("puppeteer");
const http = require("http");
let server = http.createServer((req, res) => res.end());
server.listen(80…
-
```
test_python() {
github_tar python cpython v3.13.0
replace_line "#if defined(__GNUC__) || defined(__clang__)" "#if 1" Include/pyport.h
./configure && make -j4
./python -m test test_externa…