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/reasoning/permissions/1779955 | |
| 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/reasoning/permissions/1779955')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/reasoning/permissions/1779955 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/results/classifier/deepseek-2-tmp/reasoning/permissions/1779955 b/results/classifier/deepseek-2-tmp/reasoning/permissions/1779955 deleted file mode 100644 index dbdd59bc..00000000 --- a/results/classifier/deepseek-2-tmp/reasoning/permissions/1779955 +++ /dev/null @@ -1,11 +0,0 @@ -<think> -Alright, let's try to figure out the category for this bug report. The user mentioned that when using read() with an mmap'ed address as the output buffer in QEMU's linux-user mode, it returns EFAULT instead of working as expected. - -So, first, I'm thinking about what each category means. "mistranslation" is about incorrect mapping from source to target architecture. But this seems more like a permission issue with memory access. - -Looking at other categories, "permissions" stands out because the problem is about read permissions being required where they shouldn't be. The code works on qemu-system-arm and natively but fails in user-mode QEMU, which suggests it's an issue with how QEMU handles memory permissions when emulating. - -I don't see issues related to assembly lowering ("assembly"), hypervisor, or other areas like graphics or network. It's specifically about read vs write access on mmap'ed memory, so "permissions" fits best. -</think> - -permissions
\ No newline at end of file |
