Skip to content
New issue

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

[Bug] possible accidental text getting printed to stdout #1078

Closed
0rphon opened this issue Jun 29, 2021 · 0 comments · Fixed by #1093
Closed

[Bug] possible accidental text getting printed to stdout #1078

0rphon opened this issue Jun 29, 2021 · 0 comments · Fixed by #1093
Assignees
Labels
bug Something isn't working priority-high A high priority bug/task in Leo.

Comments

@0rphon
Copy link
Contributor

0rphon commented Jun 29, 2021

🐛 Bug Report

RTAAI T text gets printed to stdout using the following code. Not only is this new, but it doesn't happen with other code examples

Code snippet to reproduce

function main () {
    let x: [u128; 1] = [1234567890];
    x[0] *= 0u128;
}

Stack trace & error message

D:\Work\leo-playground>D:\Work\leo_repos\leo\target\release\leo clean && D:\Work\leo_repos\leo\target\release\leo run
      Done Finished in 1 milliseconds 

     Build Starting...
     Build Compiling main program... ("D:\\Work\\leo-playground\\src/main.leo")
RTAAI T 1234567890
     Build Number of constraints - 128
     Build Complete
      Done Finished in 8 milliseconds

     Setup Starting...
RTAAI T 1234567890
     Setup Saving proving key ("D:\\Work\\leo-playground\\outputs/leo-playground.lpk")
     Setup Complete
     Setup Saving verification key ("D:\\Work\\leo-playground\\outputs/leo-playground.lvk")
     Setup Complete
      Done Finished in 29 milliseconds

   Proving Starting...
RTAAI T 1234567890
   Proving Saving proof... ("D:\\Work\\leo-playground\\outputs/leo-playground.proof")
      Done Finished in 7 milliseconds

 Verifying Starting...
 Verifying Proof is valid
      Done Finished in 2 milliseconds

Your Environment

  • leo commit 2e0dab1
  • rustc version 1.55.0-nightly
  • Windows 10.0.19043 (Windows 10 Pro) [64-bit]
@0rphon 0rphon added bug Something isn't working fuzz-bug labels Jun 29, 2021
@gluax gluax self-assigned this Jun 30, 2021
@gluax gluax added the priority-high A high priority bug/task in Leo. label Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high A high priority bug/task in Leo.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants