[Debian-med-packaging] Bug#1086435: libgdcm-tools: gdcmscu fails with "ProtocolStream as nullptr is invalid"

Jacek Kawa jacek.kawa at gmail.com
Wed Oct 30 15:39:53 GMT 2024


Package: libgdcm-tools
Version: 3.0.24-5
Severity: normal
Tags: upstream

gdcmscu --aetitle ACME1 --call GDCM_ROCKS --echo www.dicomserver.co.uk 11112
terminate called after throwing an instance of 'gdcm::Exception'
  what():  ./Source/Common/gdcmException.h:74 ():
ProtocolStream as nullptr is invalid
Przerwane


same with python:

import gdcm
cnf = gdcm.CompositeNetworkFunctions()
print(cnf.CEcho('www.dicomserver.co.uk', 11112,'ACME1','GDCM_ROCKS'))


./Echo.py
terminate called after throwing an instance of 'gdcm::Exception'
  what():  ./Source/Common/gdcmException.h:74 ():
ProtocolStream as nullptr is invalid
Przerwane


seem to work with    
    
    //if(tempProtocolStream == nullptr)
    //{
    //  throw Exception("ProtocolStream as nullptr is invalid");
    //}

commented in gdcmULConnectionManager.cxx (don't know why)

Best regards
Jacek Kawa



-- System Information:
Debian Release: trixie/sid
  APT prefers oldstable-security
  APT policy: (500, 'oldstable-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.11.5-finwe (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libgdcm-tools depends on:
ii  libc6          2.40-3
ii  libgcc-s1      14.2.0-7
ii  libgdcm3.0t64  3.0.24-5
ii  libpoppler140  24.08.0-3
ii  libstdc++6     14.2.0-7
ii  libxml2        2.12.7+dfsg+really2.9.14-0.1
ii  zlib1g         1:1.3.dfsg+really1.3.1-1

Versions of packages libgdcm-tools recommends:
ii  pvrg-jpeg  1.2.1+dfsg1-8

Versions of packages libgdcm-tools suggests:
ii  dcmtk        3.6.8-6
ii  dicom3tools  1.00~20240118131615-1

-- no debconf information



More information about the Debian-med-packaging mailing list