[ 
https://issues.apache.org/jira/browse/FLINK-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Metzger updated FLINK-5465:
----------------------------------
    Attachment: hs-err-pid26662.log

I've attached the error report file, containing the stack trace

{code}
Stack: [0x00007f919b72c000,0x00007f919b82d000],  sp=0x00007f919b82b368,  free 
space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [librocksdbjni-linux64.so+0x1aeb78]  
rocksdb::GetColumnFamilyID(rocksdb::ColumnFamilyHandle*)+0x8
C  [librocksdbjni-linux64.so+0x2009e1]  
rocksdb::DB::Delete(rocksdb::WriteOptions const&, rocksdb::ColumnFamilyHandle*, 
rocksdb::Slice const&)+0x41
C  [librocksdbjni-linux64.so+0x200a41]  
rocksdb::DBImpl::Delete(rocksdb::WriteOptions const&, 
rocksdb::ColumnFamilyHandle*, rocksdb::Slice const&)+0x11
C  [librocksdbjni-linux64.so+0x18e993]  rocksdb_remove_helper(JNIEnv_*, 
rocksdb::DB*, rocksdb::WriteOptions const&, rocksdb::ColumnFamilyHandle*, 
_jbyteArray*, int)+0x63
C  [librocksdbjni-linux64.so+0x18eee6]  
Java_org_rocksdb_RocksDB_remove__JJ_3BIJ+0x26
J 903  org.rocksdb.RocksDB.remove(JJ[BIJ)V (0 bytes) @ 0x00007f91b40ba02d 
[0x00007f91b40b9f60+0xcd]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 903  org.rocksdb.RocksDB.remove(JJ[BIJ)V (0 bytes) @ 0x00007f91b40b9fb3 
[0x00007f91b40b9f60+0x53]
J 900 C2 org.apache.flink.contrib.streaming.state.AbstractRocksDBState.clear()V 
(47 bytes) @ 0x00007f91b4143f18 [0x00007f91b4143c60+0x2b8]
J 1087 C2 
org.apache.flink.streaming.runtime.operators.windowing.WindowOperator.cleanup(Lorg/apache/flink/streaming/api/windowing/windows/Window;Lorg/apache/flink/api/common/state/AppendingState;Lorg/apache/flink/streaming/runtime/operators/windowing/MergingWindowSet;)V
 (27 bytes) @ 0x00007f91b414dc64 [0x00007f91b414dc20+0x44]
J 925 C2 
org.apache.flink.streaming.api.operators.HeapInternalTimerService.onProcessingTime(J)V
 (107 bytes) @ 0x00007f91b4194794 [0x00007f91b4194560+0x234]
j  
org.apache.flink.streaming.runtime.tasks.SystemProcessingTimeService$TriggerTask.run()V+15
j  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
j  java.util.concurrent.FutureTask.run()V+42
j  
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Ljava/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask;)V+1
j  
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run()V+30
j  
java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
{code}

> RocksDB fails with segfault while calling AbstractRocksDBState.clear()
> ----------------------------------------------------------------------
>
>                 Key: FLINK-5465
>                 URL: https://issues.apache.org/jira/browse/FLINK-5465
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.2.0
>            Reporter: Robert Metzger
>         Attachments: hs-err-pid26662.log
>
>
> I'm using Flink 699f4b0.
> {code}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007f91a0d49b78, pid=26662, tid=140263356024576
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 
> 1.7.0_67-b01)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode 
> linux-amd64 compressed oops)
> # Problematic frame:
> # C  [librocksdbjni-linux64.so+0x1aeb78]  
> rocksdb::GetColumnFamilyID(rocksdb::ColumnFamilyHandle*)+0x8
> #
> # 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:
> # 
> /yarn/nm/usercache/robert/appcache/application_1484132267957_0007/container_1484132267957_0007_01_000010/hs_err_pid26662.log
> Compiled method (nm) 1869778  903     n       org.rocksdb.RocksDB::remove 
> (native)
>  total in heap  [0x00007f91b40b9dd0,0x00007f91b40ba150] = 896
>  relocation     [0x00007f91b40b9ef0,0x00007f91b40b9f48] = 88
>  main code      [0x00007f91b40b9f60,0x00007f91b40ba150] = 496
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.sun.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to