On Thu, May 12, 2016 at 04:59:38PM +0200, Pierre Labastie wrote: > I'll leave that to you to sort out for now: I'll be happy to run testing > builds, though, and I may come back to help later. My current problem is > that still qupzilla tells it cannot display correctly a page after > displaying it for a while (5 sec or so). I guess it is a GCC 6 issue, but I > do not know how to be sure, nor how to debug that. Actually, I am with LXQt > in a VM, and maybe this is a DM or qemu issue. > > Pierre > That's a pain.
From https://github.com/QupZilla/qupzilla/wiki/Bug-Reports I don't see anything in the "upstream" bugs, and I'm not sure if the "QtTestBrowser" link will be useful (the text implies it is for checking if the problem is in qt, qtwebkit, or qupzilla - obviously qtwebkit is no longer involved). I can't offer any advice on debugging a graphical application, beyond building it with the debug information enabled. I find trying to understand the flow of control in c++ programs almst impossible, and if it doesn't crash then finding the right place to put a breakpoint is beyond me. Does it happen on every site ? If not, maybe something in javascript (i.e. changing preferences for that site, if possible). How about plain text, e.g. http://zarniwhoop.uk/files/ttf-otf-coverage/FreeSerif (that is the old version, but it is about as minimal a page - no html - as you can get). For plain html, http://zarniwhoop.uk/ttf-otf-notes.html. ĸen -- This email was written using 100% recycled letters. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
