[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #66058] Assertion "sys_timeout: timeout != NULL
From: |
Eric Koldeweij |
Subject: |
[lwip-devel] [bug #66058] Assertion "sys_timeout: timeout != NULL |
Date: |
Wed, 4 Dec 2024 13:33:45 -0500 (EST) |
Follow-up Comment #2, bug #66058 (group lwip):
There is an error in the calculation of the amount of timers needed,
LWIP_NUM_SYS_TIMEOUT_INTERNAL. It fails to include a timer for DHCPv6 if it is
requested. It is used as a default value for MEMP_NUM_SYS_TIMEOUT so if it is
not overridden the amount of timers needed is too low and the assert will
occur.
Please see if error still occurs with attached patch. In any case the patch
should be pushed.
(file #56673)
_______________________________________________________
Additional Item Attachment:
File name: lwiptimer.patch Size: 814B
<https://file.savannah.nongnu.org/file/lwiptimer.patch?file_id=56673>
AGPL NOTICE
These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://savannah.nongnu.org/source/savane-f13d333523abc00b8bb10e20cbe61e83bc26ec2a.tar.gz
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/bugs/?66058>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #66058] Assertion "sys_timeout: timeout != NULL,
Eric Koldeweij <=