Displaying 3 results from an estimated 3 matches for "io_loop_extract_notify_fd".
2017 Jul 19
3
2.2.devel (0bee280) crashdump virtual plugin
* Thomas Leuxner <tlx at leuxner.net> 2017.07.19 14:29:
It seems to have a new side effect which I haven't noticed upfront as it does not produce logging in Dovecot:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 io_loop_extract_notify_fd (ioloop=0x563456973540) at ioloop-notify-inotify.c:224
224 ioloop-notify-inotify.c: No such file or directory.
(gdb) bt full
#0 io_loop_extract_notify_fd (ioloop=0x563456973540) at ioloop-notify-inotify.c:224
ctx = 0x0
io = <optimized out>
fd = <optimized out&g...
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:39, Aki Tuomi wrote:
>
> On 19.07.2017 09:36, Thomas Leuxner wrote:
>> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:31:
>>
>>> oh and any idea which one of these crashes?
>> This one does:
>>
>> # cat Flagged/dovecot-virtual
>> *
>> :public/*
>> -Trash
>> -Trash/*
>> flagged
> Thanks,
2017 Jul 20
0
2.2.devel (0bee280) crashdump virtual plugin
...b-storage: mailbox_watch_extract_notify_fd() - give better reason if mailbox has no IOs
This happens currently with virtual mailboxes.
commit a6280be05b9c90579bb59ff57a3035661706c3d3
Author: Timo Sirainen <timo.sirainen at dovecot.fi>
Date: Wed Jul 19 23:09:13 2017 +0300
lib: io_loop_extract_notify_fd() - Don't crash if no notifys have been added
Aki