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/listinfo/webkit-dev


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

2019-04-10 Thread Chris Dumez
Bug 196777  will fix this.

--
 Chris Dumez




> On Apr 10, 2019, at 10:54 AM, Chris Dumez  wrote:
> 
> Yes, this commit broke it: http://trac.webkit.org/r243320 
> 
> 
> --
>  Chris Dumez
> 
> 
> 
> 
>> On Apr 10, 2019, at 10:47 AM, Assaf Inbal > > wrote:
>> 
>> Thanks for the update!
>> Since I don’t really need the bleeding-edge, can you tell me which 
>> tag/commit of WebKit I can use which should be compatible?
>> 
>> Thanks in advance!
>> 
>> On 10 Apr 2019, at 20:36, Chris Dumez > > wrote:
>> 
>>> Oh, I am responsible for this. This is due to an incompatibility 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,
 
 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 --debug` I get an exception and the program 
 exits:
 2019-04-10 14:34:38.256 SafariForWebKitDevelopment[644:9602] *** 
 Terminating app due to uncaught exception 'NSInvalidArgumentException', 
 reason: 'Related web view  has data store 
  but configuration specifies a 
 different data store '
 Not sure what this means exactly and couldn’t find anything similar online.
 
 Any help would be appreciated.
 
 Thanks!
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org 
 https://lists.webkit.org/mailman/listinfo/webkit-dev 
 
>>> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2019-04-10 Thread Chris Dumez
Yes, this commit broke it: http://trac.webkit.org/r243320 


--
 Chris Dumez




> On Apr 10, 2019, at 10:47 AM, Assaf Inbal  wrote:
> 
> Thanks for the update!
> Since I don’t really need the bleeding-edge, can you tell me which tag/commit 
> of WebKit I can use which should be compatible?
> 
> Thanks in advance!
> 
> On 10 Apr 2019, at 20:36, Chris Dumez  > wrote:
> 
>> Oh, I am responsible for this. This is due to an incompatibility 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,
>>> 
>>> 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 --debug` I get an exception and the program 
>>> exits:
>>> 2019-04-10 14:34:38.256 SafariForWebKitDevelopment[644:9602] *** 
>>> Terminating app due to uncaught exception 'NSInvalidArgumentException', 
>>> reason: 'Related web view  has data store 
>>>  but configuration specifies a 
>>> different data store '
>>> Not sure what this means exactly and couldn’t find anything similar online.
>>> 
>>> Any help would be appreciated.
>>> 
>>> Thanks!
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org 
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> 
>> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2019-04-10 Thread Assaf Inbal
Thanks for the update!
Since I don’t really need the bleeding-edge, can you tell me which tag/commit 
of WebKit I can use which should be compatible?

Thanks in advance!

> On 10 Apr 2019, at 20:36, Chris Dumez  wrote:
> 
> Oh, I am responsible for this. This is due to an incompatibility 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,
>> 
>> 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 --debug` I get an exception and the program 
>> exits:
>> 2019-04-10 14:34:38.256 SafariForWebKitDevelopment[644:9602] *** Terminating 
>> app due to uncaught exception 'NSInvalidArgumentException', reason: 'Related 
>> web view  has data store > 0x7fbc872856e0> but configuration specifies a different data store 
>> '
>> Not sure what this means exactly and couldn’t find anything similar online.
>> 
>> Any help would be appreciated.
>> 
>> Thanks!
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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

2019-04-10 Thread Chris Dumez
Oh, I am responsible for this. This is due to an incompatibility 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,
> 
> 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 --debug` I get an exception and the program exits:
> 2019-04-10 14:34:38.256 SafariForWebKitDevelopment[644:9602] *** Terminating 
> app due to uncaught exception 'NSInvalidArgumentException', reason: 'Related 
> web view  has data store  0x7fbc872856e0> but configuration specifies a different data store 
> '
> Not sure what this means exactly and couldn’t find anything similar online.
> 
> Any help would be appreciated.
> 
> Thanks!
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 --debug` I get an exception and the program exits:
2019-04-10 14:34:38.256 SafariForWebKitDevelopment[644:9602] *** Terminating 
app due to uncaught exception 'NSInvalidArgumentException', reason: 'Related 
web view  has data store  but configuration specifies a different data store 
'
Not sure what this means exactly and couldn’t find anything similar online.

Any help would be appreciated.

Thanks!



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev