-
**Bug description**
My code is crashing with a segfault.
Maybe related to #1807.
**Backtrace**
```sh
$ RUST_BACKTRACE=full cargo run
Compiling uchoose v0.5.0 (/data/code/uchoose/uchoose…
-
### Tested versions
-Reproducible in godot4.2.1 godot4.3rc1
### System information
Godot v4.3.rc1.mono - Windows 10 - Vulkan (Mobile) - dedicated NVIDIA GeForce GT 1030 (NVIDIA; 31.0.15.3623) - AMD…
zhmt updated
3 months ago
-
### Environment
How do you use Sentry?
Sentry self-hosted (22.10.0)
Which version of the SDK?
2.2.2
How did you install the package?
Git-URL
Which version of Unity?
2022.3.41f1
Is this happening …
-
### Description
I play the game, It inevitably crashes. Constantly. Now I am in punishment pool and don't know how to fix it.
### Example Match ID (and possibly Timestamp)
_No response_
### Scree…
-
We really shouldn't crash on invalid `__eh_frame` data - an error with location would be much more helpful in debugging the problem.
```
$ zig-dwarfdump --eh-frame test
thread 5115663 panic: inde…
-
```js
dataGridOptions: {
columns: {
'Time': {
cellFormat: '{value:%H:%M}'
}
}
}
```
#### Expected…
-
First of all, thanks for sharing an awesome library.
I am testing it on my project, and I noticed that it crashes if data prop is changed while dragging.
For example, I am using this with image up…
-
### What Operating System(s) are you seeing this problem on?
Linux Wayland
### Which Wayland compositor or X11 Window manager(s) are you using?
Mutter
### WezTerm version
20241001_010643_d40c3b63…
-
### Game Name
Odin Sphere Leifthrasir
### Game code
CUSA05262
### Game version
01.01
### Used emulator's version (only released versions are acceptable)
0.3.0
### Current statu…
-
### How can we reproduce the crash?
```ts
import Peer from "simple-peer";
import wrtc from "@roamhq/wrtc"; //using normal wrtc crashes as well
var p = new Peer({ initiator: true, wrtc: wrtc })…