Bug 155490
| Summary: | Segmentation faults in Perl_gv_fetchpv(), Perl_find_script(), Perl_sv_gets() | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hans Ecke <hansecke> | ||||||||
| Component: | perl | Assignee: | Chip Turner <cturner> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 3 | CC: | jose.p.oliveira.oss, scop | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i386 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2005-04-22 19:20:19 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Hans Ecke
2005-04-20 20:10:05 UTC
*** Bug 155487 has been marked as a duplicate of this bug. *** Created attachment 113434 [details]
backtrace of segfault in Perl_sv_gets
Please note that even though this is a segfault in a custom script, they also
happen in one liners like 'perl -p -e"s/\s+$//"'
Created attachment 113435 [details]
segfault in Perl_find_script()
Created attachment 113436 [details]
segfault in Perl_gv_fetchpv() - this one also has local variables
One of the machines hit by this also displays bug #154759 - there might be a connection. I'm running the 2.6.11-1.14_FC3 kernel on them In addition to kernel, glibc has also been updated lately. No clue if it could affect this or not. Since I turned exec-shield randomization off I do not see these crashes anymore. I believe this is a kernel issue with fedora's newest 2.6.11-1.14 kernel. As I say in my last comment in bug #154759, I think kernel/exec-shield people should look at this. Ville, glibc was changed on a fedora2 machine in November 2004, on the fedora3 on 2005.04.07. The new kernel came on 2005.04.13. That is close, but the problems started after the new kernel was installed. Resolving as duplicate. *** This bug has been marked as a duplicate of 154759 *** |