Skip to content
Snippets Groups Projects
  1. Mar 16, 2019
  2. Mar 15, 2019
  3. Mar 14, 2019
  4. Mar 08, 2019
  5. Mar 02, 2019
  6. Feb 28, 2019
  7. Feb 22, 2019
  8. Feb 21, 2019
  9. Feb 04, 2019
  10. Jan 30, 2019
  11. Jan 29, 2019
  12. Jan 28, 2019
    • Matthias Grob's avatar
      posix main: hotfix for px4 application not exiting anymore · bda60ecf
      Matthias Grob authored
      Some threads do not exit and are still running when
      trying to exit SITL running under Windows in Cygwin.
      
      This problem was introduced with:
      - posix shell #10173 because of strating a child process
      for the startup script and mixing up the signal handling
      (only Ctrl+C broken)
      - lockstep #10648 because of simulator threads not
      stopping gracefully anymore with timing race conditions
      (no graceful exit possible anymore)
      
      I leave the SIGINT handler on its default implementation for
      Cygwin which kills the process and all its threads when pressing
      Ctrl+C.
      
      This hotfix at least allows the usage of Ctrl+C again instead
      of forcing the user to use the task manager to shut down
      px4.exe going crazy on CPU load instead of exiting
      everytime.
      bda60ecf
  13. Jan 27, 2019
  14. Jan 25, 2019
  15. Jan 24, 2019
  16. Jan 22, 2019
  17. Jan 14, 2019
  18. Jan 07, 2019
Loading