changeset 241:f277d18e8d71

link to debug plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Apr 2019 10:36:13 +0200
parents ea82efa0885a
children 715516a29d1d
files Sphinx/source/faq/crash.rst
diffstat 1 files changed, 18 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
-<segfault-plugin>` 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
+<https://en.wikipedia.org/wiki/Linux_Standard_Base>`__). 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 <segfault-plugin>` 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 <http://lsb.orthanc-server.com/orthanc/debug/>`__
+* `DICOMweb plugin <http://lsb.orthanc-server.com/plugin-dicom-web/debug/>`__
+* `MySQL plugin <http://lsb.orthanc-server.com/plugin-mysql/debug/>`__
+* `Orthanc Web viewer <http://lsb.orthanc-server.com/plugin-webviewer/debug/>`__
+* `PostgreSQL plugin <http://lsb.orthanc-server.com/plugin-postgresql/debug/>`__
+* `Transfers accelerator plugin <http://lsb.orthanc-server.com/plugin-transfers/debug/>`__
+* `Whole-slide imaging <http://lsb.orthanc-server.com/whole-slide-imaging/debug/>`__
+  
 
 Docker
 ------