In my custom view I call [NSMenu popUpContextMenu:contextMenu
withEvent:theEvent forView:self] during mousDown: in some cases. It
sometimes crashes during this call in [NSFont __isSystemFont]. The
menu I'm giving it has multiple sizes of the default menu font in it.
Any ideas why this is happening? Same code works fine on Tiger.