diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/638 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | emulator-bug-study-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz emulator-bug-study-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/other/638')
| -rw-r--r-- | results/classifier/108/other/638 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/108/other/638 b/results/classifier/108/other/638 new file mode 100644 index 00000000..22f150f2 --- /dev/null +++ b/results/classifier/108/other/638 @@ -0,0 +1,28 @@ +graphic: 0.800 +device: 0.796 +network: 0.784 +vnc: 0.760 +debug: 0.744 +files: 0.733 +socket: 0.696 +PID: 0.678 +performance: 0.649 +semantic: 0.455 +permissions: 0.428 +boot: 0.418 +other: 0.198 +KVM: 0.193 + +exynos4210_uart.c: SIGSEGV when loadvm +Description of problem: +Line 619 of hw/char/exynos4210_uart.c cast the object incorrectly. + +The function will be called with Exynos4210UartFIFO as opaque because it is set as `vmstate_exynos4210_uart_fifo.post_load` + +# +Steps to reproduce: +1. Create a VM with exynos4210_uart +2. savevm +3. loadvm +Additional information: + |