This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>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.