-
Notifications
You must be signed in to change notification settings - Fork 14
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
Trace/breakpoint trap on Debian, Python 3.8, Zivid 2.1.0 #104
Comments
Could you post a minimal but self-contained Python script that reproduces this error? |
I posted the first three lines from the standard example. That is sufficient for me to generate the error. |
Ah, so to be clear, running either |
I confirm that
A further piece of information: When trying to get an interface to the camera, i.e. immediately following the statement |
Thank you, that looks as it should.
|
|
And
|
Ah that's pretty bleeding-edge. Have you also tried with the latest stable Debian by any chance? (Debian 10 / Buster) |
I do not have a stable install around at the moment, but I will try out with a live install when I find the time. |
I may be able to test with Debian 10 myself soon. Tip: Ubuntu is the officially supported (and most tested) distro for Zivid. |
I know that Ubuntu is the supported distribution. However, Debian is the free choice, and I will stretch a long way to get everything working on Debian :-) The difference should be quite minor, so the errors may simply be due to implicit dependencies. If we discover, and express these in the installer, or just in the README, everything will be fine, I am sure ... |
Ubuntu is certainly free, at least in the no-cost sense. |
Ubuntu is free as "free beer" ... for now, and probably forever. But Debian is free as in "free mind". I do agree, however, that this latter part, relating to such things as freedom, liberty, and democracy, seems to matter less and less in the global tech-oligarchy we increasingly find ourselves :-( |
Moving on... :D |
ZividStudio starts up, but crashes with the same error while trying to connect to the camera. Thus, this is not a zivid-python or Python 3.8 issue. |
Ah that is good to know. I thought this was a zivid-python issue. |
Have you tried both the Ubuntu 16.04 and the Ubuntu 18.04 debs? There are some differences in which libstdc++ they link to and such, so trying the other one may help. |
Usually, you would get better exceptions if OpenCL support is missing, but can you post the output of We dump logs to |
Here are the Zivid API log and the output of |
Good point! I have only tried the 18.04-debs. I will immediately try the 16.04-debs. |
I tested ZividStudio with 16.04 v.2.1.0. Same error :-( |
Oh well, thanks for checking. |
The log you posted was from using the 16.04 debs, right? Could I also get the logs from the crash when running with 18.04 debs? |
I believe the logs I uploaded was with 18.04. I will upload new logs tomorrow for both versions, and with definite knowledge. |
@eskaur Today I tested with a live version of Debian stable, but was unable to find the package I just generated the logs particular for 16.04 and 18.04. They were obtained by running |
Thank you, I'll check out those logs. Are you able to install these Intel drivers on your stable Debian?: https://zivid.atlassian.net/wiki/spaces/ZKB/pages/530842161/Intel+CPU+with+integrated+GPU |
I will try, but I bet that it will require upgrading to more libraries from the Debian unstable release. |
@eskaur Postponed but not forgotten ... Please do tell me, if you test this yourself :-) |
I am on Debian with Python 3.8, and can install 2.1.0 core and telicam driver fine, and
pip install zivid
succeeds. But any attempt at getting the camera results inTrace/breakpoint trap
. E.g. the standard example fails:Even the emulated camera fails:
Is there any easy fix for this?
The text was updated successfully, but these errors were encountered: