Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: While trying to build plplot in rawhide: [ 47%] Generating plplot/examples/x06.class cd /builddir/build/BUILD/plplot-5.10.0/fedora/examples/java && /usr/bin/javac -classpath /builddir/build/BUILD/plplot-5.10.0/fedora/bindings/java -d /builddir/build/BUILD/plplot-5.10.0/fedora/examples/java -encoding UTF-8 /builddir/build/BUILD/plplot-5.10.0/examples/java/x06.java # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fbacfdf1065, pid=3635, tid=140439836157696 # # JRE version: OpenJDK Runtime Environment (8.0_40-b12) (build 1.8.0_40-b12) # Java VM: OpenJDK 64-Bit Server VM (25.40-b16 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libc.so.6+0x84065][thread 140439835105024 also had an error] # [ timer expired, abort... ] examples/java/CMakeFiles/plplot_examples.dir/build.make:179: recipe for target 'examples/java/plplot/examples/x06.class' failed make[2]: Leaving directory '/builddir/build/BUILD/plplot-5.10.0/fedora' CMakeFiles/Makefile2:14664: recipe for target 'examples/java/CMakeFiles/plplot_examples.dir/all' failed make[1]: Leaving directory '/builddir/build/BUILD/plplot-5.10.0/fedora' /bin/sh: line 1: 3635 Aborted (core dumped) /usr/bin/javac -classpath /builddir/build/BUILD/plplot-5.10.0/fedora/bindings/java -d /builddir/build/BUILD/plplot-5.10.0/fedora/examples/java -encoding UTF-8 /builddir/build/BUILD/plplot-5.10.0/examples/java/x06.java Version-Release number of selected component (if applicable): java-1.8.0-openjdk-devel-1.8.0.40-19.b12.fc22.x86_64 How reproducible: Somewhat. Builds consistently fail, but I'm having a hard time reproducing when I execute the compile line directly.
We have been having some issues with GCC5 lately and AFAIK the bad version has been untagged. Is this problem still happening?
This is more likely the same problem than bug 1209451. java-1.8.0-openjdk-devel-1.8.0.40-19.b12.fc22.x86_64 was built with GCC 4.9, AFAIK. Orion, could check if there was glibc-2.21.90-9.fc23 in the build root and if glibc-2.21.90-10.fc23 in the build root fixes the problem?
glibc-2.21.90-10.fc23 appears to have fixed it. Thanks.
Marking as duplicate of 1209451 as per comment 3. *** This bug has been marked as a duplicate of bug 1209451 ***