search for: eip

Displaying 20 results from an estimated 1623 matches for "eip".

Did you mean: eio
2008 Jan 28
2
Strange signal 11 crashes
These crashes only happen at night/during the evening, way after maximum load: Jan 27 21:19:57 postamt kernel: [1490698.849461] imap[15089]: segfault at 00000008 eip 080b779b esp bfbe20a0 error 4 Jan 27 21:20:50 postamt kernel: [1490752.022142] imap[15251]: segfault at 00000008 eip 080b779b esp bfd241e0 error 4 Jan 27 21:21:53 postamt kernel: [1490814.348208] imap[15482]: segfault at 00000008 eip 080b779b esp bfeca390 error 4 Jan 27 21:22:26 postamt kernel: [14...
2008 May 15
2
xen smp acpi failed
...N) Processor #14 6:0 APIC version 17 (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Detected 1995.085 MHz processor. (XEN) CPU0: Intel(R) Xeon(R) CPU E5335 @ 2.00GHz stepping 0b (XEN) Mapping cpu 0 to node 255 (XEN) Booting processor 1/2 eip 90000 (XEN) Not responding. (XEN) Inquiring remote APIC #2... (XEN) ... APIC #2 ID: failed (XEN) ... APIC #2 VERSION: failed (XEN) ... APIC #2 SPIV: failed (XEN) Unmapping cpu 1 from all nodes (XEN) CPU #2 not responding - cannot use it. (XEN) Booting processor 1/4 eip 90000 (XEN) Not responding. (...
2009 Nov 22
4
Xen 3.4.2 DomU Network Issues
...entifiers (VPID) (XEN) - Virtual NMI (XEN) - MSR direct-access bitmap (XEN) VMX: EPT is available. (XEN) VMX: VPID is available. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging detected. (XEN) CPU0: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping 05 (XEN) Booting processor 1/2 eip 8c000 (XEN) CPU1: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping 05 (XEN) Booting processor 2/4 eip 8c000 (XEN) CPU2: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping 05 (XEN) Booting processor 3/6 eip 8c000 (XEN) CPU3: Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping 05 (...
2007 Apr 18
2
[PATCH 19/21] i386 Kprobes semaphore fix
...LDT. 2) The CS value was not truncated to 16 bit, which could cause an access beyond the bounds of the LDT. 3) The LDT was being read without taking the mm->context semaphore, which means bogus and or non-existent vmalloc()ed pages could be read. 4) 16-bit code segments do not truncate EIP to 16-bit, it is perfectly valid to issue an instruction at 0xffff, and there is no wraparound of EIP in protected mode. 5) V8086 mode does truncate EIP to 16-bit. 6) Taking the mm->context semaphore requires interrupts to be enabled. 7) Do not assume the GDT TLS descriptors are flat....
2007 Apr 18
2
[PATCH 19/21] i386 Kprobes semaphore fix
...LDT. 2) The CS value was not truncated to 16 bit, which could cause an access beyond the bounds of the LDT. 3) The LDT was being read without taking the mm->context semaphore, which means bogus and or non-existent vmalloc()ed pages could be read. 4) 16-bit code segments do not truncate EIP to 16-bit, it is perfectly valid to issue an instruction at 0xffff, and there is no wraparound of EIP in protected mode. 5) V8086 mode does truncate EIP to 16-bit. 6) Taking the mm->context semaphore requires interrupts to be enabled. 7) Do not assume the GDT TLS descriptors are flat....
2005 Apr 02
1
[PATCH] VMX support for MMIO/PIO in VM8086 mode
...t;size), req->size, &tmp); ===== xen/arch/x86/vmx.c 1.35 vs edited ===== --- 1.35/xen/arch/x86/vmx.c 2005-03-25 08:46:18 -05:00 +++ edited/xen/arch/x86/vmx.c 2005-03-31 13:41:48 -05:00 @@ -294,13 +294,17 @@ vcpu_iodata_t *vio; ioreq_t *p; unsigned long addr; - unsigned long eip; + unsigned long eip, cs, eflags; + int vm86; __vmread(GUEST_EIP, &eip); + __vmread(GUEST_CS_SELECTOR, &cs); + __vmread(GUEST_EFLAGS, &eflags); + vm86 = eflags & X86_EFLAGS_VM ? 1 : 0; VMX_DBG_LOG(DBG_LEVEL_1, - "vmx_io_instruction: eip=...
2014 May 14
2
guestfsd crashes when the handle is closed
Hello, I launched guestfsd in my guest with this command : guestfsd* -rv*. When i close the handle the deamon crashes. This is the output i got (Deamon side) : guestfsd: main_loop : new request, len 0x28 fsync /dev/sda /dev/sr0 : No medium found guestfsd : main_loop : proc 282
2010 Feb 24
4
Re: [Xen-changelog] [xen-3.4-testing] x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq to
...1:10:09 2010 +0000 > +++ b/xen/arch/x86/traps.c      Wed Feb 24 11:11:05 2010 +0000 > @@ -840,6 +840,7 @@ asmlinkage void do_invalid_op(struct cpu >  { >     struct bug_frame bug; >     struct bug_frame_str bug_str; > +    const void *p; >     const char *filename, *predicate, *eip = (char *)regs->eip; >     unsigned long fixup; >     int id, lineno; > @@ -860,26 +861,29 @@ asmlinkage void do_invalid_op(struct cpu >         goto die; >     eip += sizeof(bug); > > -    id = bug.id & 3; > - > -    if ( id == BUGFRAME_dump ) > -    { > -  ...
2014 May 15
2
Re: guestfsd crashes when the handle is closed
...5 in ?? () No symbol table info available. i also tried to print information about each frame, i found unknown addresses in frame 4 and 3, here are the details : ======================================== --frame 4 : * (gdb) info frame* Stack level 4, frame at 0x0: eip = 0x804b025; saved eip 0x804b025 Outermost frame: outermost caller of frame at 0xbfd55210 Arglist at* unknown address.* Locals at* unknown address*, Previous frame's sp in esp *--*frame 3: * (gdb) info frame * Stack level 3, frame at...
2003 Apr 14
5
* kernel panic
The problem I mentioned a day ago is now getting worse. message log: kernel: PCI Master abort kernel: Unable to handle kernel paging request at virtual address 00230004 kernel : printing eip c02060a6 kernel : Oops: 0002 kernel : CPU: 1 kernel : EIP: 0010:[<c02060a6>] Not tainted ,... Some register dumps kernel: Process asterisk (pid: 23917, stackpage=c5aff0000) kernel: Stack: numbers:) kernel: Call Trace: again the addresses this repeats with an other process of asterisk too, an...
2009 Jan 28
2
7.1 new install halts on BTX error
...URRENT (see http://lists.freebsd.org/pipermail/freebsd-current/2008-October/089460.html ). Dmesg from 7.0 in http://www.freebsd.org/cgi/query-pr.cgi?prp=125769-1-txt&n=/patch.txt A new install of 7.1-RELEASE on separate disks leads to this backtrace: int=0000000d err=00001840 efl=00010207 eip=00000511 eax=04551364 ebx=00000000 ecx=00495cae edx=00495cae esi=00000009 edi=00000001 ebp=00000000 esp=00495cae cs=002b ds=0033 es=0033 fs=0033 gs=0033 ss=0033 cs:eip=17 00 00 00 00 00 00 0c-00 00 00 00 00 00 00 b9 ae 5c 49 00 00 00 00 b9-ae 5c 49 00 00 00 00 c8 ss:esp=43 18 3c...
2004 Jun 10
1
ext3 EIP
I hope this EIP can enlightend the developers: Jun 10 10:28:59 shawarma kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000019 Jun 10 10:28:59 shawarma kernel: printing eip: Jun 10 10:28:59 shawarma kernel: c0181d47 Jun 10 10:28:59 shawarma kernel: *pde = 00000000 Jun 10 10:28:59 sh...
2008 Mar 06
4
FW: oprofile 0.9.3 xen symbols incorrect
Hi I am using oprofile 0.9.3 on xen cs 16540 on an Intel system. When I look at the top "hot" functions, I see p2m_change_type being one of the top function in xen-syms. This function is only in the svm (AMD) code and should not appear on an Intel system. I see that this function is not being clled at all when I am running my apps as I have put printk in the functions and they do
2005 Nov 03
0
[PATCH] vmx-platform-vmread.patch
...->vp_ioreq; - - vm86 = regs->eflags & X86_EFLAGS_VM; if (test_bit(ARCH_VMX_IO_WAIT, &v->arch.arch_vmx.flags)) { printf("VMX I/O has not yet completed\n"); @@ -725,7 +717,6 @@ void handle_mmio(unsigned long va, unsigned long gpa) { - unsigned long eip, eflags, cs; unsigned long inst_len, inst_addr; struct mmio_op *mmio_opp; struct cpu_user_regs *regs; @@ -734,18 +725,17 @@ int i, vm86, ret; mmio_opp = &current->arch.arch_vmx.mmio_op; + regs = mmio_opp->inst_decoder_regs; - - __vmread(GUEST_RIP, &e...
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
2009 Jul 27
0
Problems with power management xen 3.4
...(XEN) - Virtual NMI (XEN) - MSR direct-access bitmap (XEN) VMX: EPT is available. (XEN) VMX: VPID is available. (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging detected. (XEN) CPU0: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz stepping 05 (XEN) Booting processor 1/0 eip 8c000 (XEN) CPU1: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz stepping 05 (XEN) Booting processor 2/18 eip 8c000 (XEN) CPU2: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz stepping 05 (XEN) Booting processor 3/2 eip 8c000 (XEN) CPU3: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz st...
2004 Dec 05
3
potentially nasty oops on startup
Hi, I''m getting the following oops on startup, and I''m not quite sure why. It looks nasty though, with an invalid page being mapped into a process, and a strange looking EIP ... do_wp_page: bogus page at address 00000449 VM: killing process kmodule Unable to handle kernel NULL pointer dereference at virtual address 00000449 printing eip: 00001eca *pde = ma 0d183067 pa 0a583067 *pte = ma 00000025 pa 55555025 [<c010d91c>] syscall_call+0x7/0xb Oops: 0003 [#1]...
2002 Jun 24
1
Recent crashes under RH 7.3 2.4.18 and ext3
Ive had two of them in the last two weeks.. The most recent kernel output is kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000009c kernel: printing eip: kernel: c88132b4 kernel: *pde = 00000000 kernel: Oops: 0000 kernel: ppp_async ppp_generic slhc 3c509 8139too mii ipt_state ipt_LOG ipt_REJECT ipt_ kernel: CPU: 0 kernel: EIP: 0010:[<c88132b4>] Not tainted kernel: EFLAGS: 00210286 kernel: kernel: EIP is at journal_blocks_per_page_...
2008 Jul 22
2
pv_ops - 2.6.26 - unable to handle kernel paging request
Xen: 3.1.2 (or thereabouts), 64bit dom0: 2.6.18.8, pae pv-ops, 2.6.26 BUG: unable to handle kernel paging request at 69746174 IP: [<c015e221>] move_freepages+0x61/0xc0 *pdpt = 0000000204ed6007 Oops: 0002 [#1] SMP Modules linked in: Pid: 6859, comm: sh Not tainted (2.6.26-linode13 #1) EIP: 0061:[<c015e221>] EFLAGS: 00010002 CPU: 2 EIP is at move_freepages+0x61/0xc0 EAX: 69746174 EBX: 25413325 ECX: c158e038 EDX: 732e316d ESI: c158e020 EDI: 00000000 EBP: c158ffe0 ESP: ec2cddf8 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0069 Process sh (pid: 6859, ti=ec2cc000 task=ecd3f400 task.ti=e...