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 hoodchatham
Recipients christian.heimes, hoodchatham, miss-islington
Date 2022-04-01.21:56:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648850178.03.0.016905418234.issue47162@roundup.psfhosted.org>
In-reply-to
Content
I'm having trouble pinpointing the bad function pointer because chrome cuts off the end of the wasm file with: 
```
;; .... text is truncated due to size
```
Maybe I should follow the directions here, since this is a consistent nuisance.
https://www.diverto.hr/en/blog/2020-08-15-WebAssembly-limit/
I have a stack trace but the key info of what function is being called is missing. If chrome didn't truncate the wasm I could figure out what the callee is too.

I looked into this before at some point and IIRC the issue is that one initialization code path hands the Init function a spec but the a different path doesn't give it the spec. It wasn't obvious how to fix the problem.
History
Date User Action Args
2022-04-01 21:56:18hoodchathamsetrecipients: + hoodchatham, christian.heimes, miss-islington
2022-04-01 21:56:18hoodchathamsetmessageid: <1648850178.03.0.016905418234.issue47162@roundup.psfhosted.org>
2022-04-01 21:56:18hoodchathamlinkissue47162 messages
2022-04-01 21:56:17hoodchathamcreate