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 #9

Open
bhuvneshchaturvedi2512 opened this issue Jul 21, 2023 · 0 comments
Open

Segmentation fault #9

bhuvneshchaturvedi2512 opened this issue Jul 21, 2023 · 0 comments

Comments

@bhuvneshchaturvedi2512
Copy link

When I clone the repository and follow the execution instructions, the program runs correctly.

However, whenever I try to execute the program after making some changes in SHE.cpp file and following the execution instruction again, the program terminates abruptly by giving a segmentation fault.

For example, I get the following output when running the program after some changes:

######## 1. shiftDot(A[0:input_size-1], Be[0:input_size-1]) Verification#######
A=[ 0 1 2 3 4 5 6 7]
Be=[ 1 1 1 1 1 1 1 1]
Segmentation fault (core dumped)

I could not understand why this is happening. Can someone point me in the right direction?

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