diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-08-30 12:03:36 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-08-30 12:03:36 +0200 |
commit | 016433b123ce4b60eee550dbdb7812ba623d16e7 (patch) | |
tree | 5b0c66777ca1dae1ac112d1eee8c05ba2c840d4b /open_issues/virtualbox.mdwn | |
parent | edd7d582fce7a52565efd3e404bb0419f7e34474 (diff) |
Minor tweaks.
Diffstat (limited to 'open_issues/virtualbox.mdwn')
-rw-r--r-- | open_issues/virtualbox.mdwn | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/open_issues/virtualbox.mdwn b/open_issues/virtualbox.mdwn index 246313ff..9440284f 100644 --- a/open_issues/virtualbox.mdwn +++ b/open_issues/virtualbox.mdwn @@ -8,15 +8,16 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -[[!meta title="xattr: extended attributes"]] - [[!tag open_issue_gnumach]] Running GNU Mach in VirtualBox crashes during initialization. IRC, freenode, #hurd, 2011-08-15 - <BlueT_> HowTo Reproduce: 1) Use `reboot` to reboot the system. 2) Once you see the Grub menu, turn off the debian hurd box. 3) Let the box boot normally, and wait for the error/crash/reboot. 4) The error/crash will happen twice and it's reboot automatically. The 3rd boot will success. + <BlueT_> HowTo Reproduce: 1) Use `reboot` to reboot the system. 2) Once + you see the Grub menu, turn off the debian hurd box. 3) Let the box boot + normally, and wait for the error/crash/reboot. 4) The error/crash will + happen twice and it's reboot automatically. The 3rd boot will success. <BlueT_> root@dhurd:/boot# addr2line -f -e gnumach-1.3.99-486-dbg-copy 0x106c93 0x1556a5 0x152c54 <BlueT_> copyoutmsg @@ -28,8 +29,8 @@ IRC, freenode, #hurd, 2011-08-15 i386/i386/locore.S:1289 is - movl $USER_DS,%eax /* use user data segment for accesses */ -=> mov %ax,%es + movl $USER_DS,%eax /* use user data segment for accesses */ + => mov %ax,%es State is @@ -66,14 +67,14 @@ IRC, freenode, #hurd, 2011-08-15 i386/i386/locore.S:527 is: -_return_from_kernel: -_kret_popl_gs: - popl %gs /* restore segment registers */ -_kret_popl_fs: - popl %fs -_kret_popl_es: -=> popl %es -_kret_popl_ds: + _return_from_kernel: + _kret_popl_gs: + popl %gs /* restore segment registers */ + _kret_popl_fs: + popl %fs + _kret_popl_es: + => popl %es + _kret_popl_ds: cs: 0x8 ds: 0x10 @@ -93,5 +94,6 @@ _kret_popl_ds: efl: 0x10216 <youpi> looks again like a $USER_DS issue - <youpi> what's interesting is that that one means that $USER_DS did load in %es fine at least once + <youpi> what's interesting is that that one means that $USER_DS did load in + %es fine at least once <youpi> and it's the reload that fails |