Browse Source

document the potential bug

Samuel Thibault 8 years ago
parent
commit
a799c463df
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/doxygen/chapters/360_debugging_tools.doxy

+ 4 - 0
doc/doxygen/chapters/360_debugging_tools.doxy

@@ -21,6 +21,10 @@ not to have the \ref enable-fast "--enable-fast" option which drops very useful
 catchup assertions. If your program is valgrind-safe, you can use it, see \ref
 catchup assertions. If your program is valgrind-safe, you can use it, see \ref
 UsingOtherDebugger.
 UsingOtherDebugger.
 
 
+Depending on your toolchain, it might happen that you get
+<c>undefined reference to `__stack_chk_guard'</c> errors. In that case, use the
+<c>--disable-fstack-protector-all</c> option to avoid the issue.
+
 Then, if your program crashes with an assertion error, a segfault, etc. you can send us the result of
 Then, if your program crashes with an assertion error, a segfault, etc. you can send us the result of
 
 
 \verbatim
 \verbatim