Bug 515070 - Handshare error while doing renegotiation
Summary: Handshare error while doing renegotiation
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Tinydtls (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 01:34 EDT by Nitin Kumar CLA
Modified: 2019-03-25 14:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Kumar CLA 2017-04-11 01:34:23 EDT
hi,
      I am using tinydtls library for my application. There I am doing renegotiation after some configured time duration, I am getting below handshake errors while running the application. Please help me out to resolve the bugs. 




dtls/netq.c:64: netq_insert_node: Assertion `queue' failed.
DTLS_CT_HANDSHAKE Aborted (core dumped)

check_server_key_exchange err -562
Mar 31 13:58:01 WARN error in check_server_key_exchange err: -562
Mar 31 13:58:01 WARN error while handling handshake packet

check_server_key_exchange err 552
Mar 31 14:08:29 WARN error in check_server_key_exchange err: -552
Comment 1 Olaf Bergmann CLA 2017-04-11 09:52:45 EDT
I do not understand your error description. You seem to run into a core dump and after that additional error messages are output. How?
Comment 2 Nitin Kumar CLA 2017-04-11 23:40:28 EDT
(In reply to Olaf Bergmann from comment #1)
> I do not understand your error description. You seem to run into a core dump
> and after that additional error messages are output. How?

They are three different error scenarios
Comment 3 Olaf Bergmann CLA 2017-04-12 10:38:26 EDT
Okay. Could you deliver more context, packet traces, possibly?