[Bug 2296] New: SIGSEGV when building tika
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Apr 13 23:16:38 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2296
Bug ID: 2296
Summary: SIGSEGV when building tika
Product: IcedTea
Version: unspecified
Hardware: x86
OS: Mac OS
Status: NEW
Severity: enhancement
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: jafshar at yahoo.com
CC: unassigned at icedtea.classpath.org
Created attachment 1291
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1291&action=edit
hs_err_pid5.log
Building https://tika.apache.org/ caused a SIGSEGV in one of my docker
environments. My Dockerfile looks like this:
FROM debian:jessie
...
RUN svn co http://svn.apache.org/repos/asf/tika/trunk /tika-site
RUN apt-get update && apt-get install -y default-jdk maven
RUN cd /tika-site && mvn install
------------------------------------------------------------------------------------
[INFO] --- forbiddenapis:1.7:testCheck (default) @ tika-java7 ---
[INFO] Scanning for classes to check...
[INFO] Reading bundled API signatures: jdk-unsafe
[INFO] Reading bundled API signatures: jdk-deprecated
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f954062b0a6, pid=5, tid=140279176947456
#
# JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: OpenJDK 64-Bit Server VM (24.75-b04 mixed mode linux-amd64
compressed oops)
# Derivative: IcedTea 2.5.4
# Distribution: Debian GNU/Linux 8.0 (jessie), package 7u75-2.5.4-2
# Problematic frame:
# J 1322 C2
de.thetaphi.forbiddenapis.Checker.addSignature(Ljava/lang/String;Ljava/lang/String;Z)V
(586 bytes) @ 0x00007f954062b0a6 [0x00007f954062a3c0+0xce6]
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tika-site/hs_err_pid5.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
Aborted
INFO[1097] The command [/bin/sh -c cd /tika-site && mvn install] returned a
non-zero code: 134
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150413/558e542f/attachment.html>
More information about the distro-pkg-dev
mailing list