Re: open link in browser fails if message is HTML



Hi Jean-Luc:

On 05/12/2009 03:05:39 PM Tue, Jean-Luc Coulon (f5ibh) wrote:
Hi Peter,

I've exactly the same behaviour as you have described.

Thanks for verifying that. <URL:https://bugs.webkit.org/show_bug.cgi?id=25748>

BTW, if I quote your message included all the parts, I fall in the
enchant problem I've reported some time ago. Balsa is frozen and if I
lauched a strace on the pid, I get:


stat("/home/jean-luc/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600,
st_size=0, ...}) = 0
stat("/home/jean-luc/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600,
st_size=0, ...}) = 0
[ snip repeats ]

I still can't reproduce that! I installed hunspell-fr, set the spell-checker language to French, restarted Balsa with LANG=fr_FR, and began a reply to that message. The part of the strace log that refers to those files is:

open("/home/peter/.config/enchant/fr_FR.dic", O_RDONLY|O_CREAT, 0600) = 21
close(21)                               = 0
stat64("/home/peter/.config/enchant/fr_FR.dic", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
open("/home/peter/.config/enchant/fr_FR.dic", O_RDONLY) = 21
flock(21, LOCK_EX)                      = 0
fstat64(21, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb2266000
read(21, ""..., 4096)                   = 0
flock(21, LOCK_UN)                      = 0
close(21)                               = 0
munmap(0xb2266000, 4096)                = 0
open("/home/peter/.config/enchant/fr_FR.exc", O_RDONLY|O_CREAT, 0600) = 21
close(21)                               = 0
stat64("/home/peter/.config/enchant/fr_FR.exc", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
open("/home/peter/.config/enchant/fr_FR.exc", O_RDONLY) = 21
flock(21, LOCK_EX)                      = 0
fstat64(21, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb2266000
read(21, ""..., 4096)                   = 0
flock(21, LOCK_UN)                      = 0
close(21)                               = 0
munmap(0xb2266000, 4096)                = 0

Versions:

enchant-1.4.2-5.fc11.i586
hunspell-1.2.8-4.fc11.i586
gtkspell-2.0.15-1.fc11.i586

Best,

Peter


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]