Skip to content
Snippets Groups Projects
Commit 89464d6a authored by Avi Kivity's avatar Avi Kivity Committed by Pekka Enberg
Browse files

x64: nested exceptions


The scenario

  run elf file
    demand fault
      allocation
        leak detector tracking
          backtrace_safe()
            page fault

leads to a nested exception.  Add support for it by allocating an extra
stack.

Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 0568e8fe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment