Bug 1209252 - SIGSEGV during compile
Summary: SIGSEGV during compile
Keywords:
Status: CLOSED DUPLICATE of bug 1209451
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.8.0-openjdk
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-06 20:25 UTC by Orion Poplawski
Modified: 2015-04-09 08:23 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-04-08 17:31:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2015-04-06 20:25:53 UTC
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.

Comment 1 Deepak Bhole 2015-04-08 16:31:02 UTC
We have been having some issues with GCC5 lately and AFAIK the bad version has been untagged. Is this problem still happening?

Comment 2 Severin Gehwolf 2015-04-08 17:24:24 UTC
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?

Comment 3 Orion Poplawski 2015-04-08 17:31:08 UTC
glibc-2.21.90-10.fc23 appears to have fixed it.  Thanks.

Comment 4 Severin Gehwolf 2015-04-09 08:23:28 UTC
Marking as duplicate of 1209451 as per comment 3.

*** This bug has been marked as a duplicate of bug 1209451 ***


Note You need to log in before you can comment on or make changes to this bug.