This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Mark.Shannon, Zabolekar, brandtbucher, christian.heimes, pablogsal
Date 2022-01-05.15:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641395120.22.0.422681788355.issue46009@roundup.psfhosted.org>
In-reply-to
Content
GH-30367 broke Emscripten WASM builds. I'm getting a "null function or function signature mismatch" error from the WASM engine:

RuntimeError: null function or function signature mismatch
    at _PyEval_EvalFrameDefault (http://localhost:8000/python.wasm:wasm-function[2383]:0x103a6f)
    at gen_send_ex2 (http://localhost:8000/python.wasm:wasm-function[886]:0x4f35d)
    at gen_iternext (http://localhost:8000/python.wasm:wasm-function[893]:0x4fb1a)
    at builtin_any (http://localhost:8000/python.wasm:wasm-function[3927]:0x198a87)
    at cfunction_vectorcall_O (http://localhost:8000/python.wasm:wasm-function[403]:0x201ae)
    at PyObject_Vectorcall (http://localhost:8000/python.wasm:wasm-function[2426]:0x109dbe)
    at _PyEval_EvalFrameDefault (http://localhost:8000/python.wasm:wasm-function[2383]:0x1062ba)
    at _PyEval_Vector (http://localhost:8000/python.wasm:wasm-function[2380]:0xfc366)
    at PyEval_EvalCode (http://localhost:8000/python.wasm:wasm-function[2379]:0xfc014)
    at _PyConfig_InitPathConfig (http://localhost:8000/python.wasm:wasm-function[6871]:0x2924b0)

I'm trying to get more debug information now.
History
Date User Action Args
2022-01-05 15:05:20christian.heimessetrecipients: + christian.heimes, Mark.Shannon, pablogsal, brandtbucher, Zabolekar
2022-01-05 15:05:20christian.heimessetmessageid: <1641395120.22.0.422681788355.issue46009@roundup.psfhosted.org>
2022-01-05 15:05:20christian.heimeslinkissue46009 messages
2022-01-05 15:05:20christian.heimescreate