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.

Timeout and max-depth results

See original GitHub issue

In the current version, hitting either the max-timeout or max-depth limit results in Mythril returning an innocent looking output like this - {"error": null, "issues": [], "success": true}

Can we please have a separate indicator in the output to suggest that the lack of an issue was because of hitting this limit. Currently, there’s no real way to distinguish between Mythril genuinely not finding a bug vs. Mythril returning “no error” simply because it hit one of these limits.

This, in my opinion, is quite a critical flag to have in the output. I’m not sure, but i thought i had raised this issue a while back. Thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
norhhcommented, Dec 19, 2018

Priority isn’t yet added, enhancement is just a category in categories like feature, bug, maintainence, … .

0reactions
JoranHonigcommented, Feb 8, 2019

This should be resolved with the many changes leading up to 0.20.0. I’m going to close this issue. Feel free to re-open if there are still unresolved problems

Read more comments on GitHub >

github_iconTop Results From Across the Web

Better way to serialize with a timeout in c#.Net - Stack Overflow
Based upon dbc's excellent answer, I managed to create a better timed serializer. It resolves all 3 issues mentioned above:
Read more >
Core Options — ScanCode-Toolkit documentation
--timeout Option​​ If some file scan exceeds the specified timeout, that file isn't scanned anymore and the next file scanning starts. This helps...
Read more >
[Solved]-Better way to serialize with a timeout in c#.Net-C#
score :0. The correct way to run an action timed would be to do something like ... int maxDepth = 100, int secondsToTimeout...
Read more >
WCF and Timeout expired. The timeout period elapsed prior to ...
The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use ......
Read more >
QUnit.config
hidepassed. Hide results of passed tests (HTML Reporter). QUnit.config.maxDepth. The depth up-to which an object will be ...
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