Mercurial > hg > orthanc-book
diff Sphinx/source/faq/crash.rst @ 244:26b0d7ece4af
debugging
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 13 May 2019 15:29:09 +0200 |
parents | f277d18e8d71 |
children | a64197133114 |
line wrap: on
line diff
--- a/Sphinx/source/faq/crash.rst Fri May 10 12:01:40 2019 +0200 +++ b/Sphinx/source/faq/crash.rst Mon May 13 15:29:09 2019 +0200 @@ -3,11 +3,8 @@ Crash analysis ============== -If you experience a crash within Orthanc (or one of its plugins), that -the troubleshooting sections (cf. :ref:`here <troubleshooting>` and -:ref:`here <dicom>`) do not help, and that you can't provide a robust -way to reproduce your issue by third-party developers, you'll have to -analyze the backtrace of Orthanc. +Orthanc crashes very rarely. You are most likely looking for the FAQ +entry about :ref:`debugging Orthanc <debugging>`. .. _segfault-plugin: @@ -53,16 +50,6 @@ specific platform. -Any system ----------- - -First :ref:`compile Orthanc by yourself <compiling>`, in debug mode by -setting ``-DCMAKE_BUILD_TYPE=Debug`` when invoking CMake. - -Then, learn how to use the debugger that is best suited to your -platform (e.g. Microsoft Visual Studio, gdb or Xcode). - - GNU/Linux system using gdb -------------------------- @@ -112,18 +99,6 @@ **Important:** The Orthanc developers will only be able to analyze the ``core`` files generated by our own precompiled binaries! -**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 ------