Bug 916181
| Summary: | [abrt] claws-mail-3.9.0-1.fc18: vsnprintf: Process /usr/bin/claws-mail was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Boomer Zha <zhashuyu> | ||||||||||||||||||||||
| Component: | claws-mail | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 18 | CC: | andreas.bierfert, bugs.michael | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:8f0e71eb996e56bcf7bb3cea815d26dd2218ecb9 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-06-18 08:51:56 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
Boomer Zha
2013-02-27 13:36:06 UTC
Created attachment 703431 [details]
File: backtrace
Created attachment 703432 [details]
File: cgroup
Created attachment 703433 [details]
File: core_backtrace
Created attachment 703434 [details]
File: dso_list
Created attachment 703435 [details]
File: environ
Created attachment 703436 [details]
File: limits
Created attachment 703437 [details]
File: maps
Created attachment 703438 [details]
File: open_fds
Created attachment 703439 [details]
File: proc_pid_status
Created attachment 703440 [details]
File: var_log_messages
Thanks! > LANG=zh_CN.utf8 > #3 g_vsnprintf > #4 0x000000000045cd77 in alertpanel_error (format=<optimized out>) at alertpanel.c:168 It wanted to alert you that the "Action string is empty", but the zh_CN translation for that message text is broken/out-of-date: #: src/prefs_filtering.c:1114 msgid "Action string is empty." msgstr "文件 %s 不存在。" The "%s" in there causes g_vsnprintf to expect an argument to be provided, which is not the case, and hence it crashes. Can you suggest a translation to replace what's found in msgstr currently? No idea at all? [...] Upstream has simply deleted the out-of-date translation as a work-around, so there's still an opportunity to contribute a translation. http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=50f73d3cdb3c8ac4c0883d0a08920efbb9f8ec22 http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2884 |