[ ... ] > I'm currently debugging a signal 11 problem... I located it > in getdatetime > (imapd.c) and have to trace it down to the final "killer > line".... I'm working on an Compaq Alpha DS10... > > If anyone has similar problems, or if any developer can help > me trace it down........ I'd be very thankfull. > > Version of cyrus-imapd 2.1.12.
I tracked it down to the function time_t mkgmtime(tmp) in lib/mkgmtime.c. At the moment dir = tmcomp(mytm, &yourtmp); is invoked it dies... You can also said syslog(LOG_ERR, dir) and it will also die. So it seems for me, that it has something to do with "dir", which is a "register int"... Any ideas? Best regards, Oliver