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
We have experienced index.AddAll causing segfaults. The exact same code depending on the machine it is running on and the repository it is adding files to, may consistently result in a segfault from a background thread: signal: segmentation fault (core dumped).
In other cases, it may not happen as consistently or not happen at all.
The code extract below is what led to the segfault:
We have experienced
index.AddAll
causing segfaults. The exact same code depending on the machine it is running on and the repository it is adding files to, may consistently result in asegfault
from a background thread:signal: segmentation fault (core dumped)
.In other cases, it may not happen as consistently or not happen at all.
The code extract below is what led to the segfault:
https://github.com/fluxcd/image-automation-controller/blob/235edabafd1ce34c15635d6c6b5aea18d298a4d3/controllers/imageupdateautomation_controller.go#L627
Versions:
github.com/libgit2/git2go/v33 v33.0.9
libgit2 v1.3.1
Relates to fluxcd/image-automation-controller#339
The text was updated successfully, but these errors were encountered: