Re: [brlcad-devel] Red-black Trees: Possible Faulty Implementation in libbu
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: Christopher S. M. <br...@ma...> - 2012-04-13 16:12:13
|
On Apr 13, 2012, at 11:20 AM, Tom Browder wrote: > Probably a little excessive term "strange" but I was thinking about > some of the TODO items indicating crashes (without thought as to use > of red-black) such as: Very few tools presently use the redblack API. It's one of those golden nuggets that should be used more, but we haven't done well to take advantage of it. At a glance, the tools currently using it are just g_lint, remapid, and pixcount. > * g-nff is crashing, fix it; g-dot outputs garbage I believe those were fixed, but need a quick testing. > * test illuminate (e.g. oed) + Z, report of crash (on Windows) That was a report from a user, unconfirmed. Needs someone to see if they can reproduce the crash. > * fix bottie crash on 32b builds Bonafide bug in the TIE rendering code. Probably something simple, but it needs debugging. > * resolve bot bin sort optimization crash, disabled during release That's not strange at all, just a bug in new optimization code that cropped up during release testing. It's probably an off-by-one or similar issue in "THE NEW WAY" code in src/librt/primitives/bot/bot.c. Cheers! Sean |