WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
282996
Remove spurious logs about KVO ivar access when using old SDKs
https://bugs.webkit.org/show_bug.cgi?id=282996
Summary
Remove spurious logs about KVO ivar access when using old SDKs
Ben Nham
Reported
2024-11-12 10:55:12 PST
In
277751@main
, I added a fault log that was supposed to only fire when a client tries to access instance variables of WebKit objects via key-value coding. However, the log line is causing spurious faults because it fires even when a client accesses non-ivar properties on those objects (since `-addObserver:forKeyPath:options:context:` ends up calling `+accessInstanceVariablesDirectly` irregardless of the keypath). To reduce confusion, just remove this logging entirely.
Attachments
Add attachment
proposed patch, testcase, etc.
Ben Nham
Comment 1
2024-11-12 10:55:13 PST
<
rdar://problem/139464152
>
Ben Nham
Comment 2
2024-11-12 10:57:16 PST
Pull request:
https://github.com/WebKit/WebKit/pull/36536
EWS
Comment 3
2024-11-12 12:38:19 PST
Committed
286496@main
(7808f86a5b15): <
https://commits.webkit.org/286496@main
> Reviewed commits have been landed. Closing PR #36536 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug