srs icon indicating copy to clipboard operation
srs copied to clipboard

fix crash in edge mode.

Open johzzy opened this issue 2 years ago • 2 comments

Summary

fix crash in edge mode.

Details

crash if run edge, use conf/edge.conf or this config

    cluster {
        mode remote;
        origin xxx;
    }

johzzy avatar Mar 14 '22 03:03 johzzy

Codecov Report

Merging #2967 (6a06989) into develop (1a6d94a) will increase coverage by 0.00%. The diff coverage is 0.00%.

:exclamation: Current head 6a06989 differs from pull request most recent head 8281e66. Consider uploading reports for the commit 8281e66 to get more accurate results

@@           Coverage Diff            @@
##           develop    #2967   +/-   ##
========================================
  Coverage    56.10%   56.10%           
========================================
  Files          153      153           
  Lines        57561    57559    -2     
========================================
  Hits         32294    32294           
+ Misses       25267    25265    -2     

| Impacted Files | Coverage Δ | |'

Translated to English while maintaining the markdown structure:

'| Impacted Files | Coverage Δ | | |---|---|---| | trunk/src/app/srs_app_edge.cpp | 0.00% <0.00%> (ø) | | | trunk/src/app/srs_app_threads.cpp | 63.70% <ø> (ø) | |

'

Translated to English while maintaining the markdown structure:

'| trunk/src/app/srs_app_edge.cpp | 0.00% <0.00%> (ø) | | | trunk/src/app/srs_app_threads.cpp | 63.70% <ø> (ø) | |


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data'

Translated to English while maintaining the markdown structure:

'> Δ = absolute <relative> (impact), ø = not affected, ? = missing data

Powered by Codecov. Last update 1a6d94a...8281e66. Read the comment docs.

TRANS_BY_GPT3

codecov-commenter avatar Mar 14 '22 04:03 codecov-commenter

Please provide more background information.

  1. The code fix is for a problem with a call.
  2. The configuration and reproduction steps are just a normal edge configuration.
  3. It is not clear what exactly happened.

TRANS_BY_GPT3

winlinvip avatar Mar 14 '22 12:03 winlinvip