diff Sphinx/source/faq/crash.rst @ 1000:2e103fb1fa11

Orthanc 1.12.2
author Alain Mazy <am@osimis.io>
date Tue, 19 Dec 2023 17:54:15 +0100
parents 46e2941b57dd
children b7835da59750
line wrap: on
line diff
--- a/Sphinx/source/faq/crash.rst	Mon Dec 18 09:47:49 2023 +0100
+++ b/Sphinx/source/faq/crash.rst	Tue Dec 19 17:54:15 2023 +0100
@@ -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.12.1/Orthanc
+  $ wget https://lsb.orthanc-server.com/orthanc/debug/1.12.2/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.12.1
+  W0427 15:43:24.215783 main.cpp:1436] Orthanc version: 1.12.2
   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