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 ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
