Package: libpacklib1-dev Version: 20061220+dfsg3-4 Severity: important Dear Maintainer,
I'm attaching a short Fortran source file that illustrates the problem. I compile it as follows: $ gfortran hbktst.f -o hbktst `cernlib packlib` When run. the test program crashes with the attached output (the last lines seem to repeat ad infinitum -- when I CTRL-C'd the program the output size had grown to half a GB). The crash is triggered by the call to hropen. This seems to render any HBOOK-based program unusable. Using the following gfortran: $ gfortran -v Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.2 (Debian 4.8.2-1) Thank you for looking at this. Cheers, Davide -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'oldstable-updates'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libpacklib1-dev depends on: ii cfortran 4.4-14 ii libc6-dev [libc-dev] 2.17-93 ii libkernlib1-dev 20061220+dfsg3-4 ii libpacklib1-gfortran 20061220+dfsg3-4 libpacklib1-dev recommends no packages. Versions of packages libpacklib1-dev suggests: ii libpacklib-lesstif1-dev 20061220+dfsg3-4 -- no debconf information
hbktst_cut.out
Description: Binary data
program hbktst call hropen(1,'NTP','test.hbk','N',1024,ierr) call hrout(0,icycle,' ') call hrend('NTP') endprogram hbktst