Bug 662555
| Summary: | [abrt] mailx-12.5-1.fc13: strlen: Process /bin/mailx was killed by signal 11 (SIGSEGV) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Wendell Baker <wendellcraigbaker> | ||||
| Component: | mailx | Assignee: | Ivana Varekova <varekova> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | dmitry, varekova | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:ee13a7175023e23443b0b99a6d809e0c69674c68 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-12-13 14:39:03 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
Wendell Baker
2010-12-13 06:15:10 UTC
Created attachment 468310 [details]
File: backtrace
According to the backtrace and the source code, it looks like something related to the "smtp" value (perhaps it is appeared as undefined in the code someway...) One question: why you use: set smtp=smtp://plus.smtp.mail.yahoo.com:465 instead of just: set smtp=smtps://plus.smtp.mail.yahoo.com (port 465 is the standard port for smtps (smtp over ssl)) ? Reproduced under 12.4 as well. When I drop the line: set from USERNAME from the Yahoo config, the segfault is disappeared. Why you use this line for Yahoo, and do not use something similar for Gmail? OOps... :) You must use: set from=USERNAME (you've forgotten the "=" sign). |