lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Crash when doing stresstest with ppp and sockets/UDP


From: zulu4711
Subject: Re: [lwip-users] Crash when doing stresstest with ppp and sockets/UDP
Date: Thu, 21 Dec 2017 03:06:14 -0700 (MST)

Thanks for input Simon!
Yes, it seems like a threading violation like I had before and this is
surely because of me not having a full insight to what is legal to call and
what is not legal to call in the stack when running in threaded mode.

I checked, and I called ppp_close() from another thread than I called
ppp_input() and I guess thats a big "no-no" ?

If only the functions where resistant to that when running with RTOS it
would have been great, but I guess a mechanism that would warn/assert
against this would also be very nice.
It seems that 75% of the problems newcomers like myself is due to threading
problems.




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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