[Webkit-unassigned] [Bug 23245] New: REGRESSION: Use of JavaScriptCore C API without using WebKit leads to immediate crash inside JSC::Identifier::add
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 11 14:44:04 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23245
Summary: REGRESSION: Use of JavaScriptCore C API without using
WebKit leads to immediate crash inside
JSC::Identifier::add
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: NeedsReduction, Regression, NeedsRadar, ReviewedForRadar
Severity: Major
Priority: P1
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrowe at apple.com
#include <JavaScriptCore/JavaScriptCore.h>
int main(int argc, char **argv)
{
JSGlobalContextRef context = JSGlobalContextCreate(0);
return 0;
}
running this against TOT crashes inside JSC::Identifier::add when calling
UString::Rep::null().hash();, as the data used by UString::Rep::null() has not
been initialized
--
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