GithubHelp home page GithubHelp logo

mini-mc's People

Contributors

xiw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mini-mc's Issues

Python 3 incompatibility? ('NoneType' object is not callable)

Running the script mod_eqv.py with Python 3 (version 3.5.2) on MacOS X El Capitan (version 10.11.6) produces the following unexpected error messages:

[18400] assume (y & -y == y)
[18401] assume ¬(y & -y == y)
[18400] assume (URem(x, y) == x & y - 1)
[18401] assume (URem(x, y) == URem(x, y))
[18402] assume ¬(URem(x, y) == x & y - 1)
[18403] assume ¬(URem(x, y) == URem(x, y))
[18403] unreachable
[18403] exit
Exception ignored in: <object repr() failed>
Traceback (most recent call last):
  File "/Users/andryak/Desktop/cppworkspace/lib/z3/build/z3.py", line 280, in __del__
TypeError: 'NoneType' object is not callable
Exception ignored in: <object repr() failed>
Traceback (most recent call last):
  File "/Users/andryak/Desktop/cppworkspace/lib/z3/build/z3.py", line 280, in __del__
TypeError: 'NoneType' object is not callable
[18401] exit
[18402] unreachable
[18402] exit
Exception ignored in: <object repr() failed>
Traceback (most recent call last):
  File "/Users/andryak/Desktop/cppworkspace/lib/z3/build/z3.py", line 280, in __del__
TypeError: 'NoneType' object is not callable
Exception ignored in: <object repr() failed>
Traceback (most recent call last):
  File "/Users/andryak/Desktop/cppworkspace/lib/z3/build/z3.py", line 280, in __del__
TypeError: 'NoneType' object is not callable
[18400] exit

This problem is frequent but does not manifest itself every time the script is run, it looks like it is due to some weird race-condition between the processes spawned by mini-mc and the way they interact with the Z3 library code.

With Python 2 (version 2.7.10) the script runs fine.

Is there a way to fix this misbehavior related to Python 3?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.