From c352fb920f49b2b58593a9f32fe13277728ba9c5 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Thu, 22 Aug 2019 16:23:01 +0200 Subject: [PATCH] added QA --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000000..45699ea48b --- /dev/null +++ b/FAQ.md @@ -0,0 +1,7 @@ +**Q: compiler might be in a non-sane state** +``error: "Uncaught JavaScript exception: RangeError: Maximum call stack size exceeded. +The compiler might be in a non-sane state, please be careful and do not use further compilation data to deploy to mainnet. +It is heavily recommended to use another browser not affected by this issue (Firefox is known to not be affected)."`` + +**A: Old versions of solidity compiler had this problem with chrome.** +Please change the compiler version in Solidity Plugin to the newer one or use another browser.