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

20051208: LDM refuse to start with assertion error (cont.)



>From: David YEUNG <address@hidden>
>Organization: CCAR HKUST
>Keywords: 200512080652.jB86qB7s009443 LDM assertion failure

Hi David,

re: try remaking the LDM queue
>I actually did delete the queue and re-create it using the old versoin
>LDM (6.0.14), >but could not fix the problem,

OK.

>then I even reboot my machine and it was still not fixed.

I would not think that a reboot would helped unless something was
very wrong.

>It seems to be ok after I upgrade the LDM software.

I looked at the assertion error you reported:

Dec 08 05:24:22 rcz006 atm[13870]: assertion "n > 0" failed: file "pq.c", line 
2187

and see that it is in a check in a routine that takes the log of a number:

/* return floor(log4(n)) */
static int
log4(size_t n)
{
    assert(n > 0);
    return (int)(log(n + 0.5)/log(4.0));
}

Very strange indeed...  I will talk to Steve Emmerson (our LDM guru)
about what could have caused this error when he gets back to the office
(he is attending the AGU meeting currently).

>Regards

Cheers,

Tom Yoksas
--
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.