Maximilian Michels created FLINK-3960:
-----------------------------------------
Summary: EventTimeCheckpointingITCase fails with a segmentation fault
Key: FLINK-3960
URL:
https://issues.apache.org/jira/browse/FLINK-3960 Project: Flink
Issue Type: Bug
Components: Streaming, Tests
Affects Versions: 1.1.0
Reporter: Maximilian Michels
Assignee: Aljoscha Krettek
Fix For: 1.1.0
As a follow-up issue of FLINK-3909, our tests fail with the following. I believe [~aljoscha] is working on a fix.
{noformat}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fae0c62a264, pid=72720, tid=140385528268544
#
# JRE version: Java(TM) SE Runtime Environment (7.0_76-b13) (build 1.7.0_76-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.76-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [librocksdbjni78704726610339516..so+0x13c264] rocksdb_iterator_helper(rocksdb::DB*, rocksdb::ReadOptions, rocksdb::ColumnFamilyHandle*)+0x4
#
# 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:
# /home/travis/build/mxm/flink/flink-tests/target/hs_err_pid72720.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
{noformat}
I propose to disable the test case in the meantime because it is blocking our test execution which we need for pull requests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)