diff Sphinx/source/faq/crash.rst @ 336:a5f7fc9fb611

Orthanc 1.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Mar 2020 15:15:39 +0100
parents 6cbcdb965ad3
children 011b01ccf52d
line wrap: on
line diff
--- a/Sphinx/source/faq/crash.rst	Wed Mar 18 10:09:42 2020 +0100
+++ b/Sphinx/source/faq/crash.rst	Wed Mar 18 15:15:39 2020 +0100
@@ -64,13 +64,13 @@
 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.8/Orthanc
+  $ wget http://lsb.orthanc-server.com/orthanc/debug/1.6.0/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.5.8
+  W0427 15:43:24.215783 main.cpp:1436] Orthanc version: 1.6.0
   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