Re: Cannot build qt5-webkit with debug

2020-02-28 Thread Michael Osipov
Am 2020-02-26 um 17:52 schrieb Marcin Cieslak: On Wed, 26 Feb 2020, Miroslav Lachman wrote: Marcin Cieslak wrote on 2020/02/26 13:50: On Wed, 26 Feb 2020, Miroslav Lachman wrote: And what is not working now with the line fontFamilyList->append... removed()? Should I report it upstream or

Re: Cannot build qt5-webkit with debug

2020-02-26 Thread Marcin Cieslak
On Wed, 26 Feb 2020, Miroslav Lachman wrote: Marcin Cieslak wrote on 2020/02/26 13:50: On Wed, 26 Feb 2020, Miroslav Lachman wrote: And what is not working now with the line fontFamilyList->append... removed()? Should I report it upstream or is it FreeBSD specific problem? I think it is

Re: Cannot build qt5-webkit with debug

2020-02-26 Thread Miroslav Lachman
Marcin Cieslak wrote on 2020/02/26 13:50: On Wed, 26 Feb 2020, Miroslav Lachman wrote: And what is not working now with the line fontFamilyList->append... removed()? Should I report it upstream or is it FreeBSD specific problem? I think it is a bit too early to tell. I think it is not

Re: Cannot build qt5-webkit with debug

2020-02-26 Thread Marcin Cieslak
On Wed, 26 Feb 2020, Miroslav Lachman wrote: And what is not working now with the line fontFamilyList->append... removed()? Should I report it upstream or is it FreeBSD specific problem? I think it is a bit too early to tell. I think it is not really FreeBSD-specific but there might be

Re: Cannot build qt5-webkit with debug

2020-02-26 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/25 11:16: Am 2020-02-24 um 22:52 schrieb Miroslav Lachman: [...] I tried it on the simplest web page without any fonts, css etc. but it is still crashing. I removed the charset from the page so it is now not using ICU. https://hastebin.com/iyonapasuz.bash

Re: Cannot build qt5-webkit with debug

2020-02-25 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/25 11:16: Am 2020-02-24 um 22:52 schrieb Miroslav Lachman: Michael Osipov wrote on 2020/02/24 21:40: Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: [..] I tried it on simpler website on HTTP without external fonts etc. but it is still crashing Example JS

Re: Cannot build qt5-webkit with debug

2020-02-25 Thread Michael Osipov
Am 2020-02-24 um 22:52 schrieb Miroslav Lachman: Michael Osipov wrote on 2020/02/24 21:40: Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: [..] 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

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/24 21:40: Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: [..] 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

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Michael Osipov
Am 2020-02-24 um 20:56 schrieb Miroslav Lachman: 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

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
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

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Michael Osipov
Am 2020-02-24 um 19:10 schrieb Miroslav Lachman: Marcin Cieslak wrote on 2020/02/24 18:51: On Mon, 24 Feb 2020, Marcin Cieslak wrote: On Mon, 24 Feb 2020, Miroslav Lachman wrote:    frame #13: 0x0008039aa3ed libQt5WebKit.so.5`WebCore::CSSParser::parseSheet(this=0x7fffa490,

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Marcin Cieslak
On Mon, 24 Feb 2020, Miroslav Lachman wrote: Marcin Cieslak wrote on 2020/02/24 18:51: On Mon, 24 Feb 2020, Marcin Cieslak wrote: On Mon, 24 Feb 2020, Miroslav Lachman wrote:    frame #13: 0x0008039aa3ed libQt5WebKit.so.5`WebCore::CSSParser::parseSheet(this=0x7fffa490,

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
Marcin Cieslak wrote on 2020/02/24 18:51: On Mon, 24 Feb 2020, Marcin Cieslak wrote: On Mon, 24 Feb 2020, Miroslav Lachman wrote:    frame #13: 0x0008039aa3ed libQt5WebKit.so.5`WebCore::CSSParser::parseSheet(this=0x7fffa490, sheet=0x0008155f5e40, string=0x7fffb888,

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Marcin Cieslak
On Mon, 24 Feb 2020, Marcin Cieslak wrote: On Mon, 24 Feb 2020, Miroslav Lachman wrote: frame #13: 0x0008039aa3ed libQt5WebKit.so.5`WebCore::CSSParser::parseSheet(this=0x7fffa490, sheet=0x0008155f5e40, string=0x7fffb888, textPosition=0x7fffb650,

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Marcin Cieslak
On Mon, 24 Feb 2020, Miroslav Lachman wrote: "phantomjs" can run simple "Hello world" example https://github.com/ariya/phantomjs/blob/master/examples/hello.js But when I try to run some real work (fetching web page) it segfaulted. Looks like Qt5Webkit has a problem reading CSS for the web

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/24 16:47: Am 2020-02-24 um 16:35 schrieb Miroslav Lachman: Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/local/lib/qt5/libQt5WebKitWidgets.so.5...done. Loaded symbols for /usr/local/lib/qt5/libQt5WebKitWidgets.so.5 Reading symbols from

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Marcin Cieslak
On Mon, 24 Feb 2020, Michael Osipov wrote: (root@testjail) ~/# gdb /usr/local/bin/phantomjs GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. Can you try gdb from ports? /usr/local/bin/gdb831 works much better with a modern C++ applications. Marcin smime.p7s

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Michael Osipov
Am 2020-02-24 um 16:35 schrieb Miroslav Lachman: Michael Osipov wrote on 2020/02/24 16:00: Am 2020-02-24 um 15:50 schrieb Miroslav Lachman: Miroslav Lachman wrote on 2020/02/24 12:48: [..] There are 2 core dumps -rw---  1 root  wheel   327M Feb 24 14:36 gdb.core -rw---  1 root 

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
Michael Osipov wrote on 2020/02/24 16:00: Am 2020-02-24 um 15:50 schrieb Miroslav Lachman: Miroslav Lachman wrote on 2020/02/24 12:48: [..] There are 2 core dumps -rw---  1 root  wheel   327M Feb 24 14:36 gdb.core -rw---  1 root  wheel   4.9M Feb 24 14:36 phantomjs.core What more

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Michael Osipov
Am 2020-02-24 um 15:50 schrieb Miroslav Lachman: Miroslav Lachman wrote on 2020/02/24 12:48: Short story: I am trying to build qt5-webkit with WITH_DEBUG=yes in make.conf on our E3 Xeon machine with FreeBSD 11.3, poudriere-devel, 16GB of RAM and 10GB of swap. The build always hangs, machine

Re: Cannot build qt5-webkit with debug

2020-02-24 Thread Miroslav Lachman
Miroslav Lachman wrote on 2020/02/24 12:48: Short story: I am trying to build qt5-webkit with WITH_DEBUG=yes in make.conf on our E3 Xeon machine with FreeBSD 11.3, poudriere-devel, 16GB of RAM and 10GB of swap. The build always hangs, machine is unresponsive on SSH / HTTP, only ping is