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

Replace 'this' with shared_from_this to prevent shutdown issues #559

Closed
wants to merge 1 commit into from

Commits on Nov 3, 2023

  1. Replace 'this' with shared_from_this to prevent shutdown issues

    AOS-141070
    
    This change appears to reduce but not entirely eliminate crashes on
    SIGTERM.
    
    The key signature of the crash appears to be:
    COVESA#34 vsomeip_v3::routing_manager_impl::expire_subscriptions (this=0x1962493058, _force=false) at implementation/routing/src/routing_manager_impl.cpp:3307
    COVESA#35 0x0000004ec2948f2c in vsomeip_v3::sd::service_discovery_impl::expire_subscriptions (_error=..., this=0x19624985c8) at implementation/service_discovery/src/service_discovery_impl.cpp:2828
    kheaactua committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5470c75 View commit details
    Browse the repository at this point in the history