Bug 1473
| Summary: | pdksh + glibc2.1 = coredump on startup (trap.c ~line 34) | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | jmegq |
| Component: | pdksh | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | abel |
| 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: | 1999-03-17 20:48:39 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
jmegq
1999-03-10 19:51:19 UTC
*** Bug 1408 has been marked as a duplicate of this bug. *** Ksh segfaults on any script I try to run. For example: ----------------------------------------- #!/bin/ksh echo foo ----------------------------------------- ------- Additional Comments From abel.il 03/16/99 10:53 ------- Actually it is enough to invoke 'ksh' from command line to see it crashing. It is still relevant in 5.8.6 (pdksh-5.2.12-7) Fixed in pdksh-5.3.12-2 (by checking that sys_siglist[i] != NULL). Thanks. |