Difference between revisions of "Bug Tracking"
From Ultibo.org
(Created page with "=== Current bugs === ---- {| class="wikitable" ! style="text-align:left;"| Item ! style="text-align:left;"| Priority ! style="text-align:left;"| Description ! style="text-ali...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ''This is a temporary record of current issues pending a permanent bug tracking mechanism'' | ||
+ | |||
=== Current bugs === | === Current bugs === | ||
+ | ---- | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! style="text-align:left;"| Item | ||
+ | ! style="text-align:left;"| Priority | ||
+ | ! style="text-align:left;"| Description | ||
+ | ! style="text-align:left;"| Status | ||
+ | |||
+ | |- | ||
+ | | USB | ||
+ | | High | ||
+ | | Raspberry Pi official Keyboard/Hub not working when directly connected to Pi A+/Zero/3A+/Zero2W. | ||
+ | | Under investigation | ||
+ | |||
+ | |} | ||
+ | |||
+ | === Resolved bugs === | ||
---- | ---- | ||
Line 30: | Line 49: | ||
| High | | High | ||
| Connecting 2 low speed devices to the same hub results in one of them failing. Does not affect full or high speed devices or devices on different hubs. | | Connecting 2 low speed devices to the same hub results in one of them failing. Does not affect full or high speed devices or devices on different hubs. | ||
− | | | + | | Resolved in 1.3.327 |
− | | | + | |- |
+ | | DNS | ||
+ | | High | ||
+ | | Deadlock between DNS lookup and DNS flush due to timing. | ||
+ | | Resolved in 2.5.211 | ||
− | + | |} |
Latest revision as of 22:29, 1 November 2022
This is a temporary record of current issues pending a permanent bug tracking mechanism
Current bugs
Item | Priority | Description | Status |
---|---|---|---|
USB | High | Raspberry Pi official Keyboard/Hub not working when directly connected to Pi A+/Zero/3A+/Zero2W. | Under investigation |
Resolved bugs
Item | Priority | Description | Status |
---|---|---|---|
Boot | Critical | Occasional boot failures that appear to be caused by deadlocks due to timing. | Resolved in 1.2.089 |
TCP | Critical | Socket timer not handling high volume incoming data correctly. Affects Shell Update module with random failures. | Resolved in 1.2.047 |
Console | High | Very occasional deadlocks during console scroll. Suspected to be DMA related but hard to reproduce. | Resolved in 1.3.077 |
USB | High | Connecting 2 low speed devices to the same hub results in one of them failing. Does not affect full or high speed devices or devices on different hubs. | Resolved in 1.3.327 |
DNS | High | Deadlock between DNS lookup and DNS flush due to timing. | Resolved in 2.5.211 |