Java NSToolbar validateVisibleItems() crashes VM intermittently
Java NSToolbar validateVisibleItems() crashes VM intermittently
- Subject: Java NSToolbar validateVisibleItems() crashes VM intermittently
- From: Michael Dupuis <email@hidden>
- Date: Mon, 14 May 2001 10:53:10 -0400
I've been using the NSToolbar and NSToolbarItems APIs, yes I know they are
undocumented right now, and have been having intermittent crashes on the
call to validateVisibleItems() in NSToolbar. I was wondering if anyone else
doing Java Cocoa development has been seeing this. The VM will crash for no
real rhyme or reason except that this method has been called. The crash I
get is simply a signal 10 (SIGBUS). Is there anyway to get more information
from ProjectBuilder, etc when this happens? Just running the debugger
doesn't help.
I'd like to be able to gather a bit more information before submitting this
as a bug.
Michael