瀏覽代碼

document the potential bug

Samuel Thibault 8 年之前
父節點
當前提交
a799c463df
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
 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
 
 \verbatim