futhark icon indicating copy to clipboard operation
futhark copied to clipboard

0.13.3: SIGSEGV

Open inv2004 opened this issue 6 months ago • 2 comments

when isMainModule:
  import futhark

  importc:
    path: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include"
    rename "u_int", "u_intt"
    "sys/sysctl.h"

  echo "a"

0.13.2: a 0.13.3:

/Users/u/ttop/src/ttop/procfs.nim(4, 8) [DuplicateModuleImport]
SIGSEGV: Illegal storage access. (Attempt to read from nil?)

inv2004 avatar Aug 06 '24 19:08 inv2004