Changes between Initial Version and Version 1 of Ticket #668
- Timestamp:
- 2016-07-15T08:00:38Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #668 – Description
initial v1 1 With the attached patch (some debugging changes to the uspace memory allocator, mainly needed for altered timing) mainline,2531 will reproducibly hit the assert in `e dnpoint_destroy()`:1 With the attached patch (some debugging changes to the uspace memory allocator, mainly needed for altered timing) mainline,2531 will reproducibly hit the assert in `endpoint_destroy()`: 2 2 3 3 {{{ … … 5 5 }}} 6 6 7 Using a debugger, `instance->active` can be observed to be `true` .7 Using a debugger, `instance->active` can be observed to be `true` (1) (i.e. not corrupted). 8 8 9 9 Steps to reproduce: … … 21 21 }}} 22 22 23 * wait for HelenOS to fully start up, but make sure not to press enter at the `(qemu)` prompt yet )23 * wait for HelenOS to fully start up, but make sure not to press enter at the `(qemu)` prompt yet 24 24 * in `bdsh`, set max log level for `uhci`: 25 25 … … 675 675 }}} 676 676 677 It seems hat somehow `usbhc_release_address()` is attempted when the `ep` is being actively used for a transfer.677 It seems that somehow `usbhc_release_address()` is attempted when the `ep` is being actively used for a transfer.