daqv / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

encoding test failing #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following test is triggering SEGFAULT on both Linux and Win32 platforms : 

http://my.cdash.org/testSummary.php?project=237&name=NR-ENC-Bretagne2.ppm-4-enco
de&date=2011-08-30

All details are on the Dashboard.

Original issue reported on code.google.com by antonin on 31 Aug 2011 at 8:07

GoogleCodeExporter commented 9 years ago
I use OpenJPEG-1.4.0-revision-900.

STEP 1
======
./j2k_to_image -i Bretagne2.j2k -o Bretagne2.j2k.ppm

Generated Outfile Bretagne2.j2k.ppm

STEP 2
======
./image_to_j2k -i Bretagne2.j2k.ppm -o Bretagne2.j2k.ppm.j2k 
-c [128,128],[128,128],[128,128] -r 100,20,2 -t 640,480 -b 32,32

Generated outfile Bretagne2.j2k.ppm.j2k

winfried

Original comment by szukw...@arcor.de on 31 Aug 2011 at 12:54

GoogleCodeExporter commented 9 years ago
http://my.cdash.org/testSummary.php?project=237&name=NR-ENC-Bretagne2.ppm-4-enco
de&date=2011-09-01

This bug seems to be platform and config dependent because MacOS seems generate 
an image but with weird message: 
http://my.cdash.org/testDetails.php?test=7261647&build=226833. 
Winfried could you please check if you have this message when you run your step 
2.

Other platforms (win and linux) crash except release config of win platform ...

Mickaël  

Original comment by savmick...@gmail.com on 1 Sep 2011 at 8:19

GoogleCodeExporter commented 9 years ago
I have now compiled OpenJPEG-1.4.0-revision-909 and run 'make Experimental'.

winfried

Original comment by szukw...@arcor.de on 2 Sep 2011 at 8:49

Attachments:

GoogleCodeExporter commented 9 years ago
You can found results of the test here :
http://my.cdash.org/testDetails.php?test=7278603&build=227439
And it seems ok with your linux platform

I don't know why? perhaps different compiler options or version ?
Could you send your CMakeCache.txt (found in buid repository)

Thanks
Mickaël

Original comment by savmick...@gmail.com on 2 Sep 2011 at 9:11

GoogleCodeExporter commented 9 years ago
Ok.
winfried

Original comment by szukw...@arcor.de on 2 Sep 2011 at 9:51

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed by r1243 (1.5) and r1244 (trunk). Thanks goes to valgrind.

Original comment by mathieu.malaterre on 11 Jan 2012 at 9:26