roberthawdon/dfshow

Launching show in a directory, then deleing the directory causes segfaults

roberthawdon opened this issue · 2 comments

Expected Behavior

The Global Menu is shown

Current Behavior

Segfault

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. create a directory
  2. cd into the directory
  3. launch show
  4. press ESC then r to drop to shell
  5. cd .. to go up one level
  6. rm -r the test directory
  7. exit back into show

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • DF-SHOW Version: 0.8.2-beta
  • Operating System: macOS
  • System Architecture: x86_64
  • Output of uname -a: Darwin *********.local 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64

Similar to the issue #75

Fixed in 0.9 branch