Okay, another try; This crash log is from a PPC machine (no Rosetta).
It crashes in both Rosetta and PPC machines. But the Intel build does
not crash.
It crashes when the user clicks in the content region of the window.
I modified my own event handler for the window so that it returns
without doing
anything and it still crashes (meaning, I hope, that my code is not
screwing up
something in the event chain).
Thanks all.
OS Version: 10.4.10 (Build 8R218)
Report Version: 4
Command: MacPacs X
Path: /Users/pacsuser/Desktop/MacPacs X.app/Contents/MacOS/MacPacs X
Parent: WindowServer [4717]
Version: ??? (2.4b28)
PID: 4767
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000d4
I have an app which has been running fine in both PPC and Intel
builds for a long time. Suddenly the PPC build fails when the user
clicks in one particular window.
Does this happen on PPC Macs, in Rosetta, or both? Does it matter
where in the window the user clicks?
I modified the event handler so that
"The event handler" is vague. Exactly which event is being handled
at the time of the crash? What is the current event target when the
crash happens?
it returns immediately (ie -does nothing) and the app still
crashes when that one window
is touched. If I return anything except eventNotHandled, then
everything is
fine (but I can't drag my windows).
That suggests it's crashing in a handler somewhere up the chain. Is
that handler yours or one the system installs?
No problems in the Intel build.
Suggestions appreciated!
Always offer as much information as possible.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden