-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Python controller crashes with error: 'Aborted (Core Dumped)' #36990
Comments
do you have a backtrace from the core? |
currently i do not have any backtrace captured..... |
Run your python under a debugger such as gdb or lldb. |
I was able to capture the back-trace using the |
@cecille and @bzbarsky-apple I have captured the core dump using |
I have uploaded the core dump file here https://graniteriverlabs1-my.sharepoint.com/:f:/g/personal/qanderson_graniteriverlabs_com/ErKYTMry_iZFmhML6I7cVFIBLvCjJwL3aEdiJ2Q7_siM7Q |
Looks like a double-free in |
Description:
When executing the TC_Darwin_pair.py script from Stress and stability tests repo, in numerous Occasions the python controller is crashing is crashing with error
free (): double free detected in tcache 2
Aborted (core dumped)
GitHub hash of the SDK that were being used are : 1b4c56c f8d457a
Platform
I Have performed the execution on two different DUT (Raspberrypi and Nordic board), using ble-wifi and ble-thread provisioning
Controller Platform - python controller running on Raspberrypi 4B -8GB,
Nordic Board as DUT - all-cluster-app running on Nordic nrf52840-DK board
Raspberrypi as DUT - all-cluster-app running on Raspberrypi 4B -8GB
Provisioning method for Raspberrypi DUT is Ble-wifi and nordic DUT is Ble-thread
Test scenario
Screenshot
This error will not appear in the python logs, Hence I am attaching a screenshot to represent how the error looks
Execution Details
Git hub hash id: 1b4c56c
Iterations scheduled to run: 500
Iterations executed before crash: 132
Python Log controller for Nordic as DUT:
Nordic_as_dut_test_log_1b4c56cf5a.zip
Git hub hash id: f8d457a
Iterations scheduled to run: 500
Iterations executed before crash: 263
Python Log controller for Raspberrypi as DUT:
rpi_ble-wifi_test_log_f8d457a44.zip
Git hub hash id: f8d457a
Iterations scheduled to run: 500
Iterations executed before crash: 25
Python Log controller for Nordic as DUT:
Nordic_as_dut_test_log_f8d457a44.zip
The text was updated successfully, but these errors were encountered: