kayws426 / embox

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

exception after servd #542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. r8593, x86/nonvga_debug
2. run servd -c servd.conf
3.

What is the expected output? What do you see instead?
Welcome to Embox and have a lot of fun!

embox>servd -c servd.conf
Server started
service test.html started
service new.html started
embox>EXCEPTION [0xd]: error = 00000000
EAX=00000000    EBX=0064c008 ECX=00000008 EDX=00000000
 GS=00000010     FS=00000010  ES=00000010  DS=00000000
EDI=0064c008    ESI=00215688 EBP=00215688 EIP=002156ba
 CS=00000008 EFLAGS=00254006 ESP=00000000  SS=00000000

Backtrace:

     sp        pc         func + offset
     --------  --------  --------------------------
  8  00002062  00139b3b  <exception_handler+0x15d>
  7  00002112  00100079  <excep_stub+0x1c>
  6  00215688  002156ba  <sqrtl+0x7e611>
  5  0064c010  00137d42  <critical_dispatch_pending+0x94>
  4  0064c050  00144a49  <sched_unlock+0x17>
  3  0064c070  00144ba7  <task_signal_hnd+0x5c>
  2  0064c090  00215688  <sqrtl+0x7e5df>
  1  0064c008  0064c008  <sqrtl+0x4b4f5f>

QEMU: Terminated

Please use labels and text to provide additional information.
gcc 4.7.2

Original issue reported on code.google.com by ki.stfu on 15 Feb 2013 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by ki.stfu on 18 Feb 2013 at 12:44

GoogleCodeExporter commented 9 years ago
after r8587

Original comment by ki.stfu on 18 Feb 2013 at 1:06

GoogleCodeExporter commented 9 years ago
Fixed in r8655.

Original comment by iantonishko on 18 Feb 2013 at 2:11