Skip to content
Snippets Groups Projects
  1. Sep 10, 2016
  2. Sep 08, 2016
  3. Sep 07, 2016
  4. Sep 06, 2016
  5. Sep 05, 2016
  6. Sep 04, 2016
    • Carlo Wood's avatar
      Increase stack space on posix 64bit architectures. (#5447) · 4a5eae23
      Carlo Wood authored
      When running a simulation with, for example,
      make posix jmavsim
      px4 crashed almost 100% reproducable near start up.
      
      This turned out to be a stack overflow. On gitter
      it was suggested that the main reason for this could
      be stack sizes, as currently used, assume a 32bit pointer
      size and that doubling the stack size for everything
      but NuttX would be the Right Thing.
      
      This is the solution that I came up with (it makes
      my core dumps disappear).
      4a5eae23
    • Lorenz Meier's avatar
      Purge old configs · f607069a
      Lorenz Meier authored
      f607069a
Loading