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

#531 : reuse old style signal handler #532

Merged
merged 1 commit into from
Mar 14, 2024
Merged

#531 : reuse old style signal handler #532

merged 1 commit into from
Mar 14, 2024

Conversation

lidaobing
Copy link
Member

@lidaobing lidaobing commented Mar 14, 2024

$ /usr/local/bin/iptux &
[1] 577181
$ kill -11 `pgrep iptux`
Error: signal 11:
$ /usr/local/bin/iptux(+0x4c772)[0x55a7bcf86772]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7ff0b8642520]
/lib/x86_64-linux-gnu/libc.so.6(__poll+0x4f)[0x7ff0b8718bcf]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0xab1f6)[0x7ff0b8e311f6]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x33)[0x7ff0b8dd93e3]
/lib/x86_64-linux-gnu/libgio-2.0.so.0(g_application_run+0x1a5)[0x7ff0b9000fb5]
/usr/local/bin/iptux(_ZN5iptux11Application3runEiPPc+0x46)[0x55a7bcf88426]
/usr/local/bin/iptux(main+0x307)[0x55a7bcf86b16]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7ff0b8629d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7ff0b8629e40]
/usr/local/bin/iptux(_start+0x25)[0x55a7bcf85f55]

[1]+  Exit 1                  /usr/local/bin/iptux
$ echo '/usr/local/bin/iptux(_ZN5iptux11Application3runEiPPc+0x46)[0x55a7bcf88426]' | c++filt
/usr/local/bin/iptux(iptux::Application::run(int, char**)+0x46)[0x55a7bcf88426]

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.26%. Comparing base (59cdb2c) to head (90b21d8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #532      +/-   ##
==========================================
+ Coverage   45.25%   45.26%   +0.01%     
==========================================
  Files          61       61              
  Lines        7549     7549              
==========================================
+ Hits         3416     3417       +1     
+ Misses       4133     4132       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lidaobing
Copy link
Member Author

/close #531

@lidaobing lidaobing merged commit 043616b into master Mar 14, 2024
21 checks passed
@lidaobing lidaobing linked an issue Mar 14, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

the generated backtrace has no symbol when killed by SIGSEGV
1 participant