search for: 8b88

Displaying 9 results from an estimated 9 matches for "8b88".

Did you mean: 8888
2014 May 30
3
[LLVMdev] Error with Gold Linker during LTO
So you see the issue as well in ARM? When doing a objdump -D weakMainO1.exe | grep -A 10 "<_ZN1C13caller_methodEv>:" I see: 00008b88 <_ZN1C13caller_methodEv>: 8b88: e92d4800 push {fp, lr} 8b8c: e1a0b00d mov fp, sp 8b90: e24dd008 sub sp, sp, #8 8b94: e58d0004 str r0, [sp, #4] 8b98: e59d0004 ldr r0, [sp, #4] 8b9c: ebffdd17 bl 0 <__preinit_array_end> 8ba0: e1a0d00b mov sp, fp 8ba4:...
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
...rote: > > Hi Team > > > > I'm trying to launch LXC VM with libvirt 1.2.12 having commit > > *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML > configuration.. > > > > <domain type="lxc"> > > <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid> > > <name>test</name> > > <memory>524288</memory> > > <vcpu>1</vcpu> > > <os> > > <type machine="virt">exe</type> > > <cmdline>root=/dev/ram0 rw conso...
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Team I'm trying to launch LXC VM with libvirt 1.2.12 having commit *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration.. <domain type="lxc"> <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid> <name>test</name> <memory>524288</memory> <vcpu>1</vcpu> <os> <type machine="virt">exe</type> <cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait earlyprintk</cmdline> <init...
2016 Apr 12
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
.../msg00505.html I'm now getting following errors.. virsh -c lxc: start test error: Failed to start domain test error: internal error: Unsupported network type ethernet I'm using the below XML file for launching LXC VM.. <domain type="lxc"> <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid> <name>test</name> <memory>524288</memory> <vcpu>1</vcpu> <os> <type machine="virt">exe</type> <cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait earlyprintk</cmdline> <init...
2016 Apr 11
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
...n 04/11/2016 09:24 AM, abhishek jain wrote: > Hi Team > > I'm trying to launch LXC VM with libvirt 1.2.12 having commit > *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration.. > > <domain type="lxc"> > <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid> > <name>test</name> > <memory>524288</memory> > <vcpu>1</vcpu> > <os> > <type machine="virt">exe</type> > <cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait earlyprint...
2014 May 30
2
[LLVMdev] Error with Gold Linker during LTO
...program. I can reproduce the issue now. On 30 May 2014 15:48, Daniel Stewart <stewartd at codeaurora.org> wrote: > So you see the issue as well in ARM? When doing a > > objdump -D weakMainO1.exe | grep -A 10 "<_ZN1C13caller_methodEv>:" > > I see: > > 00008b88 <_ZN1C13caller_methodEv>: > 8b88: e92d4800 push {fp, lr} > 8b8c: e1a0b00d mov fp, sp > 8b90: e24dd008 sub sp, sp, #8 > 8b94: e58d0004 str r0, [sp, #4] > 8b98: e59d0004 ldr r0...
2014 May 30
4
[LLVMdev] Error with Gold Linker during LTO
We've found an error during the use of LTO that appears to happen only during the use of the gold linker. We essentially have a file which is compiled *without* LTO: f1() { h1(); } And a second file that is compiled/linked *with* LTO: f2() { f1(); h1(); } This second file has the function h1() inlined during LTO. The resulting executable fails because the symbol for h1
2018 Aug 30
4
crash problem when using IndirectBrInst to replace BranchInst
...A6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib 0x7fff50d72000 - 0x7fff50d77ff7 libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib 0x7fff50d78000 - 0x7fff50da5ff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state...
2018 Aug 31
2
crash problem when using IndirectBrInst to replace BranchInst
...; /usr/lib/system/libsystem_trace.dylib > > 0x7fff50d72000 - 0x7fff50d77ff7 libunwind.dylib (35.3) > <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib > > 0x7fff50d78000 - 0x7fff50da5ff7 libxpc.dylib (1205.70.9) > <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib > > > External Modification Summary: > > Calls made by other processes targeting this process: > > task_for_pid: 0 > > thread_create: 0 > > thread_set_state: 0 > > Calls made by this process: > &...