[ 
https://issues.apache.org/jira/browse/FLINK-21728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299607#comment-17299607
 ] 

Dawid Wysakowicz commented on FLINK-21728:
------------------------------------------

I tried analyzing the crash logs, but I was not able to get far:

{code}
root@a021737e09eb:/tmp# gdb $JAVA_HOME/bin/java core.31813 
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/jvm/java-8-openjdk-amd64/bin/java...(no debugging 
symbols found)...done.
[New LWP 32520]
[New LWP 31850]
[New LWP 31876]
[New LWP 32588]
...
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m 
-Xmx2048m -Dmvn.forkNum'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007fd8f0362438 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:54
54      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
[Current thread is 1 (Thread 0x7fd6025e5700 (LWP 32520))]
Installing openjdk unwinder
Traceback (most recent call last):
  File 
"/usr/share/gdb/auto-load/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so-gdb.py",
 line 52, in <module>
    class Types(object):
  File 
"/usr/share/gdb/auto-load/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so-gdb.py",
 line 66, in Types
    nmethodp_t = gdb.lookup_type('nmethod').pointer()
gdb.error: No type named nmethod.
(gdb) where
#0  0x00007fd8f0362438 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:54
#1  0x00007fd8f036403a in __GI_abort () at abort.c:89
#2  0x00007fd8f03a47fa in __libc_message (do_abort=do_abort@entry=2, 
fmt=fmt@entry=0x7fd8f04bdf98 "*** Error in `%s': %s: 0x%s ***\n")
    at ../sysdeps/posix/libc_fatal.c:175
#3  0x00007fd8f03ad38a in malloc_printerr (ar_ptr=<optimized out>, 
ptr=<optimized out>, 
    str=0x7fd8f04be0c8 "double free or corruption (!prev)", action=3) at 
malloc.c:5020
#4  _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at 
malloc.c:3874
#5  0x00007fd8f03b158c in __GI___libc_free (mem=<optimized out>) at 
malloc.c:2975
#6  0x00007fd8ef7c7445 in ?? () from 
/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
#7  0x00007fd8d9bfc328 in ?? ()
#8  0x0000000086a5ea18 in ?? ()
#9  0x0000000100055638 in ?? ()
#10 0x00007fd7f3759968 in ?? ()
#11 0x00007fd788045800 in ?? ()
#12 0x00007fd7f394f160 in ?? ()
#13 0x0000000089004df8 in ?? ()
#14 0x0000000800000002 in ?? ()
#15 0x0000000000000000 in ?? ()
{code}

> DegreesWithExceptionITCase crash
> --------------------------------
>
>                 Key: FLINK-21728
>                 URL: https://issues.apache.org/jira/browse/FLINK-21728
>             Project: Flink
>          Issue Type: Bug
>          Components: Library / Graph Processing (Gelly)
>    Affects Versions: 1.13.0
>            Reporter: Guowei Ma
>            Priority: Major
>              Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14422&view=logs&j=ce8f3cc3-c1ea-5281-f5eb-df9ebd24947f&t=f266c805-9429-58ed-2f9e-482e7b82f58b



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to