Re: occasional error when filtering spam

"Ger Hobbelt" <[email protected]>
Newsgroups gmane.mail.spam.crm114
Message-ID <[email protected]>
Or try the very latest from hebbut.net ;-)

But that wouldn't get you back to BlameTheInterns unfortunately...


At least it's got that change Paolo is suggesting built in: GerH
builds have significantly more error checking than the original
flavour.

In the GerH releases you'll find this

> Can you try to insert
>
>     if (fp == NULL)
>       {
> +       fprintf (stderr, "ifn='%s', filename='%s', errno=%d, error='%s'\n",
> +           ifn,filename, errno, strerror(errno));
>         fatalerror5 (
>
> right before 'fatalerror5 (' @~149 in crm_expr_file_io.c and see what you
> get in the logs.

incorporated in the error report itself like this:

            fp = fopen(ifn, "rb");
            if (fp == NULL)
            {
                fatalerror_ex(SRC_LOC(),
                        "For some reason, I was unable to read-open
the file named '%s' (expanded from '%s'): error = %d(%s)",
                            ifn,
                           filename,
                            errno,
                          errno_descr(errno));



On Tue, Mar 25, 2008 at 1:35 AM, Paolo <[email protected]> wrote:
> On Tue, Mar 25, 2008 at 10:43:31AM +1100, Jason Lewis wrote:
>  >
>  > Somewhere along the way, I deleted the source tree that I used to
>  > compile the version of crm114 (20070731-BlameTheInterns) that I'm
>
>  you can grab



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web: http://www.hobbelt.com/
 http://www.hebbut.net/
mail: [email protected]
mobile: +31-6-11 120 978
--------------------------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.