So another article showed up covering the same press meeting that I discussed earlier. Again, despite the fact that it was less than one tenth of one percent of the content of the rountable, the headline is open source. On the one hand, I feel slightly vindicated in that this one at least quoted me a little more accurately. And then there’s this:
“But I’m also sure we’ll be revisiting a few comments in the code here and there — I just thought of a particularly disparaging one I might have left in having to do with C++ unions,” Cantrill said with a laugh.
This was actually in response to a question — someone asked (lightheartedly, I had thought) if there were any inappropriate comments in Solaris that would have to be cleaned up. I responded — indeed with a laugh — that there were some profane comments I could think of that had to do with unions in C. (Note: C, not C++ — not that C++ unions don’t deserve the same coarse words, only that C++ has bigger problems than just unions.)
Needless to say, I was quite surprised to see this off-hand comment show up — and the reason for the disparaging comment probably deserves a little context. The comment in question is in code that I wrote for a loadable module in mdb, the Solaris modular debugger. This particular code is part of postmortem object type identification, a mechanism for identifying arbitrary memory objects from a system crash dump. I actually wrote a paper on this, and presented it at AADEBUG 2003 in September. Anyway, if you read the paper, you’ll see why I was feeling malice towards unions when I wrote the comment: the presence of unions makes type identification needlessly difficult.
So that’s the explanation for the disparaging comment about unions, for whatever that’s worth. And I’m still holding out some hope that we’ll see an article on the actual technical content that we presented, and not the open sourcing of Solaris that we refused to talk about…
2 Responses
Doing a lookup for “Sun Microsystems” at news.google.com and sorting by date is a handy way to keep up to date on news articles about Sun, though it doesn’t get everything. However, I didn’t notice any decent seeming write-ups about this Sun presentation. The average quality of reporting in the computer industry (and many technical industries) is quite poor, even for more specialist publications. Pretty annoying as someone who wants to “find out stuff”. Generally the best thing (I find) is to talk to engineers directly – which is why I like Sun’s online presentations, chats, and so on.
Aw, leave the comments alone. They’re probably useful to somebody! Anyway, in a general sense it’s not enough to sanitize comments. I once ran into the symbol horrible_kludge running nm(1) on a Unix kernel.
(No, not Linux. Also not Solaris, SunOS, AIX or even HP-UX — though that last would be a good guess.)