-
Notifications
You must be signed in to change notification settings - Fork 588
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
Hello, I have a question. After creating a socket using createsocket
, do I need to release it when closing the program?
#132
Comments
Your code looks fine.
|
Hello, I am using Qt6. I only wrote one line of code in the entire project:
|
Can you take a look at the stack information?
|
Hello, when debugging test_udpSock, I changed while(!exitProgram) to if(!exitProgram). In debug mode, the program still crashes. the inferior stopped because it received a signal from operating system Signal name :SIGSEGV
the inferior stopped because it received a signal from operating system Signal name :SIGSEGV
|
Excuse me, could you take a look at this? Thanks!!
|
This test also failed to reproduce. You can use gdb to debug and see.
这个测试也没能复现。你可以用 gdb 调试下看看。
|
Okay, thank you!
|
createsocket
, do I need to release it when closing the program?
我创建了以后,关闭程序的时候会报如下错误,
the inferior stopped because it received a signal from operating system
Signal name :SIGSEGV
TRANS_BY_GITHUB_AI_ASSISTANT
The text was updated successfully, but these errors were encountered: