All networking crashes on 32bit
Created attachment 240577 [details] Patch
Comment on attachment 240577 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240577&action=review Whoops. r=me. > Source/WebCore/ChangeLog:8 > + Content filtering is not available on 32bit, so soft-linking fails at NEFilterSource content filtering, that is.
Committed r175283: <http://trac.webkit.org/changeset/175283>
Was this a recent regression?
(In reply to comment #4) > Was this a recent regression? I don't think so. I believe this bug existed since I implemented NEFilterSource. It didn't occur to me that the framework would be 64-bit only.
Is there a radar for this Geoff?
I believe that this bug is harmless in release builds.
Specifically, what happens is that an assertion fails in soft linking macro, but then we just send a message to a nil receiver.
I didn't file a Radar: I just noticed this while testing bmalloc in 32bit mode.