libunwind-devel
[Top][All Lists]
Advanced

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

[Libunwind-devel] mincore_validate fails sometimes


From: Daniel Vassdal
Subject: [Libunwind-devel] mincore_validate fails sometimes
Date: Mon, 15 Jan 2018 12:00:37 +0000

We have an issue where on Yocto Morty 2.2 mincore_validate() sometimes 
unexpectedly returns -1.
This seems to happen most often directly after the system has been booted.

The check that fails is
> if (!(mvec[i] & 1)) return -1;

The reason I suspect this is a libunwind problem is that when HAVE_MINCORE 
isn't defined, it works well.
This workaround is sufficient for us, but in case this indeed is a bug I 
figured I'd let you guys know.

Best regards,
Daniel Vassdal
Meshtech AS



reply via email to

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