You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2017/11/10 08:08:00 UTC

[jira] [Commented] (IGNITE-6852) Kill ignite process in case of multithreaded reads cause segmentation fault

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

Alexey Goncharuk commented on IGNITE-6852:
------------------------------------------

The process crashes because a user has live cursor which attempts to iterate the BTree and at the same time memory region is deallocated on node stop.

> Kill ignite process in case of multithreaded reads cause segmentation fault
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-6852
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6852
>             Project: Ignite
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>          Components: persistence
>    Affects Versions: 2.3
>            Reporter: Dmitriy Pavlov
>             Fix For: 2.4
>
>         Attachments: hs_err_pid1462.log, hs_err_pid18664.log
>
>
> process is killed by PID, but running Ignite reads.
> Kill for Ignite 2.3 causes segmentation fault.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)