Gotta find myself some buried treasure

Sep 23, 2007 23:15

I just love coming to work on a Sunday and setting up a detailed test environment in response to complaints that my software is crashing on some systems, ready to play detective and do the (often fun) forensic part of my job, only to discover that the problem is likely not in my code in the first place.

In particular, this fairly trivial program causes a coredump on 64-bit FreeBSD (which I was at first blaming on one of my libraries):

#include

int main()
{
printf("%s\n", strerror(2));
}

I was hoping to go see the San Francisco Mime Troupe after work Wednesday but I've been roped into doing training all day until late enough that I can't make it.

At least it looks pretty certain we'll make our next deadline which is tomorrow at noon. A lot of people worked through the weekend on stuff.

It's not even Monday yet and I already want the weekend to come!
Previous post Next post
Up