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

Assertion in ../src/core/n-data.c:1444: VAL_SERIES_Ptr_Debug #2467

Closed
earl opened this issue Jan 12, 2016 · 2 comments
Closed

Assertion in ../src/core/n-data.c:1444: VAL_SERIES_Ptr_Debug #2467

earl opened this issue Jan 12, 2016 · 2 comments

Comments

@earl
Copy link
Contributor

earl commented Jan 12, 2016

Running build.reb with a vanilla Ren/C 64-bit Linux debug build from current master (d216e30639db3bbf3ea8017cc16f5904b846f857) triggers the following assertion:

../src/core/n-data.c:1444: VAL_SERIES_Ptr_Debug: Assertion `(VAL_TYPE_Debug((v), "../src/core/n-data.c", 1444) >= REB_BINARY && VAL_TYPE_Debug((v), "../src/core/n-data.c", 1444) <= REB_LIT_PATH) || ((VAL_TYPE_Debug((v), "../src/core/n-data.c", 1444)==REB_MAP) ? TRUE : FALSE) || ((VAL_TYPE_Debug((v), "../src/core/n-data.c", 1444)==REB_VECTOR) ? TRUE : FALSE) || ((VAL_TYPE_Debug((v), "../src/core/n-data.c", 1444)==REB_IMAGE) ? TRUE : FALSE)' failed.
Aborted (core dumped)

@hostilefork
Copy link
Member

Fixed here:

metaeducation/ren-c@dd39dda

One of the old confusing type-unsafe things where the assumption that the "frame" series in the OBJECT! value lived at the same offset as the "series" of a SERIES! object... can't tell what's going on from the source with these, so it's a runtime check before you generally know.

Went ahead and took care of the next two small things and...!

=== BUILD SUCCEEDED!

@hostilefork
Copy link
Member

Presuming this fixed it, let me know if not...

@hostilefork hostilefork transferred this issue from metaeducation/ren-c Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants