# HG changeset patch # User Sebastien Jodogne # Date 1556526973 -7200 # Node ID f277d18e8d7161461aa45d37fb02c74825763e54 # Parent ea82efa0885ad8ac57d3211d668d9aad9b78d3fe link to debug plugins diff -r ea82efa0885a -r f277d18e8d71 Sphinx/source/faq/crash.rst --- a/Sphinx/source/faq/crash.rst Sat Apr 27 16:49:38 2019 +0200 +++ b/Sphinx/source/faq/crash.rst Mon Apr 29 10:36:13 2019 +0200 @@ -69,11 +69,13 @@ .. highlight:: bash The Orthanc project provides precompiled debug binaries that can be -run on almost any recent GNU/Linux system. This allows to generate a -backtrace (the famous "core dumped" message) that can be analyzed by -any developer of Orthanc. Assuming that the :ref:`plugin above -` is available as the ``crash.cpp`` file, here is a -sample debug session:: +run on almost any recent GNU/Linux system (generated thanks to the +`LSB - Linux Standard Base SDK +`__). This allows +to generate a backtrace (the famous "core dumped" message) that can be +analyzed by any developer of Orthanc. Assuming that the :ref:`plugin +above ` is available as the ``crash.cpp`` file, here +is a sample debug session:: $ wget http://lsb.orthanc-server.com/orthanc/debug/1.5.6/Orthanc $ chmod +x ./Orthanc @@ -110,9 +112,18 @@ **Important:** The Orthanc developers will only be able to analyze the ``core`` files generated by our own precompiled binaries! -NB: In the future, debug binaries will be provided for the official -plugins (work in progress). +**Plugins:** Besides the Orthanc core, debug binaries of the official +plugins precompiled using the LSB are also available at the following +locations: +* `Orthanc core `__ +* `DICOMweb plugin `__ +* `MySQL plugin `__ +* `Orthanc Web viewer `__ +* `PostgreSQL plugin `__ +* `Transfers accelerator plugin `__ +* `Whole-slide imaging `__ + Docker ------