Bug 14284
Summary: | /usr/bin/clear dumps core | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Brian Gunney <btng> |
Component: | ncurses | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | ||
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: | 2000-07-19 15:05:08 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: |
Description
Brian Gunney
2000-07-19 15:05:07 UTC
Can't reproduce it. Did you modify any libraries or are you using some odd terminal setting? Not using any strange terminal setting. This occurs even in the text screen and in single user mode. Didn't modify any libraries, except for rpm updates from RedHat and Gnome. This one most certainly is a bug, it core-dumps for me too. Using ncurses-5.0-12. The system is upgraded from previous RedHat version, just can't remember which one (5.2 - 6.1). The same occurs with (as an example) with 'tput kbs', which is called from bashrc. Most annoying... Maybe someone could provide a ncurses package with debugging information included, that would make resolving this one easy... $ ldd /usr/bin/clear libncurses.so.4 => /usr/lib/libncurses.so.4 (0x4001a000) libc.so.6 => /lib/libc.so.6 (0x40058000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) |