[
https://issues.apache.org/jira/browse/IGNITE-10623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714805#comment-16714805
]
ASF GitHub Bot commented on IGNITE-10623:
-----------------------------------------
GitHub user EdShangGG opened a pull request:
https://github.com/apache/ignite/pull/5623
IGNITE-10623 Possible JVM crash when node stopped with errors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10623
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5623.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5623
----
commit 5b3a7333173af73212bc63978976bdb6dfc30857
Author: EdShangGG <eshangareev@...>
Date: 2018-12-10T14:43:29Z
IGNITE-10623 Possible JVM crash when node stopped with errors
----
> Possible JVM crash when node stopped with errors
> ------------------------------------------------
>
> Key: IGNITE-10623
> URL: https://issues.apache.org/jira/browse/IGNITE-10623
> Project: Ignite
> Issue Type: Bug
> Reporter: Eduard Shangareev
> Assignee: Eduard Shangareev
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> {noformat}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000003a23bde,
> pid=5444, tid=0x00000000000018d0
> #
> # JRE version: Java(TM) SE Runtime Environment (8.0_102-b14) (build
> 1.8.0_102-b14)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.102-b14 mixed mode
> windows-amd64 compressed oops)
> # Problematic frame:
> # J 25052 C2
> org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.acquirePage(IJZ)J
> (1421 bytes) @ 0x0000000003a23bde [0x0000000003a23800+0x3de]
> #
> # Core dump written. Default location:
> C:\BuildAgent\work\81a8bed9f07f3feb\ggprivate\hs_err_pid5444.mdmp
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.java.com/bugreport/crash.jsp
> {noformat}
> Seems that it was caused by an erroneous stop on a node which left
> checkpoint-thread alive.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)