Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpixie4e.so file is crashing the kernel #3

Open
maraMaraschino opened this issue Jun 26, 2024 · 1 comment
Open

libpixie4e.so file is crashing the kernel #3

maraMaraschino opened this issue Jun 26, 2024 · 1 comment

Comments

@maraMaraschino
Copy link
Collaborator

maraMaraschino commented Jun 26, 2024

Ok, so I generated the source and header files for pixie4e in src-pixie4e-awkward to try and create a second Jupyter Notebook as an example of the xia_analysis that uses awkward_kaitai instead of python kaitai library. I'm running into a strange problem with it, though.
It shows the generated libpixie4e.so file on the github page, but for some reason that file just isn't appearing in Jupyter Notebook, and when I try to run the lines:
xia = ak.Reader("../src-pixie4e-awkward/libpixie4e.so") awkward_array = xia.load("../data/StilbeneAmCs_500_0253/StilbeneAmCs_500_0253.b00")
it completely crashes the kernel.

@maraMaraschino
Copy link
Collaborator Author

After separating code on the lines between xia = (...) and awkward_array = (...) it looks like the issue is actually coming from the attempt at loading the file, and not from reading it.
It is still true that the .so file isn't showing up in the Jupyter Notebook file browser, but I've opened a separate issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant