Philippe Chaintreuil

Results 18 comments of Philippe Chaintreuil

Regarding point 3: These are longer, but seems more clear to me: `fullchainplusprivkey.pem` or `fullchainandprivkey.pem` That said, I certainly wouldn't cry over your original suggestion. I'd far rather have the...

Fine for postforward.

@juippis: rebased and applied the same fix to 4.0.1.

Unfortunately, I didn't have debug symbols being installed, so I just have the callstacks. I think I've installed debug symbols for the program at this point, so if/when it happens...

Callstack: ``` Core was generated by `/usr/libexec/dovecot/indexer-worker'. Program terminated with signal SIGABRT, Aborted. #0 0x00007ffb1aa8735c in ?? () from /lib64/libc.so.6 [Current thread is 1 (Thread 0x7ffb17e006c0 (LWP 12050))] (gdb) bt...

``` Core was generated by `/usr/libexec/dovecot/indexer-worker'. Program terminated with signal SIGABRT, Aborted. #0 0x00007f3c0af2c35c in ?? () from /lib64/libc.so.6 [Current thread is 1 (Thread 0x7f3c0785b6c0 (LWP 27298))] (gdb) bt #0...

> 96 bytes for 40k elements ? Meaning most, if not all, are empty ? No, the 96 bytes appears to be just a node in a data structure (red-black...

Upgraded to latest, and returned to the 1G limit I had before. I'll keep an eye on it for a few days and let you know if I see it...

Not sure if it's related or a new crash, but I just got this twice: Logs: ``` Aug 6 15:58:18 myhostname xapian-docswriter[23673]: DW #264 (Archived Trash.2024,/home/USER1/.maildir/xapian-indexes/db_c3bf2b05772d8066180f0000d09efc50) - Can't add document2...

> Can you provide the few lines before "Can't add document2" ? ``` 867 #pragma GCC diagnostic push 868 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 869 while(!(lck.try_lock_for(std::chrono::milliseconds(1000 + std::rand() % 1000))))...