Replies: 2 comments 2 replies
-
I'm going to switch this over to be an issue since it looks like a language runtime problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, can I have you file an issue for this? We need some information about version, platform, and how to reproduce it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error: JIT(0x7fffa7407000)(0x00007fffa7407000) The parsed MLIR structure type '!kgen.variant<struct<()>, scalar, scalar, scalar, struct<(pointer, index)>, pointer, pointer, pointer>' has not byte size. The MLIR type won't be used and regular MLIR-agnostic DWARF parsing will be performed.
error: JIT(0x7fffa7407000)(0x00007fffa7407000) [MojoDWARFParser::ParseTypeFromDWARF]: Unhandled type tag. Die = 0x403, tag = DW_TAG_variant_part, name = DW_TAG_variant_part
error: JIT(0x7fffa7407000)(0x00007fffa7407000) [MojoDWARFParser::CompleteTypeFromDWARF]: Couldn't complete the struct type '!kgen.variant<struct<()>, scalar, scalar, scalar, struct<(pointer, index)>, pointer, pointer, pointer>' because one of its fields has no size. Die = 0x3e9, member die = 0x3f0.
error: JIT(0x7fffa7407000)(0x00007fffa7407000) [MojoDWARFParser::CompleteTypeFromDWARF]: The struct type 'pkg stdlib::pkg builtin::module object::struct object' doesn't have the same size as reported in the DWARF after type completion. Die = 0x3d6.
it also tries to open the stringref.mojo file, but it cannot, because the file is not found
Beta Was this translation helpful? Give feedback.
All reactions