GNOME Bugzilla – Bug 737994
New tab/window content is garbage
Last modified: 2015-07-31 12:01:05 UTC
Created attachment 287839 [details] Screenshot with garbage content in new window Most of the time when I open a new tab it will contain garbage letters as seen in the attached screenshot. Sometimes some of the speed dial things will come up next to the garbage. And it often crashes which I guess is not surprising given that something is obviously wrong. This has been a problem for some time. This is with Debian and it looks like I'm on WebkitGTK 2.6.0. Is there any way easy way to debug it?
Here's a backtrace:
+ Trace 234199
Created attachment 288101 [details] Backtrace text Some of the content of the backtrace got swallowed by bugzilla, here's the full version.
I run 3.16 and see the same garbage characters 8�� ��bL
What locale are you running in? $ echo $LANG
$ echo $LANG da_DK.UTF-8
Same issue +1. LANG=en_US.UTF-8 LANGUAGE=en_US:en Ubuntu 15.10 latest Ephy 3.16.3-1ubuntu1 libwebkitgtk-3.0-0 2.4.9-0ubuntu1~15.10~webkitteam1 libgtk-3-0 3.16.6-1ubuntu1
Created attachment 308504 [details] Screenshot with inspect element
Could this be because of the % in overview.html? See bug #751385
Created attachment 308524 [details] overview.html copied via inspect element I've saved overview.html via Inspect Element. And I saw wierd thing: html { background-color: #f6f6f4; background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #eeeeec), color-stop(1, #f6f6f4) ); background-size: 100 6.305605e-270m; background-repeat: no-repeat; } '%' was converted to '6.305605e-270m'? Regards.
And yes. My issue was related to https://bugzilla.gnome.org/show_bug.cgi?id=751385 After rebuilding with that patch, the issue seems to be solved... Regards
*** This bug has been marked as a duplicate of bug 751385 ***