summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1910605
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1910605')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:32b/output/runtime/191060519
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1910605 b/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1910605
new file mode 100644
index 00000000..1b4342cf
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1910605
@@ -0,0 +1,19 @@
+
+
+
+qemu-arm-static ioctl USBDEVFS_BULK return -1 (EFAULT) Bad address
+
+
+
+Snippet of code sample:
+
+struct usbdevfs_bulktransfer Bulk;
+Bulk.ep = hUsb->UsbOut;          
+Bulk.len = Len;          
+Bulk.data = (void *)pData;          
+Bulk.timeout = Timeout;
+Bytes = ioctl(hUsb->fd, USBDEVFS_BULK, &Bulk)
+
+The above code sample return -1 (EFAULT) Bad address when using qemu-arm-static but is running ok when on qemu-aarch64-static.
+
+I use a 64-bit intel laptop
\ No newline at end of file