Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Philipp Tölke
Hi all, On 12/21/2017 1:23 AM, Ben Stuyts wrote: TivaWare is TI's driver library / bare bones framework for the TM4C family. It's stuck on lwIP version 1.4.1. As far as I know TI did not express any interest in updating TivaWare to use newer lwIP. LM3S series is NRND, and I wouldn’t touch the

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

2017-12-21 Thread zulu4711
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

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

2017-12-21 Thread Sylvain Rochet
Hi zulu4711, On Thu, Dec 21, 2017 at 03:06:14AM -0700, zulu4711 wrote: > > 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.

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 10:08, Philipp Tölke wrote: > > Hi all, > > On 12/21/2017 1:23 AM, Ben Stuyts wrote: >>> TivaWare is TI's driver library / bare bones framework for the TM4C >>> family. It's stuck on lwIP version 1.4.1. As far as I know TI did >>> not express any

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

2017-12-21 Thread zulu4711
Thanks for input! I'm sorry, but I need to take a couple of steps back now (english is not my native language...) First of all the initialization sequence. In my main() I changed now to: dial the modem starts a thread that will eventually feed serial data to pppos_input() once

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 04:54, Nathan Hartman wrote: > > On Dec 20, 2017, at 7:23 PM, Ben Stuyts > wrote: > >> Hi Nathan, >> >>> On 20 Dec 2017, at 16:31, Nathan Hartman >>

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

2017-12-21 Thread zulu4711
Thanks for input Sylvain! I'm sure that I'm doing something wrong, I just need to find out what ;) In the project this will eventually go into, I have around 300.000 lines of C code and more than 50 separate threads running so a "non RTOS" operation is not possible. I was led to believe (not

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

2017-12-21 Thread goldsimon
goldsimon wrote: > Core locking is really for the you layer only. That should have been API layer! Simon ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users