Bug 102613
Summary: | mutt segfaults when I try to send a reply to a particular message | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Mate Wierdl <mw-redhat> |
Component: | slang | Assignee: | Eido Inoue <havill> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | notting |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.csi.hu/mw/mutt-bug.tgz | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-11-12 19:45:18 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
Mate Wierdl
2003-08-18 18:05:26 UTC
Hm, works for me, although I edited the reply-to. Note that the strace included isn't of the mutt process itself. OK, reproduced. Fun. Appears to be random memory corruption somewhere. slang's waddch is writing outside the screen buffer. (when it's formatting the reply-to: prompt) Will be tangentially fixed in mutt-1.4.1-4 by building with ncursesw, but that doesn't solve the underlying slang issue. Yeah, I messed up the strace run, but now updated the tarball with a correct strace_out. And the point is, as you noticed, to _not_ change the return address. Hope you have a copy of the tarball of the URL above because our university's network has been disabled by a worm/DOS. slang-1.4.9 on the latest releases seems to have resolved the issue with waddch() |