You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am debugging crash issue in chan_dongle code.
Looks like code trying to access cpvt structure which is already freed. (0xdeaddead)
Can you please tell me what could be the issue ?
I have enabled more logs to understand the flow & crash details.
Looks like channel name in log 'C-00000005' but channel_name in ast_channel_name is different (0100000003) and channel instance is 4.
Is it expected and no issues if we get like this ?
ast_log (LOG_NOTICE, "channel found !! channel name:%s, channel_instance:%d\n",ast_channel_name(channel), pvt->channel_instance);
Hi,
I am debugging crash issue in chan_dongle code.
Looks like code trying to access cpvt structure which is already freed. (0xdeaddead)
Can you please tell me what could be the issue ?
I have enabled more logs to understand the flow & crash details.
Looks like channel name in log 'C-00000005' but channel_name in ast_channel_name is different (0100000003) and channel instance is 4.
Is it expected and no issues if we get like this ?
Log:
Here is the backtrace data:
The text was updated successfully, but these errors were encountered: