Changes between Initial Version and Version 1 of Ticket #18535, comment 7
- Timestamp:
- Aug 3, 2023, 4:08:41 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18535, comment 7
initial v1 1 1 I can reproduce this issue relatively easily with my setup right now (using qemu-x86_64-softmmu from UTM 4.2.5), will try with single-threaded in a moment. 2 3 Here is some more information from the kernel debugger.4 5 After typing "where" to show the crash info, note the Thread ID (e.g., 2441).6 Type "spinlock 2441" (replace with actual thread ID)7 8 result is "READ FAULT at 0x96b".9 10 Does this help clarify what's going on?11 12 Is there anything else I should type in the debugger? How can I find the other thread making use of the lock?