Mercurial > hg > orthanc-book
diff Sphinx/source/faq/crash.rst @ 860:3e8a3a900e9e
Orthanc 1.11.1
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Jun 2022 16:48:08 +0200 |
parents | c29ac12e3160 |
children | f72b2dd172da |
line wrap: on
line diff
--- a/Sphinx/source/faq/crash.rst Thu Jun 23 15:12:56 2022 +0200 +++ b/Sphinx/source/faq/crash.rst Thu Jun 30 16:48:08 2022 +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.11.0/Orthanc + $ wget https://lsb.orthanc-server.com/orthanc/debug/1.11.1/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.11.0 + W0427 15:43:24.215783 main.cpp:1436] Orthanc version: 1.11.1 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