kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

network stack assert failed #610

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. include zrv.cmd.net.tst_srv in any template (I use nonvga with e1000)
2. embox>tst_srv
3. on host, do "echo -ne test | nc 10.0.2.16 7770" where your ip substituted

What is the expected output? What do you see instead?
Wait request...
len=0

ASSERTION FAILED at src/net/skb.c : 42,
        in function net_buff_free:

buff != NULL
kernel debug panic

Backtrace:

     sp        pc         func + offset
     --------  --------  --------------------------
 16  00697b78  00190bb1  <__assertion_handle_failure+0x73>
 15  00697bb8  0013da9f  <net_buff_free+0x2a>
 14  00697be8  0013dbe6  <skb_free+0x38>
 13  00697c18  0013e0a8  <skb_queue_purge+0x13>
 12  00697c48  00185e01  <sock_release+0x25>
 11  00697c68  001860f2  <sock_close+0x53>
 10  00697c88  0012dce1  <ksocket_close+0xc3>
  9  00697ca8  0018b5b8  <socket_close+0x3d>
  8  00697cd8  0014f9b1  <task_idx_data_free+0xb8>
  7  00697d08  0014f83e  <task_idx_desc_free+0x69>
  6  00697d38  0014fa5a  <task_idx_table_set+0x50>
  5  00697d68  001a783c  <task_idx_table_unbind+0x20>
  4  00697d88  001a78e6  <task_self_idx_table_unbind+0x1a>
  3  00697da8  001a79a0  <close+0xb8>
  2  00697dd8  0012aba1  <client_process+0x3d4>
  1  00697f88  00110057  <thread_trampoline+0x85>

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 13 Jun 2013 at 3:37

GoogleCodeExporter commented 9 years ago
can't reproduce in r9851

Original comment by ki.stfu on 14 Jun 2013 at 10:48