After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737994 - New tab/window content is garbage
New tab/window content is garbage
Status: RESOLVED DUPLICATE of bug 751385
Product: epiphany
Classification: Core
Component: General
3.14.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-06 11:28 UTC by Ole Laursen
Modified: 2015-07-31 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot with garbage content in new window (10.02 KB, image/png)
2014-10-06 11:28 UTC, Ole Laursen
Details
Backtrace text (1.94 KB, text/plain)
2014-10-09 08:58 UTC, Ole Laursen
Details
Screenshot with inspect element (219.63 KB, image/png)
2015-07-31 01:33 UTC, Hirotaka Maruyama
Details
overview.html copied via inspect element (2.85 KB, text/css)
2015-07-31 09:48 UTC, Hirotaka Maruyama
Details

Description Ole Laursen 2014-10-06 11:28:15 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?
Comment 1 Ole Laursen 2014-10-09 08:40:42 UTC
Here's a backtrace:

  • #0 _IO_vfprintf_internal
    at vfprintf.c line 2005
  • #1 __GI___vasprintf_chk
    at vasprintf_chk.c line 66
  • #2 g_vasprintf
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #3 g_string_append_vprintf
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #4 g_string_printf
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #5 history_service_query_urls_cb
    at /tmp/buildd/epiphany-browser-3.14.0/./embed/ephy-about-handler.c line 477
  • #6 ephy_history_service_execute_job_callback
    at /tmp/buildd/epiphany-browser-3.14.0/./lib/history/ephy-history-service.c line 548
  • #7 ??
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #8 g_main_context_dispatch
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #9 ??
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #10 g_main_context_iteration
    from /lib/i386-linux-gnu/libglib-2.0.so.0
  • #11 g_application_run
    from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  • #12 main
    at /tmp/buildd/epiphany-browser-3.14.0/./src/ephy-main.c line 488

Comment 2 Ole Laursen 2014-10-09 08:58:31 UTC
Created attachment 288101 [details]
Backtrace text

Some of the content of the backtrace got swallowed by bugzilla, here's the full version.
Comment 3 cloun203 2015-05-12 19:09:25 UTC
I run 3.16 and see the same garbage characters

8��	��bL
Comment 4 Michael Catanzaro 2015-05-12 21:59:27 UTC
What locale are you running in?

$ echo $LANG
Comment 5 Ole Laursen 2015-05-13 08:18:34 UTC
$ echo $LANG
da_DK.UTF-8
Comment 6 Hirotaka Maruyama 2015-07-31 01:23:22 UTC
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
Comment 7 Hirotaka Maruyama 2015-07-31 01:33:56 UTC
Created attachment 308504 [details]
Screenshot with inspect element
Comment 8 Carlos Garcia Campos 2015-07-31 06:12:37 UTC
Could this be because of the % in overview.html? See bug #751385
Comment 9 Hirotaka Maruyama 2015-07-31 09:48:01 UTC
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.
Comment 10 Hirotaka Maruyama 2015-07-31 10:33:34 UTC
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
Comment 11 Ole Laursen 2015-07-31 12:01:05 UTC

*** This bug has been marked as a duplicate of bug 751385 ***