function RecordSpan() in JavaScriptCore/wtf/FastMalloc.cpp
19 Nov
2009
19 Nov
'09
7:58 a.m.
Hi all, I am using WebKit-r51075, the lastest WebKit version. now the question: 1, line 1354 of RecordSpan() in JavaScriptCore/wtf/FastMalloc.cpp : if (span->length > 1) 2, "span->length" is type "uintptr_t", while "1" is int, are there any error potentials for this compare? 3, I run GtkLauncher on my embedded linux platform and got "signal SIGBUS" here 4, the error comes from byte-padding mostly, so, would the expression bring such issue here? 5, if it is, how to fix then? Thanks in Advance, Tony Wang
19 Nov
19 Nov
6:35 p.m.
New subject: function RecordSpan() in JavaScriptCore/wtf/FastMalloc.cpp
This question is for webkit-help, not webkit-dev. See <http://webkit.org/contact.html> for the purposes of the lists. -- Darin
5832
Age (days ago)
5832
Last active (days ago)
1 comments
2 participants
participants (2)
-
Darin Adler
-
Tony Wang