Bug 1169705
Summary: | Perl core-dumps if a hash is tied to DB_File before spawning a thread | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Martin Kyral <mkyral> | ||||
Component: | perl | Assignee: | perl-maint-list | ||||
Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.6 | CC: | cww, isenfeld, jplesnik, mkyral, perl-maint-list, ppisar, psabata, tbowling | ||||
Target Milestone: | rc | Keywords: | Patch, Reopened | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1107728 | Environment: | |||||
Last Closed: | 2017-08-15 18:08:10 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: | |||||||
Bug Depends On: | 1107728 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Martin Kyral
2014-12-02 09:14:57 UTC
*** This bug has been marked as a duplicate of bug 1104827 *** (In reply to Petr Pisar from comment #2) > > *** This bug has been marked as a duplicate of bug 1104827 *** It isn't. This is a report against RHEL-6, while bug #1104827 is against RHEL-7. Indeed, perl-5.10.1-141.el6_7.1 does crash. This is because RHEL-6 contains fixes for NDBM_File, GDBM_File, and AnyDBM_File, but it's missing a fix for DB_File. It looks like the DB_File fix was omitted by accident. Thank you for testing my builds. Created attachment 1242160 [details]
Fix ported to perl-5.10.1
|