-
Notifications
You must be signed in to change notification settings - Fork 16
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
error downloading Bylabel on Ubuntu 14.04 #1
Comments
I just tried and don’t have the problem.
I am using the compiled Edge Drawing for edge detection. Hence, the code can only run on a machine with 64bit Linux.
Do you have more exception informations ?
Regards,
… On Apr 18, 2018, at 12:26 AM, abunesh ***@***.***> wrote:
hi I cant seem to open the program. it keeps saying "Illegal instruction (core dumped)". Any idea what to do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AORnRR2DOdA2OzCMjzd7LLnHRXVerleiks5tptyGgaJpZM4TZfLk>.
|
There are mainly three reasons for triggering Illegal instruction(core dumped): (1) <> Libraries missing. (2) bad memory operation, e.g. read a deleted vector or array, (3) "M <>ay be you compiled it with compiler settings for code generation that is not compatible with your CPU. or you link against some library that is optimized for other cpus. Especially the numeric libs often have special builds to use all capabilities of a CPU. For example if you use a lib that was build to use SSE4 instructions but your CPU is a bit older it may throw this error <>. May be you have to recompile it for your cpu.”
We include all the libraries in the folder. I tested the code on different machines and it works well. It shouldn’t be the problem of bad memory operation. Maybe you can try on another machine if possible. Or you can try to recompile it if you have your OpenCV installed with QT option on by command: “make”.
… On Apr 18, 2018, at 1:12 AM, abunesh ***@***.***> wrote:
i am on 64 bit(just checked).
i just downloaded it following your instructions of cloning it and running it. here are 2 pictures. one is the exception shown when i try to run it and the other is the cloned file.
<https://user-images.githubusercontent.com/37533624/38916651-be0324de-42d7-11e8-8137-b16b39895569.png>
<https://user-images.githubusercontent.com/37533624/38916656-bf40d15c-42d7-11e8-92ad-813e9822b77c.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AORnRa-czeNa3EeCL-lAbDb2iLn39tHjks5tpudCgaJpZM4TZfLk>.
|
I have the same issue too. Is there any solution with it yet? |
I have the same issue on my ubuntu 20.04... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi I cant seem to open the program. it keeps saying "Illegal instruction (core dumped)". Any idea what to do?
The text was updated successfully, but these errors were encountered: