node-bindgen icon indicating copy to clipboard operation
node-bindgen copied to clipboard

bug: examples seg fault

Open RaphaelDarley opened this issue 1 year ago • 2 comments

accessing fields causes segfault

recreate:

git clone https://github.com/infinyon/node-bindgen.git
cd node-bindgen/examples/class-simple
make test

this causes

make: *** [test] Segmentation fault: 11

RaphaelDarley avatar Jul 31 '23 12:07 RaphaelDarley

Can you provide more information about the system and node version. Reproduction on this seems to succeed w/ no test failures in CI as well as manual tests in macos and linux? node versions 18 & 20

digikata avatar Sep 14 '23 15:09 digikata

This should be fixed by https://github.com/infinyon/node-bindgen/pull/259

@RaphaelDarley Can you try again using the latest changes on this PR? In case that it fails, could you describe which node version you are using and which OS?

morenol avatar Sep 26 '23 01:09 morenol