You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Checkout revision 2872 on Ubuntu 14.04 LTS
2.cmake .
3.make -j5
What is the expected output? What do you see instead?
No error during compiling. Instead got:
[ 20%] Building C object src/lib/openjp2/CMakeFiles/openjp2.dir/j2k.c.o
/home/igierlach/openjpeg-read-only/src/lib/openjp2/j2k.c: In function ‘opj_j2k_setup_encoder’:
/home/igierlach/openjpeg-read-only/src/lib/openjp2/j2k.c:6137:45: error: attempt to
use poisoned "malloc"
parameters->cp_comment = (char*)malloc(clen+strlen(version)+1);
^
make[2]: *** [src/lib/openjp2/CMakeFiles/openjp2.dir/j2k.c.o] Error 1
make[1]: *** [src/lib/openjp2/CMakeFiles/openjp2.dir/all] Error 2
make: *** [all] Error 2
What version of the product are you using? On what operating system?
revision 2872 on Ubuntu 14.04 LTS
Please provide any additional information below.
Everything compiles fine on revision 2871.
Reported by irek.gierlach on 2014-07-02 19:56:29
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 368
Reported by
irek.gierlach
on 2014-07-02 19:56:29The text was updated successfully, but these errors were encountered: