-
Notifications
You must be signed in to change notification settings - Fork 577
Text field truncation causes segmentation violation #14412
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 [email protected]This is a bug report for perl from gary@mlbassoc.com, The text field truncation format causes a segmentation violation This small test program shows the problem: sub swrite sub print_header print $fh swrite($header_format2, "Hostname", $hostname); print_header(); Note: this problem is not host or target machine specific. It has The failing code was derived from Amanda and has been in place and Flags: Site configuration information for perl 5.20.1: Configured by gthomas at Sun Jan 11 07:43:03 MST 2015. Summary of my perl5 (revision 5 version 20 subversion 1) configuration: @INC for perl 5.20.1: Environment for perl 5.20.1: |
From @tonycozOn Mon Jan 12 04:21:00 2015, gary@mlbassoc.com wrote:
My patch in 123538 appears to fix this. Tony |
The RT System itself - Status changed from 'new' to 'open' |
From @tonycozOn Mon Jan 12 15:28:12 2015, tonyc wrote:
That patch (62db6ea) has been applied to blead, and this no longer crashes, so closing. Tony |
@tonycoz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#123591 (status was 'resolved')
Searchable as RT123591$
The text was updated successfully, but these errors were encountered: