14 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Problem imapd.cor...
FromSent OnAttachments
Charles LacroixAug 10, 2006 11:00 am 
Sam VarshavchikAug 10, 2006 3:21 pm 
Charles LacroixAug 14, 2006 6:41 am 
HIROSHI OOTANov 15, 2006 12:41 am 
Milan ObuchNov 15, 2006 1:46 am 
Edwin L. Culp W.Nov 15, 2006 2:57 am 
HIROSHI OOTANov 15, 2006 3:26 am 
Milan ObuchNov 15, 2006 7:12 am 
Edwin L. Culp W.Nov 20, 2006 11:05 am 
HIROSHI OOTANov 20, 2006 5:56 pm 
Mark BucciarelliNov 21, 2006 5:43 am 
Milan ObuchNov 21, 2006 7:08 am 
Milan ObuchNov 21, 2006 7:12 am 
Mark BucciarelliNov 21, 2006 7:34 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Problem imapd.core in my Maildir directory.Actions...
From:HIROSHI OOTA (hiro@necel.com)
Date:Nov 20, 2006 5:56:24 pm
List:net.sourceforge.lists.courier-users

Hi,

At Mon, 20 Nov 2006 13:05:47 -0600, Edwin L. Culp W. wrote: ;; What else is being used? I'm also thinking that maybe this should ;; probably be on the por@freebsd.org rather than courier-users unless ;; other os's have the gamin/fam conflicts.

The code in gamin to which we are paying attention is the following. libgamin/gam_api.c |#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) | written = sendmsg(fd, &msg, 0); |#else | written = write(fd, &data[0], 1); |#endif There is a possibility to generate this collision even if it is not FreeBSD. I think that any application (including courier) should not define the functions which have same name as the system calls.