poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/26514] Seg fault when mapping array of struct for files big


From: jose.marchesi at oracle dot com
Subject: [Bug default/26514] Seg fault when mapping array of struct for files bigger than a threshold size
Date: Fri, 21 Aug 2020 07:55:50 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26514

Jose E. Marchesi <jose.marchesi at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-08-21
     Ever confirmed|0                           |1
                 CC|                            |jose.marchesi at oracle dot com

--- Comment #1 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
Hi Mohammad.

Thanks for the report.  This is a known issue, and is a consequence of how the
`mka' instruction works.  The instruction, used to create array values at the
PVM level, requires to stack all the elements of the array in the main data
stack.  Jitter stacks are limited, and do not grow, so when the array is big
enough, it leads to this segmentation fault.

This will go away once we change the way `mka' works, which is planned.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]