RESOLVED FIXED 138157
All networking crashes on Mac 32bit
https://bugs.webkit.org/show_bug.cgi?id=138157
Summary All networking crashes on Mac 32bit
Geoffrey Garen
Reported 2014-10-28 16:42:43 PDT
All networking crashes on 32bit
Attachments
Patch (1.29 KB, patch)
2014-10-28 16:43 PDT, Geoffrey Garen
aestes: review+
Geoffrey Garen
Comment 1 2014-10-28 16:43:55 PDT
Andy Estes
Comment 2 2014-10-28 16:48:14 PDT
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.
Geoffrey Garen
Comment 3 2014-10-28 16:50:30 PDT
Darin Adler
Comment 4 2014-10-28 17:26:20 PDT
Was this a recent regression?
Andy Estes
Comment 5 2014-10-28 17:51:46 PDT
(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.
Andy Estes
Comment 6 2014-10-28 17:54:26 PDT
Is there a radar for this Geoff?
Alexey Proskuryakov
Comment 7 2014-10-28 20:23:05 PDT
I believe that this bug is harmless in release builds.
Alexey Proskuryakov
Comment 8 2014-10-28 20:24:56 PDT
Specifically, what happens is that an assertion fails in soft linking macro, but then we just send a message to a nil receiver.
Geoffrey Garen
Comment 9 2014-10-28 21:58:32 PDT
I didn't file a Radar: I just noticed this while testing bmalloc in 32bit mode.
Note You need to log in before you can comment on or make changes to this bug.