[Rpm-maint] [rpm-software-management/rpm] Possible regression: BUILDSTDERR: double free or corruption (fasttop) (#742)

Igor Gnatenko notifications at github.com
Mon Jun 10 22:00:43 UTC 2019


After many hours, I can confirm it is related to the generation of packages in parallel. I think this is something related to this:

* `packageBinaries` calls into `packageBinary` in parallel
* `packageBinary` calls into `processScriptFiles`
* `processScriptFiles` calls into `addFileToTag`
* `addFileToTag` is calling `rpmPushMacro(spec->macros, "__file_name", NULL, fn, RMIL_SPEC);`

I suppose that gets executed multiple times in parallel breaking some of following calls..


I don't know =(

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/742#issuecomment-500611072
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190610/08554687/attachment.html>


More information about the Rpm-maint mailing list