summaryrefslogtreecommitdiffstats
path: root/results/classifier/deepseek-2-tmp/output/device/1856
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/device/1856
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-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/1856')
-rw-r--r--results/classifier/deepseek-2-tmp/output/device/185614
1 files changed, 0 insertions, 14 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/1856 b/results/classifier/deepseek-2-tmp/output/device/1856
deleted file mode 100644
index abe68a33..00000000
--- a/results/classifier/deepseek-2-tmp/output/device/1856
+++ /dev/null
@@ -1,14 +0,0 @@
-
-Replay got stuck with consecutive hardware interrupts coming
-Description of problem:
-I recorded bin file using **_rr=record_** command line. But it got stuck when replaying this record bin file. The icount number would never change after stucking if I typed _**info replay**_ with qmp command line.
-
-I found that the following instructions should be a sequence of consecutive hardware interrupts after stucking once checking the trace log of
-both replay and record log using _**-d in_asm,int**_.
-Steps to reproduce:
-1.pulling from remote which the newest commit ID is 156618d9ea67f2f2e31d9dedd97f2dcccbe6808c
-2.emulating Windows 7 OS on aarch64 Host with TCG acceleration mechanism
-3.using **_rr=record_** to make replay file and tracing guest code and interrupts using _**-d in_asm,int**_
-4.replaying the previous file and also tracing guest code and interrupts
-Additional information:
-#