Bug 452060
| Summary: | host program segfaults when looking up IPv6-only host | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | J. Randall Owens <jrowens.fedora> | ||||||||||||
| Component: | bind | Assignee: | Adam Tkac <atkac> | ||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||
| Priority: | low | ||||||||||||||
| Version: | 9 | CC: | atkac, jhrozek, mlichvar, ovasik | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2009-01-15 02:51:21 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
J. Randall Owens
2008-06-19 01:47:59 UTC
Hm, works fine on my machine. Would it be possible attach core file, please? $ ulimit -c unlimited $ host ipv6 and then attach core.XXXX file. Thanks Created attachment 310021 [details]
host ipv6.ghiapet.net core dump
I'll just assume you meant `limit coredumpsize unlimited`; I'm a tcsh kind of
guy.
Much to my surprise, host even produced a core dump the first time.
If I need to install bind-debuginfo for a better core, just give the word.
Oh, note that if the information is in that core but seems different from what
you see in my public DNS, it is from an internal DNS server.
(In reply to comment #2) > Much to my surprise, host even produced a core dump the first time. > If I need to install bind-debuginfo for a better core, just give the word. Debuginfo doesn't improve "core quality". Core is always same. Would it be possible run host with -D parameter and attach output, please? (you can also attach next core to ensure that you don't hit different problem) Thanks Created attachment 310573 [details]
output of host -D ipv6.example.com
Created attachment 310574 [details]
core dump from host -D
Created attachment 310575 [details]
output of host -D ipv6.example.com when it didn't segfault
The first time I ran with -D, I'd forgotten to change the coredumpsize, but it
didn't segfault that time anyway; it seems quite random. It occurred to me
that it might be helpful to have the output from that for comparison, so here
it is if it helps at all.
*** Bug 473297 has been marked as a duplicate of this bug. *** Could anyone retest this bug with proposed fix, please? Download appropriate distro/arch from links written below. Fedora 9: https://kojiweb.fedoraproject.org/koji/taskinfo?taskID=970322 Fedora 10: https://kojiweb.fedoraproject.org/koji/taskinfo?taskID=970335 Thanks (In reply to comment #8) > Could anyone retest this bug with proposed fix, please? Download appropriate > distro/arch from links written below. That seems much better! The previous version used to segfault in, like, 50% of queries, the new one survived 100 queries in a loop.. Thanks! (In reply to comment #9) > > That seems much better! The previous version used to segfault in, like, 50% of > queries, the new one survived 100 queries in a loop.. Thanks for feedback, fix will be included in next update. bind-9.5.1-1.P1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/bind-9.5.1-1.P1.fc9 Created attachment 328545 [details]
host -D google.com 127.0.0.1
As requested by developer, attaching the output of "host -D google.com 127.0.0.1". By visual comparison, it's very similar to what the original reporter attached..
bind-9.5.1-1.P1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |