-
Currently `Set Ltac Backtraces` and `Set Ltac2 Backtraces` sometimes print arguments to functions and sometimes don't. I think Ltac prints arguments when the functions are anonymous and bound to vari…
-
Hi,
I love the output formatting that better panic provides :)
My application captures backtraces in some flows to print them to the user, but it then resumes operation, so it doesn't "panic" in t…
-
When printing a backtrace in `impl Debug for HostError` [here](https://github.com/stellar/rs-soroban-env/blob/1830c2d7bdbbaf2d85f43bf1a8ce7c6cf7f2248e/soroban-env-host/src/host/error.rs#L18) we do som…
-
Right now `std` has proposed stabilizing a very minimal interface for capturing and printing `Backtrace`s. However, internally it does not use this same interface in it's own panic hook. Internally, i…
yaahc updated
2 years ago
-
### 🐛 Describe the bug
The following minimal example (based on a large real-world model which fails the same way) fails with errors in `torch.export`:
```python
import torch
class F(torch.nn.Mod…
-
I have some tests around which assert that panics occur when invalid inputs are sent to certain functions. These tests run several times slower under nextest than under cargo test when `RUST_BACKTRACE…
-
Currently Native-Image can generate debugging information that can be used by GDB:
https://www.graalvm.org/reference-manual/native-image/DebugInfo/
And some common debugging features are supported…
-
For host-side segfaults etc. it's annoying to have to attach gdb if printing a backtrace would have done the job. This will also be useful for CI.
- Build host part with `-g` (all build modes, incl…
-
Alpine: 3.5.2
uWSGI 2.0.14
I'm experiencing a segfault issue with uwsgi running inside of Alpine, and no matter what I do I can't get ANY backtrace to be printed. I've tested this by installing t…
-
### Environment: (where does this bug occur, have you tried other environments)
- Which branch (often `main` for latest released): v0.3.6.2
- Any specific OS or system where the issue occurs? eic-sh…