Giter Site home page Giter Site logo

could not find symtab about cinder HOT 4 CLOSED

web3creator avatar web3creator commented on June 5, 2024
could not find symtab

from cinder.

Comments (4)

DinoV avatar DinoV commented on June 5, 2024 1

I don't think it's Cinder's responsibility to mask out the nargsf flag, but it is going to be a source of binary incompatibility as we've added extra bits that need to be masked out. But consumers of vectorcall should mask using PyVectorcall_NARGS to get the number of arguments.

One possibility is that they're doing n & ~PY_VECTORCALL_ARGUMENTS_OFFSET but I'd be surprised if that's happening. We certainly use Cython internally and it works with this.

Could the Cython code have been built against stock CPython and is being re-used on Cinder? The runtime warnings of size mismatches are certainly an indication that it could have been built against a different version. If so then the Cython code just needs to be re-built against Cinder headers in order to work properly.

from cinder.

tekknolagi avatar tekknolagi commented on June 5, 2024

could not find symtab is harmless logging from the symbolizer. The real error message is something Cython related at the bottom where there's some place Cinder doesn't mask out the nargsf well (there's a high bit set somewhere)

from cinder.

web3creator avatar web3creator commented on June 5, 2024

@tekknolagi Thank you very much for your answer. I just executed /cinder/bin/python3 -m compiler app.py How should I solve this problem?

from cinder.

DinoV avatar DinoV commented on June 5, 2024

Closing for now, please re-open if it seems like this wasn't originally built against normal CPython.

from cinder.

Related Issues (20)

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.