lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #65996] tcp_output() crashes in multithread system


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #65996] tcp_output() crashes in multithread system
Date: Wed, 17 Jul 2024 00:38:31 -0400 (EDT)

Update of bug #65996 (group lwip):

                  Status:                    None => Works For Me           
             Assigned to:                    None => goldsimon              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

You're indeed violating lwip's threading requirements: one execution context
(thread or interrupt) in all the core functions at a time. Not only in
tcp_output!

Either use our pressing es lock or do it yourself. Read the docs or search the
mailing list archive. However, due to multiple reasons, it's not as easy as
you suggested.


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?65996>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]