Sascha wrote: > Hi Gary,
>> Yes, I tried the new 2.72 on a Red Hat 9.0 machine with hopes that >> Vupil was aware of the problem and had fixed it, but it still >> Segfaulted. > It also segfaults with SuSE and gentoo, but at different points. I can not > figure out why its different. > [EMAIL PROTECTED]:~ # razor-check -d /tmp/amavis-problem/email.txt > Jun 21 09:13:35.325527 check[25251]: [ 2] Razor-Agents v2.72 starting > razor-check -d /tmp/amavis-problem/email.txt > . > . > . > Jun 21 09:13:35.335360 check[25251]: [ 8] mail 1 Subject: Undelivered Mail > Returned to Sender > Jun 21 09:13:35.335819 check[25251]: [ 6] preproc: mail 1.0 went from 572 > bytes to 535 > Jun 21 09:13:35.336125 check[25251]: [ 6] preproc: mail 1.1 went from 393 > bytes to 356 > Segmentation fault > [EMAIL PROTECTED] ~ $ razor-check -d email.txt > Jun 21 09:12:35.751832 check[21762]: [ 2] Razor-Agents v2.72 starting > razor-check -d email.txt > . > . > . > Jun 21 09:12:35.803054 check[21762]: [ 8] mail 1 Subject: Undelivered Mail > Returned to Sender > Jun 21 09:12:35.803560 check[21762]: [ 6] preproc: mail 1.0 went from 572 > bytes to 535 > Jun 21 09:12:35.803964 check[21762]: [ 6] preproc: mail 1.1 went from 393 > bytes to 356 > Jun 21 09:12:35.804906 check[21762]: [ 6] preproc: mail 1.2 went from 3600 > bytes to 720 > Jun 21 09:12:35.805250 check[21762]: [ 6] computing sigs for mail 1.0, len > 535 > Segmentation fault >> Looking at your patch, in deHTMLxs.xs I replaced: >> *(raw + size) = '\0'; >> with >> *(raw + size - 1) = '\0'; >> recompiled and reinstalled, then it did not Segfault. > Interesting, I will try this later. > Thanks a lot to all of you. Greetings, > Sascha. I filed another bug report with razor http://sourceforge.net/tracker/index.php?func=detail&aid=1224440&group_id=3978&atid=103978 and am updating an existing one on the Debian site also. I also created a synopsis of the problem: http://www200.pair.com/mecham/razor.html Gary V ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
