ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
16 stars 3 forks source link

reenable error traces and fix bug in CapEntry::insertAfter #165

Closed kubanrob closed 3 years ago

kubanrob commented 3 years ago

Adds error handling in load_init.ccand re-enables verbose error tracing output.

Error tracing output should be on by default, as it is very useful for debugging and suppressing the output has no real advantage.

kubanrob commented 3 years ago

The focus of this pull request shifted a bit. The main point is that CapEntry::Link::with was broken and it is interesting that we never run into that before.

I will not separate the bug fix into a new pull request as the fix itself is trivial. The error tracing is related and not that complicated either.