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

Latest version crashes #216

Open
Sovenok-Hacker opened this issue Oct 25, 2024 · 9 comments
Open

Latest version crashes #216

Sovenok-Hacker opened this issue Oct 25, 2024 · 9 comments

Comments

@Sovenok-Hacker
Copy link

12:54:15 owl@PC byedpi ±|main|→ ./ciadpi --fake -2 --tls-sni "www.google.com" --ip-opt --tlsrec=6+s --tlsrec 27+s
sni: www.google.com
ss recv: Socket operation on non-socket
ciadpi: conev.c:49: add_event: Assertion `fd > 0' failed.
Аварийный останов (образ памяти сброшен на диск)

@zimbabwe303
Copy link

zimbabwe303 commented Oct 25, 2024

Seems to be the duplicate of #213 . By the way, why the --ip-opt without any arguments?

@Sovenok-Hacker
Copy link
Author

Seems to be the duplicate of #213 . By the way, why the --ip-opt without any arguments?

Just found it in issues, too lazy to understand every option ;)

@vehametra
Copy link

Seems to be the duplicate of #213 . By the way, why the --ip-opt without any arguments?

Just found it in issues, too lazy to understand every option ;)

без ip-opt ситуация таже?

@hufrea
Copy link
Owner

hufrea commented Oct 25, 2024

Try make clean all. The problem is probably due to old .o files.

@Sovenok-Hacker
Copy link
Author

Seems to be the duplicate of #213 . By the way, why the --ip-opt without any arguments?

Just found it in issues, too lazy to understand every option ;)

без ip-opt ситуация таже?

Да, даже без параметров

@vehametra
Copy link

Не могу воспроизвести , после git pull;make clean. Вот ещё один похожий, который тоже воспроизвести на latest невыходит.

new event: fd: 11, evt: EV_TUNNEL, mod_iter: 388
new event: fd: 14, evt: EV_TUNNEL, mod_iter: 389
new event: fd: 11, evt: EV_TUNNEL, mod_iter: 388
new event: fd: 14, evt: EV_TUNNEL, mod_iter: 389
new event: fd: 3, evt: EV_ACCEPT, mod_iter: 0
accept: fd=15
new event: fd: 15, evt: EV_REQUEST, mod_iter: 398
resolve: firefox.settings.services.mozilla.com
new conn: fd=16, addr=34.149.100.209:443
new event: fd: 15, evt: EV_REQUEST, mod_iter: 398
close: fd=15 (pair=16), recv: 0, rounds: 0
close: fd=16 (pair=15), recv: 0, rounds: 0
new event: fd: 3, evt: EV_ACCEPT, mod_iter: 0
accept: fd=15
new event: fd: 15, evt: EV_REQUEST, mod_iter: 401
new event: fd: 15, evt: EV_REQUEST, mod_iter: 401
new conn: fd=16, addr=108.177.14.100:443
new event: fd: 16, evt: EV_CONNECT, mod_iter: 403
new event: fd: 15, evt: EV_FIRST_TUNNEL, mod_iter: 401
ciadpi: extend.c:316: free_first_req: Assertion `client->buff.data' failed.
Аварийный останов (образ памяти сброшен на диск)
ag@a:~/exp/spf-dpi-run$ ./ciadpi -F -Y  -s1 -q1 -Y -At -T5 -b1000 -S -f-1 -r1+sm -As -x2

С компилятором и его окружением всё хорошо?

@vladiscripts
Copy link
Contributor

Try make clean all. The problem is probably due to old .o files.

Помогло, спасибо!

@daniliammo
Copy link
Contributor

daniliammo commented Nov 5, 2024

Не могу воспроизвести , после git pull;make clean. Вот ещё один похожий, который тоже воспроизвести на latest невыходит.

new event: fd: 11, evt: EV_TUNNEL, mod_iter: 388
new event: fd: 14, evt: EV_TUNNEL, mod_iter: 389
new event: fd: 11, evt: EV_TUNNEL, mod_iter: 388
new event: fd: 14, evt: EV_TUNNEL, mod_iter: 389
new event: fd: 3, evt: EV_ACCEPT, mod_iter: 0
accept: fd=15
new event: fd: 15, evt: EV_REQUEST, mod_iter: 398
resolve: firefox.settings.services.mozilla.com
new conn: fd=16, addr=34.149.100.209:443
new event: fd: 15, evt: EV_REQUEST, mod_iter: 398
close: fd=15 (pair=16), recv: 0, rounds: 0
close: fd=16 (pair=15), recv: 0, rounds: 0
new event: fd: 3, evt: EV_ACCEPT, mod_iter: 0
accept: fd=15
new event: fd: 15, evt: EV_REQUEST, mod_iter: 401
new event: fd: 15, evt: EV_REQUEST, mod_iter: 401
new conn: fd=16, addr=108.177.14.100:443
new event: fd: 16, evt: EV_CONNECT, mod_iter: 403
new event: fd: 15, evt: EV_FIRST_TUNNEL, mod_iter: 401
ciadpi: extend.c:316: free_first_req: Assertion `client->buff.data' failed.
Аварийный останов (образ памяти сброшен на диск)
ag@a:~/exp/spf-dpi-run$ ./ciadpi -F -Y  -s1 -q1 -Y -At -T5 -b1000 -S -f-1 -r1+sm -As -x2

С компилятором и его окружением всё хорошо?

попробуй make clean all

@daniliammo
Copy link
Contributor

Try make clean all. The problem is probably due to old .o files.

Please pin this to README.md.

hufrea pushed a commit that referenced this issue Nov 10, 2024
Hot fix for #213,#216, maybe #228
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

6 participants