-
Notifications
You must be signed in to change notification settings - Fork 207
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
_genicam.RuntimeException: NULL pointer dereferenced : RuntimeException thrown #544
Comments
can you please start your script in gdb and show the backtrace: |
Thanks @thiesmoeller for the reply. This is the backtrace: #0 0x0000007fb5e8b648 in std::istream::read(char*, long) () from /usr/lib/aarch64-linux-gnu/libstdc++.so.6 |
One reason could be a somewhat corrupt binary cache file in the folder can you please try a rm -r $HOME/genicam_xml_cache |
This solved the issue, thanks! |
Hi,
I am using a Nvidia Xavier NX device with JetPack 4.6, L4T 32.6.1 OS flashed on an SSD, so it is getting booted from this external storage. I connect an USB Basler camera to this device.
I am using pylon version 6, pypylon 1.8.0 and python 3.7.
When running
pylon.InstantCamera(pylon.TlFactory.GetInstance().CreateFirstDevice())
I am getting an error:
NULL pointer dereferenced : RuntimeException thrown (file 'PylonPowerNodeMap.h', line 172).
Using the pylon viewer or the C++ code I am able to take images without any issues.
For another project I am using a Nvidia Xavier AGX without the OS flashed on an SSD and here the pypylon SDK is working.
I also tried installing different pylon, pypylon and python versions but it is always giving the same NULL pointer dereferenced error.
I am wondering if booting from the SSD is causing this issue and if there is a possible solution for this?
Thanks
The text was updated successfully, but these errors were encountered: