[Webkit-unassigned] [Bug 112686] [gdb] Unable to print string values due to non existent s_hashFlag8BitBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 11:57:26 PDT 2013


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


Dirk Pranke <dpranke at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hayato at chromium.org,
                   |                            |tony at chromium.org




--- Comment #1 from Dirk Pranke <dpranke at chromium.org>  2013-03-27 11:55:36 PST ---
Hm. I've never really looked at this code, so I'm guessing, but it looks like the field still exists in StringImpl, so maybe it has been optimized out as per the error.  Does changing s_hashFlag8BitBuffer to 64 (i.e., 1u << 6) fix the problem?

-- 
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