[Webkit-unassigned] [Bug 133572] Using --recordGCPauseTimes=true causes a crash in jsc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 17 11:14:58 PDT 2014


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





--- Comment #5 from Geoffrey Garen <ggaren at apple.com>  2014-06-17 11:15:20 PST ---
(From update of attachment 233222)
View in context: https://bugs.webkit.org/attachment.cgi?id=233222&action=review

> Source/JavaScriptCore/ChangeLog:12
> +        This is because JSC::initializeThreading() initializes HeapStatistics
> +        before Options values get filled from the command line arguments, while
> +        this initialization is dependent on the options.

I see a call to Options::recordGCPauseTimes(). Why is that not sufficient to fill in Options values from command line arguments?

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