changeset 5349:0223315871e8

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Jul 2023 12:00:14 +0200
parents 303e930fff0f
children 17165a5540f6
files TODO
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sun Jul 02 16:24:56 2023 +0200
+++ b/TODO	Tue Jul 04 12:00:14 2023 +0200
@@ -331,6 +331,10 @@
   config.  This should probably look like the python toolbox tests ...
   - add a test to validate Modalities and Peers stored in DB are not lost 
     while upgrading from one version to the other (Sylvain)
+* On Ubuntu 20.04, accesses to unitialized memory are sometimes
+  reported in libgjpeg by valgrind, if running the following command
+  (this is probably unrelated to Orthanc):
+  $ ./Start.sh --force Orthanc.test_bitbucket_issue_141 Orthanc.test_create_pdf Orthanc.test_decode_brainix_as_jpeg
   
 
 ---------------------