Dear, everyone:<div><br></div><div>I am new to Barrelfish. I have tried to write a very simple TCP server on barrelfish but failed.</div><div>The routine used lwip_init_auto to init the network, but it crashed when it call "accept", with error:</div><span style="font-family: ËÎÌå; font-size: 13px; line-height: 19px;">Assertion "netconn_accept: invalid acceptmbox" failed at line 312 in ../lib/lwip/src/api/api_lib.c</span><div><br></div><div>Then I replaced <span style="line-height: 1.5;">lwip_init_auto</span><span style="line-height: 1.5;">&nbsp;with tcp_init and lwip_socket_init, and it blocked at "accept". However, when I use a client to connect it, nothing happened.</span></div><div><span style="line-height: 1.5;"><br></span></div><div><span style="line-height: 1.5;">I do not know where is the problem. On Barrelfish </span>release2012-08-08.</div><div><span style="line-height: 1.5;"><br></span></div><div><span style="line-height: 1.5;">Thanks very much,</span></div><div><span style="line-height: 1.5;">By Mingyu</span></div>