Georg Wiegand wrote:

> May 18 23:37:08 sabine kernel: Call Trace: [<c88c4371>]\
>     [sys_ioctl+421/448] [system_call+52/56]  
> May 18 23:37:08 sabine kernel: Code: 89 02 8b 83 78 20 00 00 8a 40 31\
>     25 ff 00 00 00 83 c0 f6 83  

I already fix a similar bug in the past but Code line was different.
Could you check line 642 in file kernel/monitor.c which is:
                                                                                       
   
        // Restore page mapping for current code page.  The TLB                        
   
        // trick code mapped it to the private code page.                              
   
        * vm->host.codepage_pte_p = vm->host.codepage_pte_saved;

is enclose in an #ifdef SBE block.

If it's already enclose in #ifdef SBE block, congratulation, you
discover another bug and you should find where.  I have send two e-mail
on the list to deal with such problem.  If you don't have them, I can
forward them to you.
-- 
Edouard G. Parmelan
http://egp.free.fr

Reply via email to