Description

On all Junos Evolved platforms, when an app is closing (like app restart, node restart,..), evo-aftmand-bt process crash might be observed. 

Symptoms

The core files could be seen by executing CLI command "show system core-dumps".

Solution

This can be triggered node restart or app restart of any app.

App can access shared objects after distributord has dropped the reference of the app (but before app got the disconnect notification).

This can lead to a crash because the shared object might have changed. 

Generally app restart happen very rarely, if not manually initiated & hence this PR is also rare.


https://prsearch.juniper.net/problemreport/PR1719739

Modification History

2024-10-18 : Article Created