Michael Ambrus wrote: > > Dave, regarding the thow patch: you reverted to the same as it was 2 > revisions ago. It chokes gcc 4.0 for some reason (something about a > loose throw...). Can't you put the thow() inside the {}? Hmmm -- I don't see any destructor for armTimerNoSched in any previous revision. However, I think the problem is that I forgot to add a destructor to armTimerSched. Try this patch and let me know if it works for you. Dave