search for: trapno

Displaying 11 results from an estimated 11 matches for "trapno".

Did you mean: trapnr
2006 Sep 19
0
Problem about rombios initializing network card''s PnP option ROM
...p option rom , PS : I trace the initialization by opening the debug 1 exception flag ( eflage.TF=1),and step by step run untill find a instruction (add sp, 0xeh) ,which cause stack underflow! I modify the trap function in vm86.c and insert a breakpoint in scan_rom function in rombios.c trap(int trapno, int errno, struct regs *regs) { /* emulate device interrupts */ if (trapno >= NR_EXCEPTION_HANDLER) { int irq = trapno - NR_EXCEPTION_HANDLER; if (irq < 8) interrupt(regs, irq + 8); else interrupt(regs, 0x70 + (irq - 8)); return...
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list. will the P2V tools help? thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all don''t get such envionment to try now. so ask for help here. imagine that two os installed. Xen3.1 + Linux is installed in /dev/hda and windows xp is installed in /dev/hdb I don''t want to reboot to use windows. Is it possiable to boot the hdb windows in xen? i saw there are some threads about P2V in this mail list. will the P2V tools help? thanks
2007 Jun 24
4
It seems the "machine check exception handling" breaks HVM guest
...000000001FFFAC00 (RAM) (XEN) HVM1: 000000001FFFAC00 - 0000000020000000 (Reserved) (XEN) HVM1: (XEN) HVM1: Trap (0xD) while in protected mode (XEN) HVM1: eax 651 ecx 100350 edx 0 ebx FFFFF (XEN) HVM1: esp D74CC ebp D74F8 esi EA000 edi D9904 (XEN) HVM1: trapno D errno 0 (XEN) HVM1: eip D3538 cs 10 eflags 2 (XEN) HVM1: uesp 0 uss 0 (XEN) HVM1: ves 0 vds 0 vfs 0 vgs 0 (XEN) HVM1: cr0 0 cr2 0 cr3 0 cr4 0 (XEN) HVM1: (XEN) HVM1: Halt cal...
2007 Aug 09
8
Dtrace - Segmentation Fault
...4b %rip = 0xfffffd7fff30826a libdtrace.so.1`dt_ident_cook+0x32 %rbp = 0xfffffd7fffdfeb10 %rsp = 0xfffffd7fffdfeae0 %rflags = 0x00010202 id=0 vip=0 vif=0 ac=0 vm=0 rf=1 nt=0 iopl=0x0 status=<of,df,IF,tf,sf,zf,af,pf,cf> %gsbase = 0x0000000000000000 %fsbase = 0xfffffd7ffef60200 %trapno = 0xe %err = 0x4 -- This message posted from opensolaris.org
2006 May 18
0
HVM Domain booting Vista
...sp D6934 ebp 146E esi 79A edi BAC (XEN) (GUEST: 8) eip 763E eflags 33012 cs 50 ds 0 (XEN) (GUEST: 8) es 0 fs 0 uss 60 uesp 1468 (XEN) (GUEST: 8) ves 60 vds 60 vfs 60 vgs 60 (XEN) (GUEST: 8) trapno 5 errno 0 (XEN) (GUEST: 8) cr0 50032 cr2 0 cr3 0 cr4 651 (XEN) (GUEST: 8) Halt called from %eip 0xD0382 should i fill a bugreport for that ? Sven _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http:...
2013 Jan 04
1
Integrating Java, C++ and R
...04 R8 =0x00007f9e69af9990, R9 =0x000000000000004f, R10=0x00007f9e69af9850, R11=0x00000036b327f430 R12=0x00007f9e900b7580, R13=0x0000000000000001, R14=0x0000000000000001, R15=0x00007f9e69adfc00 RIP=0x00007f9e6974ba8e, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004 TRAPNO=0x000000000000000e Top of Stack: (sp=0x00007f9e95571580) 0x00007f9e95571580: 0000000000000000 0000000000000001 0x00007f9e95571590: 000000000000000e 000000077b07d340 0x00007f9e955715a0: 00007f9e95571948 00007f9e6974c9ed 0x00007f9e955715b0: 000000077b07d340 00007f9e95571640 0x00007f9e...
2008 Feb 20
12
no luck with Xen....
Perhaps someone has ideas on this topic, a recent attempt to play with Xen was a reather unlucky event, all what I will be able to demonstrate on that system is a PV ONNV domU which ikely will not be very attractive to the audience :( HW: U40M2, 2 x 2 core AMD revF procs, 8GB MEM, Phonix BIOS 1.5 (latest) 1 x 200GB internal SATA drive SW: dom0 ONNV build 82, latest VirtManager from
2014 Feb 21
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...ormat:vector-uint8;set:Floating > Point Registers;gcc:31;dwarf:31;container-regs:69;#00 > $qRegisterInfo7a#da > $name:xmm15;bitsize:128;offset:755;encoding:vector;format:vector-uint8;set:Floating > Point Registers;gcc:32;dwarf:32;container-regs:6a;#00 > $qRegisterInfo7b#db > $name:trapno;bitsize:32;offset:787;encoding:uint;format:hex;set:Exception > State Registers;#00 > $qRegisterInfo7c#dc > $name:err;bitsize:32;offset:791;encoding:uint;format:hex;set:Exception > State Registers;#00 > $qRegisterInfo7d#dd > $name:faultvaddr;bitsize:64;offset:795;encoding:uint;form...
2014 Feb 20
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
Thank you, Clayton. This is very helpful. We use the LLDB specific GDB remote extensions, and our debugger server supports "qRegisterInfo" package. "reg 0x3c" is the frame pointer. In the example mentioned above, we have SP = FP - 40 for current call frame. And variable "a" is stored at address (FP + -24) from asm instruction [FP + -24] = R3;; Thus we can conclude
2011 Dec 16
6
java installation failure
Readers, Openjdk and ibm java versions have failed to install, all reporting a bad elf, e.g. ./ibm-java-i386-sdk-7.0-0.0.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file