Sun Studio Express Feb 2007 freezes upon "collect"
When I try to analyze a program (via any of the features under the "Advanced" menu) Sun Studio Express Feb 2007 freezes (aparently forever). It seems to spawn a slew of "/bin/mail" processes presumably to send email back to Sun about usage. When I run "collect" from the command line, I experience the same behavior. I haven't configured sendmail on my machine, which perhaps is the reason why it is freezing.
I would recommend adding a configuration option to disable this feature or have it fail more gracefully (but perhaps this is more an issue with /bin/mail).
I actually get around this now by replacing /bin/mail with a near-empty script:
#!/bin/csh
test

