Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 20:56:52 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Michael Osipov <1983-01-06@gmx.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Cannot build qt5-webkit with debug
Message-ID:  <1b7192f7-5ebe-8d28-6bd9-92c8a2097acf@quip.cz>
In-Reply-To: <15dbf933-b04b-788f-5cab-0dc5ffdcc532@gmx.net>
References:  <f0a4e30f-8856-b4e6-dc9b-ad87ecf1a17a@quip.cz> <86c4b386-9298-fa0a-ccc1-ec6b1e65b788@quip.cz> <81e73790-6b69-8038-b087-9ff75c1cf9b5@gmx.net> <1a72bb7d-8ded-afe4-6fa7-8c301d73839e@quip.cz> <c5d41be9-f2a7-7451-b2e5-370587209571@gmx.net> <23335a73-5853-eab2-5684-b40f430ec8c7@quip.cz> <nycvar.OFS.7.76.44444.807.2002241744450.61731@z.fncre.vasb> <nycvar.OFS.7.76.44444.807.2002241750480.61731@z.fncre.vasb> <12ae3631-1973-5a42-8aa2-2fb8b9b93f8b@quip.cz> <15dbf933-b04b-788f-5cab-0dc5ffdcc532@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Osipov wrote on 2020/02/24 20:35:
> Am 2020-02-24 um 19:10 schrieb Miroslav Lachman:


> Looking at your sample code and the website, there are several issues:
> 
> * The resource employs mixed site content HTTPS loads HTTP. Firefox 
> blocks this, I guess WebKit blocks it too.
> * Result: Droid Sans is not loaded [1], like the CSS
> * The CSS has this:
>> body {
>>   font-family: 'Droid Sans','Lucida Grande',sans-serif;
>>   line-height: 1.125em;
>>   color: #444; }
> 
> Lucida Grande isn't there either. It must choke somewhere.
> 
> See also
> 
>> frame #10: 0x00000008039cf92c 
>> libQt5WebKit.so.5`WebCore::CSSParser::parseSystemFont
> 
> I assume it does some fopen() and chokes on when looking for sans-serif 
> replacement.
> 
> Can you run the application with truss? We should see the fopen() and 
> shortly after the crash. Upload the truss output.

I tried it on simpler website on HTTP without external fonts etc. but it 
is still crashing


Example JS code and truss output is on hastebin
https://hastebin.com/sizefupiki.pl

No fopen found there :(

I installed webfonts in the meantime without any effect.

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1b7192f7-5ebe-8d28-6bd9-92c8a2097acf>