[webkit-dev] Crash When Running run-safari

2019-04-10 Thread Assaf Inbal
Hey, I’m trying to build and run (top-of-branch) WebKit to debug some weird behaviour and am running into some issues. I compiled everything on macOS with `./Tools/Scripts/build-webkit --debug` which seemed to work just find but when I go ahead and run Safari via `./Tools/Scripts/run-safari --d

Re: [webkit-dev] Crash When Running run-safari

2019-04-10 Thread Assaf Inbal
y between the > very recent WebKit you built and the older system’s Safari. > I will look into fixing this shortly, thanks for letting me know. > > -- >  Chris Dumez > > > > >> On Apr 10, 2019, at 4:44 AM, Assaf Inbal wrote: >> >> Hey, >> &g

Re: [webkit-dev] Crash When Running run-safari

2019-04-10 Thread Assaf Inbal
Great, thanks! I was able to start Safari and reproduce my issue. Now to figure out what’s going on... smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinf

[webkit-dev] A Little Help Debugging Chuked + multipart/x-mixed-replace Responses

2019-04-12 Thread Assaf Inbal
Hey, I’m trying to debug an issue where Safari (both on macOS and iOS) fails to load an MJPEG stream in some cases. The HTTP response is of content type "multipart/x-mixed-replace” and is also using chunked encoding. The stream works as expected in Firefox and Chrome but fails in Safari. In the

Re: [webkit-dev] A Little Help Debugging Chuked + multipart/x-mixed-replace Responses

2019-04-15 Thread Assaf Inbal
Hey again, For what it’s worth, I did manage to figure out that the connection is dropped/canceled at Source/WebCore/loader/SubresourceLoader.cpp:didReceiveResponse() where it fails the condition that the resource is a multipart but it’s not detected as an image: "canceling load because someth