Changes between Version 6 and Version 7 of Ticket #17464


Ignore:
Timestamp:
Dec 23, 2021, 4:53:40 AM (2 years ago)
Author:
beaglejoe
Comment:

Replying to waddlesplash:

Looking over the code, it seems there is only one way to get out of this function without an error trace to the syslog, which is that Lock() must be failing. This is extremely strange and should never occur; we should hit some panic asserts in mutex code before that happens; or we have been woken up spuriously with an error condition, which would be strange but I guess is possible.

Can you please upgrade to the latest nightly and re-test this, and see if it still happens, and upload a new syslog if it does?

If it does, can you please show the output of "listimage 1"?

Updated to hrev55736 via SoftwareUpdater. Attached requested files.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17464 – Description

    v6 v7  
    1111
    1212Running tail on syslog, this repeats approximately once per second.\\
    13 The only (externally connected) USB device atatached is a wireless keyboard/mouse dongle, which works fine, USB thumbdrives also work fine.
     13The only (externally connected) USB device attached is a wireless keyboard/mouse dongle, which works fine, USB thumbdrives also work fine.
    1414Maybe duplicate of #16323