[haiku-bugs] Re: [Haiku] #8345: PANIC: ASSERT FAILED ... x86/paging/pae/x86VMTranslationMapPAE.cpp:231

  • From: "haxworx" <trac@xxxxxxxxxxxx>
  • Date: Tue, 17 Jul 2012 12:54:45 -0000

#8345: PANIC: ASSERT FAILED ... x86/paging/pae/x86VMTranslationMapPAE.cpp:231
-----------------------------+----------------------------
   Reporter:  kallisti5      |      Owner:  bonefish
       Type:  bug            |     Status:  assigned
   Priority:  critical       |  Milestone:  R1/alpha4
  Component:  System/Kernel  |    Version:  R1/Development
 Resolution:                 |   Keywords:  vm pae
 Blocked By:                 |   Blocking:
Has a Patch:  1              |   Platform:  x86
-----------------------------+----------------------------

Comment (by haxworx):

 Added Haiku_8345_Ticket.patch

 Sample code, think it is a presedence issue.


 #include <stdio.h>

 int main(void)
 {
         int i = 0;
         int table[4096];

         for (i = 0; i < 4096; i++) {
                 table[i] = i +2;
         }

         printf("Test One %d %d\n", table + 2048 / 1024 % 512, table[2048]
 / 1024 % 512);

         exit(0);
 }

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/8345#comment:20>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: