kayws426 / embox

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

trex_test exception #611

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.r9902, nonvga_debug
2.build with -O2

What is the expected output? What do you see instead?
Embox kernel start
runlevel: init level is 0
    test: running embox.test.third_party.trex_test EXCEPTION [0x6]: error = 00000000
EAX=00000001    EBX=0018a2e0 ECX=19da0aff EDX=0013f81a
 GS=00000010     FS=00000010  ES=00000010  DS=00000010
EDI=0019ad3a    ESI=00000001 EBP=001c1f3c EIP=0013f81f
 CS=00000008 EFLAGS=00000a82 ESP=00000000  SS=0016d8a0

Backtrace:

     sp        pc         func + offset
     --------  --------  --------------------------
  3  00000003  19ad4100  <task_self_idx_get.part.3+0x1995589e>
  2  00000100  f000ff53
ASSERTION FAILED at src/lib/debug/backtrace.c : 51,
    in function backtrace:

offset >= 0
kernel debug panic

Backtrace:

     sp        pc         func + offset
     --------  --------  --------------------------
  1  00000001  41000000  <task_self_idx_get.part.3+0x40e8179e>

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ki.stfu on 25 Jun 2013 at 3:11

GoogleCodeExporter commented 9 years ago
fixed by r9903

Original comment by ki.stfu on 25 Jun 2013 at 3:19