Changes between Version 2 and Version 3 of Ticket #13105, comment 2
- Timestamp:
- Jun 21, 2014 10:58:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13105, comment 2
v2 v3 1 I can reproduce the crash with Centos 6.5 x86 , but not withDebian 7.5 x86. It crashes when dereferencing a pointer to a freed AHCIREQ data structure, in the ahciCancelActiveTasks() function. The pointer is present in the aCachedTasks array (the array is part of the AHCIPort structure).[[br]]1 I can reproduce the crash with Centos 6.5 x86 and Debian 7.5 x86. It crashes when dereferencing a pointer to a freed AHCIREQ data structure, in the ahciCancelActiveTasks() function. The pointer is present in the aCachedTasks array (the array is part of the AHCIPort structure).[[br]] 2 2 3 3 This is how the stack looks like when it crashes (svn51648):[[br]]