Hi Denis, On Tue, Oct 13, 2009 at 11:05 AM, Denis Gorodnichev <[email protected]> wrote: > Hi > > I could not init network when I am trying to launch "flood" test. > when board received first packet its freezed
--cut-- > 000BAB8C: 00 00 00 00 00 00 00 00 A9 27 C9 0C |.........'.. | > ASSERT FAIL: <3>synch.c[187]cyg_splx() No state set > ASSERT FAIL: <3>[187]cyg_splx() No state set > > or > > ASSERT FAIL: <3>mutex.cxx[248]cyg_bool Cyg_Mutex::lock() Locking mutex > I already own > ASSERT FAIL: <3>[248]cyg_bool Cyg_Mutex::lock() Locking mutex I already own Can you fire up the debugger and look at the stacktrace? Asserts end up in an infinite loop, so just halt execution and look at the output from bt. I'd start from there.. Edgar > > > /Denis > > -- > Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos > and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss > > -- Edgar Grimberg System Developer Zylin AS ZY1000 JTAG Debugger http://www.zylin.com/zy1000.html Phone: (+47) 51 63 25 00 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
