-
Notifications
You must be signed in to change notification settings - Fork 581
valgrind errors in Storable #15948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @khwilliamsonThis is a bug report for perl from khw@khw.(none), 3 .t files in Storable have valgrind errors in 5.25.11. Flags: Site configuration information for perl 5.26.0: Configured by khw at Mon Apr 10 08:46:47 MDT 2017. Summary of my perl5 (revision 5 version 26 subversion 0) configuration: @INC for perl 5.26.0: Environment for perl 5.26.0: PATH=/usr/lib/ccache:/home/khw/bin:/home/khw/perl5/perlbrew/bin:/home/khw/print/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/home/khw/iands/www:/home/khw/cxoffice/bin |
From @khwilliamson==28111== Syscall param write(buf) points to uninitialised byte(s) |
From @khwilliamson==27922== Syscall param write(buf) points to uninitialised byte(s) |
From @khwilliamson==27781== Syscall param write(buf) points to uninitialised byte(s) |
From @tonycozOn Tue, 11 Apr 2017 09:57:51 -0700, public@khwilliamson.com wrote:
This iss caused by padding when writing long doubles. Fixed in my working Storable branch. Tony |
The RT System itself - Status changed from 'new' to 'open' |
From @tonycozOn Wed, 06 Dec 2017 16:51:19 -0800, tonyc wrote:
The fix was merged into blead as 4896813 and included in perl 5.28.0. Thanks for the report. Closing. Tony |
@tonycoz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#131136 (status was 'resolved')
Searchable as RT131136$
The text was updated successfully, but these errors were encountered: