February 2004 Entries
Sony and Robots seem to go hand in hand these days http://www.tokyodv.com/news... Check out all of the links, as one of them demonstrates some dancing robots that look cool
Well today has been a hoot, trying to narrow down a sigsegv in a legacy application, the issue is that something is currupting memory, but I do not know until the memory that has been currupted is accessed, so the stack trace I get in the final core is not representative of where the root issue is. I have run profilers on the code, boundchecking software (http://www-106.ibm.com/dev... ) without errors, i.e. nothing of interest found. To add to the complexity, the...