[Gdcm-hackers] [ gdcm-Bugs-3157294 ] Regression in gdcm.Writer
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: SourceForge.net <no...@so...> - 2011-01-25 16:37:28
|
Bugs item #3157294, was opened at 2011-01-13 16:01 Message generated for change (Settings changed) made by malat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3157294&group_id=137895 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General (default) >Group: 2.0.17 Status: Closed Resolution: Fixed Priority: 9 Private: No Submitted By: Mathieu Malaterre (malat) Assigned to: Mathieu Malaterre (malat) Summary: Regression in gdcm.Writer Initial Comment: gdcm.Writer is suffering from a regression: cd /home/mathieu/Perso/gdcm-gcc make -j3 gdcmMSFFTests && ./bin/gdcmMSFFTests TestImageChangeTransferSyntax1 $HOME/Creatis/gdcmData/D_CLUNIE_CT1_JPLL.dcm ... Warning: In /home/mathieu/Perso/gdcm/Source/DataStructureAndEncodingDefinition/gdcmDataSet.h, line 281, function <unknow> DataElement: (0008,0018) UI 64 1.2.826.0.1.3680043.2.1143.9344856105229059692414958246443946914 was already found, skipping duplicate entry. Original entry kept is: (0008,0018) UI 46 1.3.6.1.4.1.5962.1.1.1.1.4.20040826185059.5457 Warning: In /home/mathieu/Perso/gdcm/Source/DataStructureAndEncodingDefinition/gdcmSequenceOfFragments.h, line 127, function <unknow> Pixel Data Fragment could be corrupted. Use file at own risk Not a JPEG file: starts with 0x64 0x8e could not get buffer: /home/mathieu/Perso/gdcm-gcc/Testing/Temporary/TestImageChangeTransferSyntax/D_CLUNIE_CT1_JPLL.dcm ---------------------------------------------------------------------- Comment By: Mathieu Malaterre (malat) Date: 2011-01-13 16:04 Message: [master b9904bf] Fix bug #3157294. Make sure to flush the ostream. 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=739587&aid=3157294&group_id=137895 |