I was finally able to trick the Mac OS to grab the crash log (first I type a character in the report box then immediately click on the crash log , copy all). Its six pages long total, but here is the relevant part. Can anyone tell me (or tell me how I can tell) if this is the compiler itself crashing? "GMButton" is the last thing from my code (and the first thing in this list). This button has worked fine for about 3 years without being changed, but just to be sure, I created a new bevel button with the same code, and it crashes just the same. (see second crash log excerpt below the first)
_________ first log ___________________________________________ GMbutton.Event_MouseDown%b%o<GMbutton>i4i4 + 572 11 rbframework.dylib 0x00b4ef8c RuntimeCanvas::HandleClick(int, int, int) + 144 12 rbframework.dylib 0x00ba4b08 Window::HandleClick(int, int, int) + 260 13 rbframework.dylib 0x00b4597c RuntimeViewWindow::HandleClick(int, int, int) + 40 14 rbframework.dylib 0x00ac86a4 PumpedEventQueue::HandleInContent(PumpedEvent*, Window*, Window*) + 196 15 rbframework.dylib 0x00ac8cb0 PumpedEventQueueInternalHandleEvents() + 804 16 rbframework.dylib 0x00aca214 EnvironmentEventQueue::FilterEvent(EventRecord*) + 1064 17 rbframework.dylib 0x00aca27c CallFunctionWithExceptionHandling(void (*)()) + 32 18 rbframework.dylib 0x00ac8200 PumpedEventQueueHandleEvents() + 36 19 rbframework.dylib 0x00aca7b4 SetApplicationState(int) + 640 20 rbframework.dylib 0x00aca214 EnvironmentEventQueue::FilterEvent(EventRecord*) + 1064 21 rbframework.dylib 0x00aca27c CallFunctionWithExceptionHandling(void (*)()) + 32 22 rbframework.dylib 0x00acab48 mainloop() + 148 23 rbframework.dylib 0x00a76574 RuntimeRun + 68 24 0x000206cc REALbasic._RuntimeRun + 52 25 0x00004758 _Main + 176 26 0x0000153c % main + 56 27 0x007552ec _start + 184 28 0x007551bc start + 48 _____________ 2nd log (bevel button) ___________________________________________ Thread 0 Crashed: 0 libSystem.B.dylib 0x90003348 strlen + 8 1 libSystem.B.dylib 0x90131308 _simple_vdprintf + 3688 2 libSystem.B.dylib 0x90131b48 _simple_dprintf + 52 3 libSystem.B.dylib 0x9012c7ec malloc_printf + 180 4 libSystem.B.dylib 0x900064dc free + 124 5 rbframework.dylib 0x00b02718 stringStorage::RemoveReference() + 44 6 rbframework.dylib 0x00a40578 RuntimeUnlockString + 24 7 rbframework.dylib 0x00a405b0 RuntimeLockUnlockStrings + 40 8 0x00314c7c Classes_AddModDel.class_delete + 5748 9 0x0028b5a8 winMain.winMain.BevelButton1_Action%%o<winMain.winMain> + 208 10 ...pearancePak.rbx_0.128.dylib 0x00fa3174 REALPluginMain + 21556 11 rbframework.dylib 0x00ab70a8 RuntimeCustomControlPane::HandleAction(int) + 108 12 rbframework.dylib 0x00aa0590 SubPane::HIViewizeIfNeeded() + 1236 13 com.apple.HIToolbox 0x9329a934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692 14 com.apple.HIToolbox 0x9329a08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372 15 com.apple.HIToolbox 0x932a0e90 SendEventToEventTarget + 40 16 com.apple.HIToolbox 0x933197e8 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 380 17 com.apple.HIToolbox 0x933a1b38 SendControlCommand(HIView*, unsigned long, unsigned long) + 68 18 com.apple.HIToolbox 0x933482c8 HIView::NotifyControlHit(short, unsigned long) + 112 19 com.apple.HIToolbox 0x93352454 HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), OpaqueEventRef*, bool) + 264 20 com.apple.HIToolbox 0x9337d910 HandleControlClick + 84 21 ...pearancePak.rbx_0.128.dylib 0x00fa328c REALPluginMain + 21836 22 rbframework.dylib 0x00ab65e8 RuntimeCustomControlPane::HandleClick(int, int, int) + 140 23 rbframework.dylib 0x00ba4b08 Window::HandleClick(int, int, int) + 260 24 rbframework.dylib 0x00b4597c RuntimeViewWindow::HandleClick(int, int, int) + 40 25 rbframework.dylib 0x00ac86a4 PumpedEventQueue::HandleInContent(PumpedEvent*, Window*, Window*) + 196 26 rbframework.dylib 0x00ac8cb0 PumpedEventQueueIn ternalHandleEvents() + 804 27 rbframework.dylib 0x00aca214 EnvironmentEventQueue::FilterEvent(EventRecord*) + 1064 28 rbframework.dylib 0x00aca27c CallFunctionWithExceptionHandling(void (*)()) + 32 29 rbframework.dylib 0x00ac8200 PumpedEventQueueHandleEvents() + 36 30 rbframework.dylib 0x00aca7b4 SetApplicationState(int) + 640 31 rbframework.dylib 0x00aca214 EnvironmentEventQueue::FilterEvent(EventRecord*) + 1064 32 rbframework.dylib 0x00aca27c CallFunctionWithExceptionHandling(void (*)()) + 32 33 rbframework.dylib 0x00acab48 mainloop() + 148 34 rbframework.dylib 0x00a76574 RuntimeRun + 68 35 0x000206cc REALbasic._RuntimeRun + 52 36 0x00004758 _Main + 176 37 0x0000153c % main + 56 38 0x00755d74 _start + 184 39 0x00755c44 start + 48 ************************************** See what's free at http://www.aol.com. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
