Changes between Version 1 and Version 2 of Ticket #13105, comment 2
- Timestamp:
- Jun 21, 2014 10:34:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13105, comment 2
v1 v2 1 I can reproduce the crash with Centos 6.5 x86, but not with 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 PAHCIPort structure).[[br]]1 I can reproduce the crash with Centos 6.5 x86, but not with 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]]