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 _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
