hi the problem seems to be that configure sets _FILE_OFFSET_BITS to 64 so that sizeof(off_t) is 8 on my 32 bit system. The whole courier code handles off_t like it is a long integer and it simply isn't in my case. I'll have to think about why only certain message sizes like 59983 cause problems.
I already mentioned that I run a 32 bit tool chain on a 64 bit kernel but this causes no problems when compiling other stuff - and I already compiled a lot with that setup. Even supplying --host=i686-pc-linux-gnu and --build=i686-pc-linux-gnu to configure will not fix the problem. I'll have to check why configure insists on setting _FILE_OFFSET_BITS to 64. cu, brunni On Wed, Jan 30, 2019 at 10:34:39AM +0100, Michael Brunnbauer wrote: > > hi all, > > deleting all courierpop3dsizelist did not help - the error resurfaced: > > +OK logged in. > list > +OK POP3 clients that break here, they violate STD53. > 1 7310579618250025551 > 2 12981 > 3 216801 > > Here is the start of the corresponing courierpop3dsizelist, which is now > completely new: > > /3 75 1548838396 > 1546194199.21411_0.merlot.netestate.de:2,S 59983 1:1548838396:0 > 1546447650.22053_0.merlot.netestate.de:2,S 12981 2:1548838396:0 > 1546602511.3711_0.merlot.netestate.de:2,S 216801 3:1548838396:0 > > cu, > brunni > > On Wed, Jan 30, 2019 at 09:52:03AM +0100, Michael Brunnbauer wrote: > > > > hi > > > > sorry I got them mixed up. First list is the working one and second list is > > the broken one. > > > > cu, > > brunni > > > > On Wed, Jan 30, 2019 at 09:38:54AM +0100, Michael Brunnbauer wrote: > > > > > > hi > > > > > > deleting courierpop3dsizelist seems to help. Here is the start of the file > > > causing problems: > > > > > > /3 557 1548836454 > > > 1546185882.7736_0.merlot.netestate.de:2,S 1339 1:1548836454:0 > > > 1546209242.770_0.merlot.netestate.de:2,S 10077 2:1548836454:0 > > > 1546231872.10670_0.merlot.netestate.de:2,S 14013 3:1548836454:0 > > > > > > And here is the start of the recreated file causing no problems: > > > > > > /3 26112 1366889189 > > > 1546185882.7736_0.merlot.netestate.de:2,S 1339 24781:1366889189:0 > > > 1546209242.770_0.merlot.netestate.de:2,S 10077 24786:1366889189:0 > > > 1546231872.10670_0.merlot.netestate.de:2,S 14013 24789:1366889189:0 > > > > > > The old file is not just one lying around from the old version (4.17.3). > > > It was definitely already updated by the new version. > > > > > > cu, > > > brunni > > > > > > On Wed, Jan 30, 2019 at 09:12:17AM +0100, Michael Brunnbauer wrote: > > > > > > > > hi all, > > > > > > > > after upgrading to 5.0.5, POP-clients choke on stuff like this: > > > > > > > > +OK logged in. > > > > list > > > > +OK POP3 clients that break here, they violate STD53. > > > > 1 1339 > > > > 2 3904953135600248669 > > > > 3 356482299581 > > > > 4 3904953165665017421 > > > > 5 356482295060 > > > > 6 3833177025128959209 > > > > 7 356482289224 > > > > 8 4050757207896118153 > > > > 9 356482286915 > > > > 10 3545228136838860671 > > > > 11 356482288849 > > > > 12 3977292238974620402 > > > > 13 356482295576 > > > > > > > > The messages with excessive size are not unusually big. Message 2 is > > > > 9906 > > > > bytes for example. > > > > > > > > I have Linux kernel 4.9.150, glibc 2.28, gcc 7.3.0. Toolchain is 32 bit > > > > but > > > > Kernel is 64 bit (arch reports x86_64). > > > > > > > > cu, > > > > brunni > > > > > > > > -- > > > > ++ Michael Brunnbauer > > > > ++ netEstate GmbH > > > > ++ Geisenhausener Straße 11a > > > > ++ 81379 München > > > > ++ Tel +49 89 32 19 77 80 > > > > ++ Fax +49 89 32 19 77 89 > > > > ++ E-Mail [email protected] > > > > ++ https://www.netestate.de/ > > > > ++ > > > > ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) > > > > ++ USt-IdNr. DE221033342 > > > > ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer > > > > ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel > > > > > > > > > > > > > > > > _______________________________________________ > > > > Courier-imap mailing list > > > > [email protected] > > > > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap > > > > > > > > > -- > > > ++ Michael Brunnbauer > > > ++ netEstate GmbH > > > ++ Geisenhausener Straße 11a > > > ++ 81379 München > > > ++ Tel +49 89 32 19 77 80 > > > ++ Fax +49 89 32 19 77 89 > > > ++ E-Mail [email protected] > > > ++ https://www.netestate.de/ > > > ++ > > > ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) > > > ++ USt-IdNr. DE221033342 > > > ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer > > > ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel > > > > > > > > -- > > ++ Michael Brunnbauer > > ++ netEstate GmbH > > ++ Geisenhausener Straße 11a > > ++ 81379 München > > ++ Tel +49 89 32 19 77 80 > > ++ Fax +49 89 32 19 77 89 > > ++ E-Mail [email protected] > > ++ https://www.netestate.de/ > > ++ > > ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) > > ++ USt-IdNr. DE221033342 > > ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer > > ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel > > > > > > _______________________________________________ > > Courier-imap mailing list > > [email protected] > > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap > > > -- > ++ Michael Brunnbauer > ++ netEstate GmbH > ++ Geisenhausener Straße 11a > ++ 81379 München > ++ Tel +49 89 32 19 77 80 > ++ Fax +49 89 32 19 77 89 > ++ E-Mail [email protected] > ++ https://www.netestate.de/ > ++ > ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) > ++ USt-IdNr. DE221033342 > ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer > ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel > _______________________________________________ > Courier-imap mailing list > [email protected] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap -- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a ++ 81379 München ++ Tel +49 89 32 19 77 80 ++ Fax +49 89 32 19 77 89 ++ E-Mail [email protected] ++ https://www.netestate.de/ ++ ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) ++ USt-IdNr. DE221033342 ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
signature.asc
Description: PGP signature
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
