On Fri, 30 Jun 2006, saf wrote: > procmail recrashed with Segmentation fault on my machine. > I wrote a wrapper to detect when procmail fails, and then I saved > the data to try to reproduce the error. Now I sent you a dump > of my mail which has made procmail to crash. > > Here is the output of dmesg: > procmail[4241]: segfault at 0000000000000000 rip 00002aaaaadc5570 rsp > 00007fffffc98658 error 4 > > The dump file is included as file attachement. > > Unfortunality I can't reproduce the failure. [...]
This is going to be difficult to track, then. You could also build procmail with debugging symbols and use ulimit so that it creates a core dump. The procedure for the first thing is quite simple: apt-get source procmail cd procmail-3.22 export DEB_BUILD_OPTIONS=noopt,nostrip debian/rules build fakeroot debian/rules binary sudo dpkg -i procmail*.deb Assuming you get a core dump, gdb could then give us some clue of what's really happening. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]