[Bioc-devel] Error on palomino8
Hervé Pagès
hp@ge@@on@g|thub @end|ng |rom gm@||@com
Thu Oct 24 18:14:25 CEST 2024
Hi Oleksii,
Looks like the error is gone today.
Platform dependent segfaults are hard to debug. Even harder when they
are intermittent. They can be caused by uninitialized variables either
in the C/C++ code in your package or in one of the libraries you're
linking to (in your case htslib). The initial content of the
uninitialized variable is typically platform/compiler dependent.
Is there a way you can use Valgrind to detect possible memory corruption
problems? Even if these problems are not causing apparent problems on
Linux or Mac, Valgrind could still detect them on these platforms.
Best,
H.
On 10/23/24 02:31, Oleksii Nikolaienko wrote:
> Dear Bioc team,
> my package check
> <https://bioconductor.org/checkResults/devel/bioc-LATEST/epialleleR/palomino8-checksrc.html>
> fails on palomino8 only and I'm not sure how to approach it. Looks like the
> unit test task gets killed (or segfaults) - but unfortunately no usable
> message is shown. It might be a memory-related error in the package, but as
> far as I remember it never shows up on Linux/OS X builders, just sometimes
> (not always) on Windows.
> I don't have access to a Windows PC. What can I do in this case?
>
> Best,
> Oleksii
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
--
Hervé Pagès
Bioconductor Core Team
hpages.on.github using gmail.com
[[alternative HTML version deleted]]
More information about the Bioc-devel
mailing list