[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segmentation fault in dcigettext.c:925 using Apache + PHP
From: |
Bruno Haible |
Subject: |
Re: Segmentation fault in dcigettext.c:925 using Apache + PHP |
Date: |
Mon, 06 Jul 2020 11:06:35 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; ) |
Wiebe Cazemier wrote:
> For us, it's done from Python code. We write to a temp file and on success,
> use Path.rename, because in-fs rename only changes directory entries, so we
> should be safe.. We haven't had segfaults since.
The new code in msgfmt does the same thing (temp file and rename). Good
to hear that once this is done, there's no issue left.
Bruno