Bug 138157 - All networking crashes on Mac 32bit
Summary: All networking crashes on Mac 32bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-28 16:42 PDT by Geoffrey Garen
Modified: 2014-10-28 21:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.29 KB, patch)
2014-10-28 16:43 PDT, Geoffrey Garen
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2014-10-28 16:42:43 PDT
All networking crashes on 32bit
Comment 1 Geoffrey Garen 2014-10-28 16:43:55 PDT
Created attachment 240577 [details]
Patch
Comment 2 Andy Estes 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.
Comment 3 Geoffrey Garen 2014-10-28 16:50:30 PDT
Committed r175283: <http://trac.webkit.org/changeset/175283>
Comment 4 Darin Adler 2014-10-28 17:26:20 PDT
Was this a recent regression?
Comment 5 Andy Estes 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.
Comment 6 Andy Estes 2014-10-28 17:54:26 PDT
Is there a radar for this Geoff?
Comment 7 Alexey Proskuryakov 2014-10-28 20:23:05 PDT
I believe that this bug is harmless in release builds.
Comment 8 Alexey Proskuryakov 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.
Comment 9 Geoffrey Garen 2014-10-28 21:58:32 PDT
I didn't file a Radar: I just noticed this while testing bmalloc in 32bit mode.