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

Segmentation fault after sudo apt-get update && sudo apt-get upgrade at 'from pypylon import pylon' #722

Closed
jokubas11 opened this issue Feb 19, 2024 · 1 comment

Comments

@jokubas11
Copy link

Describe what you want to implement and what the issue & the steps to reproduce it are:

I have not changed any previous of my code. I have a large app, that worked well, but then I did sudo apt-get update and the app stopped working. I cannot launch the app and I get segmentation fault immediately.

I narrowed it down to the line in my code that threw the segmentation fault:

from pypylon import pylon

The error message that I got was:

terminate called after throwing an instance of 'GenICam_3_1_Basler_pylon::RuntimeException'
Segmentation fault (core dumped)

I have not altered any code and I did not add or change anything. Only thing I did was sudo apt-get update && sudo apt-get upgrade.

I have three PCs that were running the app, one runs Ubuntu 22.04, other runs Linux Mint 21, third runs Fedora 38. The app on PC that ran fedora was unaffected, while app is not working anymore on PCs that run Debian.

Changing pypylon versions did not affect things as well.

Is your camera operational in Basler pylon viewer on your platform

Yes

Hardware setup & camera model(s) used

Architecture: x86_64
OS: Ubuntu 22.04, Linux Mint 21
RAM: 16GB


Not related to any of the cameras, the module itself does not load

Runtime information:

python: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
platform: linux/x86_64/6.5.0-18-generic
pypylon: 1.8.0 / 6.3.0.18933
@jokubas11
Copy link
Author

I found out that gstreamer caused issues, I did not want to try to figure out what exactly, but reverting to old gstreamer version fixed my issue....

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