bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: assertion fault. on loggin


From: Paul Edwards
Subject: Re: assertion fault. on loggin
Date: Sat, 13 Sep 2003 06:20:43 GMT

Actually, after you've done your first testing of the patch
(unchanged), I provided, and start moving it around for
different test results, you'd better stick a "sleep(5)" in there
as below.  And also a printf, to make it easy to see which
assert it failed on.

BFN.  Paul.


"Paul Edwards" <kerravon@nosppaam.w3.to> wrote in message 
news:_jt8b.98136$bo1.65501@news-server.bigpond.net.au...
> +     if (ugly_hack != NULL)
> +     {
> +         printf("dummy fno %d prior to %d\n",
> +                fileno(ugly_hack->fp),
> +                fileno(bc->fp));

++++     sleep(5);

> +         assert (fstat ( fileno (ugly_hack->fp), &s ) != -1);

++++     printf("still working\n");

> +     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]