ZoKrates icon indicating copy to clipboard operation
ZoKrates copied to clipboard

crash on windows 10,

Open zhfnjust opened this issue 3 years ago • 5 comments

Description

crash when compiling. build from source, using latest commit 6271c5b7467abcd7d45aab4c85fcef7d58e1e70d

ubuntu and mac don't have such problem

Environment

  • Compiler version: 0.7.5
  • Operating system: windows 10 x64

Steps to Reproduce



def main(field a, field b) -> field:
    assert(a + b == 3)
    return 

image

zhfnjust avatar Jul 12 '21 15:07 zhfnjust

Hey thanks for reporting this, you omitted the environment part of the issue, could you give more details? Especially if you were building from source or using our binaries

Schaeff avatar Jul 12 '21 17:07 Schaeff

Hey thanks for reporting this, you omitted the environment part of the issue, could you give more details? Especially if you were building from source or using our binaries

updated

zhfnjust avatar Jul 15 '21 12:07 zhfnjust

This definitely seems like a bug, but you're missing a field value in the return statement

dark64 avatar Jul 16 '21 10:07 dark64

This definitely seems like a bug, but you're missing a field value in the return statement

error still happend after adding a field value in the return statement

zhfnjust avatar Jul 17 '21 15:07 zhfnjust

Can you provide more information about this? I can't replicate the same issue on my Win 10 machine.

dark64 avatar Sep 06 '21 09:09 dark64