Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
Description
As a follow-up issue of FLINK-3909, our tests fail with the following. I believe aljoscha is working on a fix.
# # 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)
I propose to disable the test case in the meantime because it is blocking our test execution which we need for pull requests.
Attachments
Issue Links
- is blocked by
-
FLINK-3948 EventTimeWindowCheckpointingITCase Fails with Core Dump
- Resolved
- links to