| Summary: | Kmail crashes on pasting text into mail editor | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Jan Binder <wheel> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | 1.10.1 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jan Binder
2008-09-09 00:14:59 UTC
End of strace output:
read(9, "\1\334\360\206\3\0\0\0\t\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10t"..., 4096) = 44
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0\36\2\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\361\206\6\0\0\0\25\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10t"..., 4096) = 56
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0\37\2\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\362\206\5\0\0\0\22\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10t"..., 4096) = 52
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0\32\1\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\363\206\4\0\0\0\r\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10C"..., 4096) = 48
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0\214\1\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\364\206\1\0\0\0\4\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10T"..., 4096) = 36
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0\37\0\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\365\206\2\0\0\0\6\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10S"..., 4096) = 40
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], [9], NULL, NULL) = 1 (out [9])
writev(9, [{"\21\0\2\0 \2\0\0"..., 8}], 1) = 8
select(10, [9], [], NULL, NULL) = 1 (in [9])
read(9, "\1\334\366\206\5\0\0\0\23\0F\t\1\0\0\0\306M\25\10<\332 \10\364\301\256\2770\313\375\10t"..., 4096) = 52
read(9, 0x80d62f4, 4096) = -1 EAGAIN (Resource temporarily unavailable)
writev(2, [{"kmail"..., 5}, {": "..., 2}, {"symbol lookup error"..., 19}, {": "..., 2}, {"/usr/lib/libkmailprivate.so.4"..., 29}, {": "..., 2}, {"undefined symbol: _ZN4KPIM8KMedit"..., 68}, {""..., 0}, {""..., 0}, {"\n"..., 1}], 10) = 128
exit_group(127)
Can you please try to reinstall the kmail package? Also, what architecture are you using? Personally, I cannot reproduce this bug with kmail 4.1.1 from debian packages on amd64. My architecture is i386. vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz Reinstalling doesn't change anything. *** This bug has been marked as a duplicate of bug 170447 *** |