Description of problem: 1. yum install claws-mail 2. setup a pop3 mail account 3. recive mail (a lot of mails, about 2569) 4. and crash when setuping a filter ruler Version-Release number of selected component: claws-mail-3.9.0-1.fc18 Additional info: backtrace_rating: 4 cmdline: claws-mail crash_function: vsnprintf executable: /usr/bin/claws-mail kernel: 3.7.9-205.fc18.x86_64 remote_result: NOTFOUND uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #2 vsnprintf at /usr/include/bits/stdio2.h:77 #3 g_vsnprintf at gprintf.c:278 #4 alertpanel_error at alertpanel.c:168 #5 prefs_filtering_dialog_to_filtering at prefs_filtering.c:1114 #6 prefs_filtering_register_cb at prefs_filtering.c:1146 #7 _g_closure_invoke_va at gclosure.c:840 #10 gtk_real_button_released at gtkbutton.c:1725 #16 gtk_button_button_release at gtkbutton.c:1617 #18 _gtk_marshal_BOOLEAN__BOXED at gtkmarshalers.c:86 #23 gtk_widget_event_internal at gtkwidget.c:5017
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