-
Notifications
You must be signed in to change notification settings - Fork 23
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
Getting Segmentation Error #114
Comments
Could you provide output for |
Sure. Please check -
|
Looks like the Dependency installation script gives you an error here:
The error itself is not bad, you don't want or need python2 for ID2T. However, it appears this error interrupts the Try removing this line: ID2T/resources/install_dependencies.sh Line 128 in dc6d1f5
Or just checkout this new branch: https://github.com/tklab-tud/ID2T/tree/macOS_workaround And run |
Thanks for the response. But I am still facing the same issue -
|
Even when you remove the line completely? (Maybe my workaround was not enough.) |
Yes correct. Tried doing it both ways. I thought the segmentation issue might be because it is not able to find a pcap file on the mentioned path. But, downloading a file and using it also didn't work. |
@pepper-jk Please help here. I tried using id2t in a Windows PC as well. It also gave an error - OS not supported |
ID2T only supports Linux and macOS. Maybe try the windows subsystem for linux (WSL) with Ubuntu. |
That is strange. Try installing the dependencies manually:
Sadly, I can not reproduce the segmentation fault on my end. Also I don't have a macOS VM right now. I might be able to set one up next week though - this week is pretty full. @thrimbor @UndeadKernel Do you guys have another guess? |
@pepper-jk Tried this way as well. Still stuck :( |
I tried ID2T on macOS 11.6.1, and I cannot reproduce this error. Is your input file valid? Can you run the tests? |
@thrimbor Running tests gives the same error -
Can you please share the input file you are using. Will try with that as well |
The input pcap files used in the tests should not produce segmentation faults! You can try the You should also provide the following:
Maybe this helps us understand or even reproduce it. (Best to have the most current ¹ However, you can try a MAWI pcap from here: http://www.fukuda-lab.org/mawilab/ |
@pepper-jk Adding the response of
Also adding the versions as you mentioned. Please check -
|
Please execute the tests again, and try to run id2t again. Now that you have the debug build. |
It is still showing segmentation fault only -
|
I'm setting up a macOS Monterey VM right now. Maybe I can reproduce the segfault there. Can't make any promises to whent I get around to try it though. But when I do, I will document my setup process for ID2T thoroughly, so that you can follow it, if I can not reproduce the segfault. |
Definitely @pepper-jk. Thanks a lot for your time and effort man! |
Probably not getting around to it this week. Sorry. I will let you know when I've tried though. Hopefully next week. Sure, we can have a call. However, I'd suggest after I tried to reproduce the seg fault on macOS. |
Sure @pepper-jk. No problem |
I have successfully downloaded all the dependencies. But it gives segmentation error when I try to run
./id2t
The text was updated successfully, but these errors were encountered: