We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever I try to read the fb_fix_screeninfo, node.js crashes and says malloc(): memory corruption. My fb_fix_screeninfo structure looks like:
fb_fix_screeninfo
malloc(): memory corruption
StructType({ id: ArrayType(ref.types.char,16), smem_start: ref.types.ulong, smem_len: ref.types.uint, type: ref.types.uint, type_aux: ref.types.uint, visual: ref.types.uint, xpanstep: ref.types.ushort, ypanstep: ref.types.ushort, line_length: ref.types.uint, mmio_start: ref.types.ulong, mmio_len: ref.types.uint, accel: ref.types.uint, capabilities: ref.types.ushort, reserved: ArrayType(ref.types.ushort,2) })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whenever I try to read the
fb_fix_screeninfo
, node.js crashes and saysmalloc(): memory corruption
. Myfb_fix_screeninfo
structure looks like:The text was updated successfully, but these errors were encountered: