"master" process is the daemon here and it spawns an "imapd" process
to service an imap request. It is the "imapd" process that is of
interest to you.

I believe that by default cyrus compilation includes "-g" flag to
enable us to carry out debugging or to read the core dumps, if not
you should be able to pass that to "configure" via "CPPFLAGS" option.
__
Seva

"Reynald I. Ngo" wrote:
> 
> Hi,
> 
>      Do you think its with the libraries that's being called by the daemons? How do 
>i link gdb to my Cyrus IMAP during compile time? Do i edit the Makefile? TYI! {=)
> 
> >> SA> You may want to do an "ldd imapd", to check the libraries that
> >> SA> the compiled version of your programs are picking, if they
> >> SA> are not the same as the one that you built them with, then most
> >> SA> likely, that is your problem. If the shared libraries look ok
> >> SA> then you would have to deal with the logs and see if they have
> >> SA> anything to offer and if they don't reveal anything, then you
> >> SA> will probably have to deal with core itself by going into "gdb"
> >> SA> and looking at the trace and see where it bombed!
> 
> Get 250 color business cards for FREE!
> http://businesscards.lycos.com/vp/fastpath/

Reply via email to