Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one byte string class seems to be missing a string in its name slot #7332

Closed
lexprfuncall opened this issue Dec 12, 2012 · 1 comment
Closed
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant

Comments

@lexprfuncall
Copy link

A recent change to the runtime tripped an assert in the heap profiler that verified all class objects have a non-null name member.

This assert is tripped only once during a profile and only for the one byte string class. This should not be the case but, an inspection of the code did not immediately reveal what might be going wrong.

@iposva-google
Copy link
Contributor

Removed Priority-Medium label.
Added Priority-Unassigned label.

@lexprfuncall lexprfuncall added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Jun 5, 2013
@mhausner mhausner added the closed-obsolete Closed as the reported issue is no longer relevant label Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

4 participants