question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compiler "aborts" whenever editing Solidity files

See original GitHub issue
[2021-11-06 19:34:15.079] [exthost] [error] RuntimeError: abort(Canceled: Canceled). Build with -s ASSERTIONS=1 for more info.
    at process.abort (/Users/t11s/.vscode-insiders/extensions/juanblanco.solidity-0.0.135/node_modules/solc/soljson.js:1:13074)
    at process.emit (events.js:327:22)
    at processPromiseRejections (internal/process/promises.js:245:33)
    at processTicksAndRejections (internal/process/task_queues.js:94:32)

I see this error in my extension host logs upon starting up vscode in a solidity project now, and errors do not showing up when editing solidity files as a result.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
juanfranblancocommented, Nov 8, 2021

Thanks to you both!! 😃

2reactions
juanfranblancocommented, Nov 8, 2021

@transmissions11 @AlphaSerpentis can you check the latest? image What OS are you using?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contributing — Solidity 0.8.17 documentation
Syntax tests check that the compiler generates the correct error messages for invalid code and properly accepts valid code. They are stored in...
Read more >
Solidity Documentation - Read the Docs
Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs.
Read more >
Solang Solidity Compiler
Welcome to the Solang Solidity Compiler. Using Solang, you can compile smart contracts written in Solidity for Solana and Parity Substrate.
Read more >
Chapter 4. Our First Smart Contract - O'Reilly
Our greeter directory should now include the following files: ... Here we tell the Solidity compiler that our code is compatible with Solidity...
Read more >
Learn Solidity in Y Minutes
Solidity lets you program on Ethereum, a blockchain-based virtual machine that allows ... Declare the source file compiler version pragma solidity ^0.6.6; ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found