Bug 1500209
| Summary: | Segmentation fault in modperl_wbucket_pass | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Matti Linnanvuori <matti.linnanvuori> |
| Component: | mod_perl | Assignee: | Andrew Bauer <zonexpertconsulting> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | jkaluza, jorton, perl-devel, ppisar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-07-09 02:12:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matti Linnanvuori
2017-10-10 08:18:59 UTC
Could you please provide more details. What Perl script do you run, how the httpd is configured? Because I cannot reproduce it. I installed the mod_perl, uncommented the Perl Alias and Directory directives in /etc/httpd/conf.d/perl.conf, created this simple script: # cat /var/www/perl/test.pl use strict; use warnings; print "Content-Type: text/plain\r\n\r\nSuccess.\n"; set executable bit to it and requested <http://localhost/perl/test.pl> 10877 times. It never failed. There are definitely some bugs in mod_perl but without a reproducer I cannot do anything. I got the segmentation faults by calling Perl function system in a script, like system('convert /tmp/image.png /tmp/output.png'); When I replaced the calls to system with spawn_proc_prog, I no longer got segmentation faults.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug. |