Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When an exception occures in kernel mode, display both kernel and actor stacks
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 13 Feb 2021 21:13:37 +0000 (22:13 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 13 Feb 2021 21:17:11 +0000 (22:17 +0100)
commit23802cce688def4bcaa49c5723b627b261ca5092
treebf6583fcab77140760c2e641527d9982f3c13d96
parentacfd3860433a79c8620f7976ba1764d04253675b
When an exception occures in kernel mode, display both kernel and actor stacks

- Also some cosmetics about the displayed backtraces: don't show the
  frames that are within our backtrace handling mechanism or below main.
.classpath
include/simgrid/Exception.hpp
src/kernel/actor/ActorImpl.cpp
src/xbt/backtrace.cpp
src/xbt/exception.cpp