kayws426 / embox

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

ping over gateway #658

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.r11314, x86/nonvga_debug
2.
3.

What is the expected output? What do you see instead?
root@embox:/#ping -c 1 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 64 bytes of data
--- 1.1.1.1 ping statistics ---
EXCEPTION [0x0]: error = 00000000
EAX=00000000    EBX=00000000 ECX=00002710 EDX=00000000
 GS=00000010     FS=00000010  ES=00000010  DS=00000010
EDI=00000000    ESI=007d3fbc EBP=007d3e78 EIP=00129450
 CS=00000008 EFLAGS=00000246 ESP=001d9297  SS=002db140

Backtrace:
    pc         func + offset
    ---------- ------------------------
  8 0x0014baef <exception_handler+0x15d>
  7 0x00100079 <excep_stub+0x1c>
  6 0x00129450 <ping+0x302>
  5 0x0017210a <cmd_exec+0x43>
  4 0x00125ee7 <run_cmd+0x46>
  3 0x001497ab <task_trampoline+0x4c>
  2 0x001141a0 <thread_trampoline+0x98>
  1 0x00000000

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ki.stfu on 18 Oct 2013 at 12:11

GoogleCodeExporter commented 9 years ago
fixed by r11331

Original comment by ki.stfu on 18 Oct 2013 at 9:35