You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope this is not too late. It took our team a while to isolate the problem.
r340125 fixes allocation for common symbols in loading object code. The bug is doubling the allocation size per symbol and it will request way too much memory with a few dozens of common symbols.
We are seeing it trying to allocating >64GB of memory.
The text was updated successfully, but these errors were encountered:
We are already past the merge request deadline, so I'm not going to delay the release for this. However, if we can get it approved before I tag the next release candidate (likely Friday), then I'll merge it.
Extended Description
Hope this is not too late. It took our team a while to isolate the problem.
r340125 fixes allocation for common symbols in loading object code. The bug is doubling the allocation size per symbol and it will request way too much memory with a few dozens of common symbols.
We are seeing it trying to allocating >64GB of memory.
The text was updated successfully, but these errors were encountered: