[Webkit-unassigned] [Bug 25033] dtoa.cpp segfaults with g++ 4.4.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 12:03:57 PDT 2009


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





------- Comment #1 from darin at apple.com  2009-04-03 12:03 PDT -------
Yow! That's code that no one on the project knows all that much about -- we
haven't changed it too much since the original David Gay library it came from.

If you have some skills with assembly-language debugging you might be able to
figure out what line of code is involved. You don't need to do a debug build to
have symbols. You could try building with "-O2 and -g" to see if that helps you
figure out what's wrong.

Worst case, you could try to find a completely different solution for dtoa --
it might be hard to find one that has correct behavior and great performance,
though.


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



More information about the webkit-unassigned mailing list