diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/device/2272 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/2272')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/device/2272 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/2272 b/results/classifier/deepseek-2-tmp/output/device/2272 deleted file mode 100644 index f649d55b..00000000 --- a/results/classifier/deepseek-2-tmp/output/device/2272 +++ /dev/null @@ -1,22 +0,0 @@ - -Memory leak in the virtual device applesmc -Description of problem: -In the function _qdev_applesmc_isa_reset_, the device mallocs the _AppleSMCData_ but does not free them, causing a memory leak. - -The following log reveals it: - -``` -==1029295==ERROR: LeakSanitizer: detected memory leaksDirect leak of 80 byte(s) in 2 object(s) allocated from: -#0 0x5574dc600a82 in __interceptor_calloc compiler-rt/lib/asan/asan_malloc_linux.cpp:138:3 -#1 0x7f4919b22c50 in g_malloc0 (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x5ec50) -#2 0x5574dcdb0dfe in qdev_applesmc_isa_reset qemu/hw/misc/applesmc.c:285:5 -#3 0x5574de30e099 in resettable_phase_hold qemu/hw/core/resettable.c -#4 0x5574de2ef753 in bus_reset_child_foreach qemu/hw/core/bus.c:97:13 -#5 0x5574de30dcfe in resettable_child_foreach qemu/hw/core/resettable.c:96:9 -#6 0x5574de30dcfe in resettable_phase_hold qemu/hw/core/resettable.c:173:5 -#7 0x5574de3059b3 in device_reset_child_foreach qemu/hw/core/qdev.c:276:9 -``` -Steps to reproduce: -1. Build qemu with the sanitizer -2. Boot the Linux kernel with the above command line. -3. Stop the qemu process |
