brho / akaros

Akaros Operating System
http://akaros.cs.berkeley.edu/
Other
314 stars 61 forks source link

Serialize panic messages #47

Closed brho closed 6 years ago

brho commented 6 years ago

If you have panics on multiple cores in parallel, their input gets interleaved. Additionally, we probably want a backtrace (safely!), since 99% of the time, that's the first thing I want to see.