WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 939] New: 4gb_segments & movzbl

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=939

           Summary: 4gb_segments & movzbl
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cdpackaging
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: samuel.thibault@xxxxxxxxxxxx


I'm using VMASS_4gb_segments for now, and tried the following program:

__thread char a;
int main(void) {
        printf("%d\n",a);
}

And I'm getting a SIGILL at

 8048450:       65 0f b6 05 ff ff ff    movzbl %gs:0xffffffff,%eax

When turning `a' into an int, the program works.  It looks like this is because
movzbl is somehow not correctly supported by the 4gb segment emulation.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 939] New: 4gb_segments & movzbl, bugzilla-daemon <=