-
I get this error debugging Firefox in GDB.
The relevant portion of a dwarfdump on libxul.so is:
< 6> DW_TAG_subprogram
DW_AT_linkage…
-
As part of libstd automated tests, I'm running through most of the OS functionality.
Right now it's getting caught at the RTC tests. Specifically, `time::tests::since_epoch`. This makes a call to t…
-
Please see https://github.com/betrusted-io/wishbone-utils/issues/1 to track performance issues of USB updates on AMD hosts versus Intel hosts.
-
As the PDDB caches more entries, it doesn't have a mechanism to add backpressure to prevent memory exhaustion (there is already a way to flush cache entries, but there's no trigger to cause cache entr…
-
I'm running Vivado 2022.1 and Python 3.9, and invoking the tool with this command:
`python3.9 find_fault_bits.py betrusted_soc.bit betrusted_soc_route.dcp -r -d`
Running off of commit 415fab146e3f…
-
About ~50% of the time I try to wake from sleep or reboot, the Xous loader seems to hang on `Loading Kernel`. I usually wait ~20-30 seconds and get impatient and push the paperclip button. However, I …
-
Howdie, thanks so much for sharing this project, and especially the work on the [vault](https://github.com/betrusted-io/xous-core/tree/main/apps/vault) app in 0.9.9
-
When no threads are reported as part of `list_active_threads()`, gdbstub throws an error `gdbstub error during idle operation: NoActiveThreads`. A comment notes that this shouldn't happen, but it appe…
-
Steps to reproduce:
- Compile a design with a name that has the letter `b` in it
- Run find_fault_bits.py
Example:
Design name is 'betrusted_soc'. Header looks like this:
```
00000000 0…
-
The keyboard works everywhere else but when I try to type commands in xous I mostly get symbols instead of letters. Many keys don't register anything. This is on a fresh installation of debian 11 with…