Bug 58139
| Summary: | tracepath core dump | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <jon> |
| Component: | iputils | Assignee: | Phil Knirsch <pknirsch> |
| Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-02-24 17:45:41 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: | |||
I got an email back from the author: "This has been fixed in later version. To all that I remember, it is: (from RELNOTES) [011002] * Stepan Koltsov <yozh>, tracepath/tracepth6 segfaulted when used without address. Thank you anyway! Alexey" OK, as i'm currently updating the iptuils package to the latest release anyway i'll close this bug as soon as i push it out via rawhide. Read ya, Phil OK, fixed and pushed, closing bug. Read ya, Phil |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011226 Description of problem: traecpath coredumps when called with the "-n" option Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1./usr/sbin/tracepath -n 2. 3. Actual Results: [jon@devotchka jon]$ /usr/sbin/tracepath -n Segmentation fault (core dumped) Additional info: The manpage states this is safe to be setuid root, although the rh rpm isn't installed setuid. here's the gdb back trace: jon@dev:~ gdb /usr/sbin/tracepath core GNU gdb Red Hat Linux (5.1-1) <snip> #0 0x400badc1 in strchr () from /lib/i686/libc.so.6 (gdb) bt #0 0x400badc1 in strchr () from /lib/i686/libc.so.6 #1 0xbffff8c8 in ?? () #2 0x40051627 in __libc_start_main (main=0x8049040 <herror+2064>, argc=2, ubp_av=0xbffff934, init=0x8048688, fini=0x8049340 <herror+2832>, rtld_fini=0x4000dcc4 <_dl_fini>, stack_end=0xbffff92c) at ../sysdeps/generic/libc-start.c:129 (gdb)