From: Sunil S. <sh...@bo...> - 2005-12-12 13:54:09
|
Quoting from Adamsonh's mail on Sun, Dec 11, 2005: > Hi, I portupgraded my fetchmail to 6.3.0 days ago and found it produced a segmentatioin fault when fetching mails from my ISP. I have to switch back to 6.2.5 because the old version works fine with my pop3 account. > > Please advice. Thanks. > > ------------------------ > fetchmail: 6.3.0 querying corppop.netvigator.com (protocol POP3) at Sun Dec 11 18:41:48 2005: poll started ... > fetchmail: POP3> STAT > fetchmail: POP3< +OK 1 132323 > 1 message for xxx at corppop.netvigator.com (132323 octets). > fetchmail: POP3> LIST 1 > fetchmail: POP3< +OK 1 132323 > fetchmail: POP3> RETR 1 > fetchmail: POP3< +OK 132323 octets > reading message xx...@po...:1 of 1 (132323 octets) > Segmentation fault (core dumped) Please send the output (after removing password information) of: $ fetchmail -V [your fetchmail options here] Are you using fetchmail in multidrop mode? If so, can you run fetchmail in single drop mode (with keep option, so that mails can be distributed later) and report if the segmentation fault still occurs? To get a better gdb output, rerun configure this way: $ export CFLAGS="-g -ggdb" $ ./configure [your configure options here] $ make # and as root $ make install # not install-strip -- Sunil Shetye. |