diff Sphinx/source/faq/crash.rst @ 678:17c1ff4e6ae4 Orthanc-1.9.3

Orthanc 1.9.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 May 2021 12:25:36 +0200
parents b3e75cef601d
children 8a247c645ac6
line wrap: on
line diff
--- a/Sphinx/source/faq/crash.rst	Thu May 06 18:53:14 2021 +0200
+++ b/Sphinx/source/faq/crash.rst	Fri May 07 12:25:36 2021 +0200
@@ -64,13 +64,13 @@
 above <segfault-plugin>` is available as the ``crash.cpp`` file, here
 is a sample debug session::
 
-  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.9.2/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.9.3/Orthanc
   $ chmod +x ./Orthanc
   $ gcc -fPIC -shared ./crash.cpp -I ~/orthanc/Plugins/Include -o crash.so
   $ ulimit -c unlimited
   $ echo '{ "Plugins" : ["crash.so"] }' > Configuration.json
   $ rm -f core ; ./Orthanc Configuration.json
-  W0427 15:43:24.215783 main.cpp:1436] Orthanc version: 1.9.2
+  W0427 15:43:24.215783 main.cpp:1436] Orthanc version: 1.9.3
   W0427 15:43:24.215910 main.cpp:1279] Performance warning: Non-release build, runtime debug assertions are turned on
   W0427 15:43:24.217585 OrthancConfiguration.cpp:61] Reading the configuration from: "Configuration.json"
   W0427 15:43:24.254733 main.cpp:700] Loading plugin(s) from: crash.so