[Webkit-unassigned] [Bug 48020] [chromium] Linux: bogus argv output causing failure of compositing/geometry/object-clip-rects-assertion.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 13:40:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=48020





--- Comment #2 from Stephen White <senorblanco at chromium.org>  2011-07-18 13:40:06 PST ---
(In reply to comment #1)
> This seems to have been fixed at some point -- this test has been passing on the Linux Debug canary for a long time.  I've removed it from test_expectations as of r75504.

I noticed this failing again on my local machine, so I decided to track this down.  Just for posterity, it seems to be "totemPlugin", which seems to be installed on Lucid by default (not sure why the bots are behaving differently).  The offending code is in totemPlugin::Init():

 for (int16_t i = 0; i < argc; i++) {
    printf ("argv[%d] %s %s\n", i, argn[i], argv[i] ? argv[i] : "");
    if (argv[i]) {
      g_hash_table_insert (args, g_ascii_strdown (argn[i], -1),
               g_strdup (argv[i]));
    }
  }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list