WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246705
[JSC] AssemblyComents.h assertion failure when not using libpas allocator
https://bugs.webkit.org/show_bug.cgi?id=246705
Summary
[JSC] AssemblyComents.h assertion failure when not using libpas allocator
Joseph Griego
Reported
2022-10-18 12:53:33 PDT
As title. On e.g. armv7 linux where the libpas allocator is not used, using a debug build, the following reproduces the failure: ./WebKitBuild/Debug/bin/jsc --dumpDisassembly=1 JSTests/stress/dfg-branch.js ASSERTION FAILED: newEnd <= thisStart || thisEnd <= newStart ../../Source/JavaScriptCore/assembler/AssemblyComments.h(63) : void JSC::AssemblyCommentRegistry::registerCodeRange(void*, void*, JSC::AssemblyCommentRegistry::CommentMap&&) Aborted This seems to be because the comment registry range for a executable region is not unregistered when the memory reason is released back to the allocator--patch forthcoming
Attachments
Add attachment
proposed patch, testcase, etc.
Joseph Griego
Comment 1
2022-10-18 12:58:33 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5508
EWS
Comment 2
2022-10-19 08:50:59 PDT
Committed
255735@main
(256a5b87fda9): <
https://commits.webkit.org/255735@main
> Reviewed commits have been landed. Closing PR #5508 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-10-19 08:51:20 PDT
<
rdar://problem/101339451
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug