Displaying 1 result from an estimated 1 matches for "_xopen_source_extendeds".
Did you mean:
_xopen_source_extended
2003 Apr 21
1
Using on AIX
...fd_send(5) failed: Bad file number
dovecot: Apr 21 17:57:19 Error: child 39504 (login) returned error 89
This happens after a successful authentication (i.e. wrong authentications are
correctly denied).
Something similar happens if I define _XOPEN_SOURCE to 500 in both
files.
When I undefine the _XOPEN_SOURCE_EXTENDEDs without modifying the
original _XOPEN_SOURCE defines, it seems to come further:
imap-login: Apr 21 18:24:23 Info: Login: xxx [xxx.xxx.xxx.xxx]
imap(xxx): Apr 21 18:24:23 Panic: file mail-index-data.c: line 439 (mail_index_data_append): assertion failed: ((size & (MEM_ALIGN_SIZE-1)) == 0)
dovec...