Changes between Version 1 and Version 2 of Ticket #53885, comment 5
- Timestamp:
- Apr 1, 2017, 5:34:39 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53885, comment 5
v1 v2 3 3 on 10.4PPC, it works differently. the crypto207 probe code pops up a dialog box indicating an execution error, and writes a backtrace and debugging info into CrashReporter for a 'bad instruction' error every single time. I suspect this behaviour is not correct based on this discussion, and it was "fixed" in OS 10.5. 4 4 5 So it looks like this "error" can either just be ignored ( and I can wipe out all the erroneous error logs on 10.4 from time to time) or I could patch theprobe out on 10.4 if I really wanted to. 10.4 is ancient, and not many of us left even try to run it, so not worth more time from you I would say.5 So it looks like this "error" can either just be ignored (set CrashReporterPrefs to Server mode) and I can wipe out all the erroneous error logs that collect on 10.4 from time to time, or I could patch the mod207 probe out on 10.4 if I really wanted to. 10.4 is ancient, and not many of us left even try to run it, so not worth more time from you I would say. 6 6 7 7 I think this ticket can be closed, and the ppc asm code just left in place for performance reasons.