Summary

henrietta-cache & openssl crash

Metadata

Description

I got a crash while running henrietta-cache:

 ...
 Caching egg 'mowedline'
         Downloading egg version 2.0.0 from https://github.com/retroj/mowedline/tarball/2.0.0 (CHICKEN release 4)
         Downloading egg version 1.0.1 from https://github.com/retroj/mowedline/tarball/1.0.1 (CHICKEN release 4)
 Error downloading or extracting egg 'mowedline' release 1.0.1 (CHICKEN release 4): 
 Error: (ssl-shutdown) syscall: library=<unknown>, function=<unknown>, reason=<unknown>
         Downloading egg version 1.0.0 from https://github.com/retroj/mowedline/tarball/1.0.0 (CHICKEN release 4)
 *** Error in `henrietta-cache': double free or corruption (!prev): 0x00000000014305b0 ***
 Aborted (core dumped)



 $ csi -version
 
 CHICKEN
 (c) 2008-2016, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 4.11.0 (rev ce980c4)
 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
 compiled 2016-05-28 on yves.more-magic.net (Linux)
 
 
 $ chicken-status openssl
 openssl ....................................................... version: 1.7.0

I noticed that my Internet connection was failing during the time henrietta-cache was running, so the crash may be related to unreliable connections.

I could not reproduce the problem once my connectivity problem was solved.

Changes and comments

[2016-08-27 00:42:03 UTC] mario set difficulty to hard

[2024-12-26 10:03:15 UTC] mario changed status from new to closed

[2024-12-26 10:03:15 UTC] mario set resolution to worksforme

[2024-12-26 10:03:15 UTC] mario wrote:

Closing it, as the issue has not been observed in a while and both CHICKEN and the openssl egg changed considerably since the time when this ticket was filed.