Skip to content

Invalid memory access when displaying enum #63

@khalyomede

Description

@khalyomede

This code

module main

import net.http { Status }


fn main() {
	println(Status.not_found.int())
}

Will display this error

Running code...
Can't run code. The server returned an error:
0x14d1ad4aa2d6: at ???: RUNTIME ERROR: invalid memory access
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:19476: by array_push
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45887: by v__markused__Walker_expr
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45585: by v__markused__Walker_exprs
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45515: by v__markused__Walker_stmt
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45579: by v__markused__Walker_stmts
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45769: by v__markused__Walker_expr
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45471: by v__markused__Walker_stmt
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45579: by v__markused__Walker_stmts
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45732: by v__markused__Walker_expr
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45471: by v__markused__Walker_stmt
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45579: by v__markused__Walker_stmts
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:46003: by v__markused__Walker_fn_decl
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:45377: by v__markused__Walker_mark_root_fns
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:44996: by v__markused__mark_used
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:51606: by v__builder__Builder_middle_stages
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:51623: by v__builder__Builder_front_and_middle_stages
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54147: by v__builder__cbuilder__gen_c
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54119: by v__builder__cbuilder__build_c
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54110: by v__builder__cbuilder__compile_c
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54027: by v__builder__Builder_rebuild
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:53180: by v__builder__compile
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54547: by main__rebuild
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:54500: by main__main
/tmp/v_1000/v.01K0PWW2Z0T23NRCMZWDK2JB0Y.tmp.c:55324: by main
Exited with error status 255
Please try again.

Try it online: https://play.vlang.io/p/e8caf97b39

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions