[
https://issues.apache.org/jira/browse/IGNITE-14687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17340672#comment-17340672
]
Ignite TC Bot commented on IGNITE-14687:
----------------------------------------
{panel:title=Branch: [pull/9083/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9083/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Binary Objects{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5996395]]
* {color:#013220}IgniteBinaryObjectsTestSuite:
BinaryHeapStreamByteOrderSelfTest.testEnsureCapacityNegative - PASSED{color}
* {color:#013220}IgniteBinaryObjectsTestSuite:
BinaryOffheapStreamByteOrderSelfTest.testEnsureCapacityNegative - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5996493&buildTypeId=IgniteTests24Java8_RunAll]
> BinaryHeapOutputStream BinaryOffheapOutputStream corrupt memory in case of
> overflow and cause JVM crash
> -------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-14687
> URL: https://issues.apache.org/jira/browse/IGNITE-14687
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.10
> Reporter: Sergey Kosarev
> Assignee: Sergey Kosarev
> Priority: Major
>
> Reproducer is easy:
> while (true) out.writeByteArray(bytes);
> ----
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002742b26,
> pid=17128, tid=0x00000000000024e4
> #
> ----
>
> Actually It happened to me occassionally when by mistake a compute job tried
> to return too many results. JVM crashed on the job result serialization.
> See link to full reproducers below.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)