Displaying 20 results from an estimated 257 matches for "ues".
Did you mean:
uses
2016 Jan 13
2
Possible failure to scrub data in file 'openbsd-compat/bsd-cray.c' in OpenSSH-7.1p1
Hello All,
In reviewing some code in file 'bsd-cray.c', I found a possible
issue where data in the following code may not be properly scrubbed
in the case IA_BACKDOOR in function 'cray_setup', which is below:
case IA_BACKDOOR:
/* XXX: can we memset it to zero here so save some of this
*/
strlcpy(ue.ue_name, "root",
2011 Oct 19
2
Error in 1/ue : non-numeric argument to binary operator.
hi, I have a problem. The R shows that
Error in 1/ue : non-numeric argument to binary operator.
Here is the code:
# simulation of tempered stable processes by compound Poisson approximation
tsp<-function(n,e,a,c,lema){
x<-numeric(n)
for (i in 1:n){
repeat{
w<-runif(1)
v<-runif(1)
x<-e*(w^(-1/a))
fex<-function(x1){ if (x1>=e) {a1<-a*(e^(-a))/(x^a-1)}}
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
Christian, the question for you is towards the end...
On 09/10/2015 15:39, Denis V. Lunev wrote:
> diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c
> index 62cf8c9..15c3c02 100644
> --- a/arch/x86/kvm/hyperv.c
> +++ b/arch/x86/kvm/hyperv.c
> @@ -23,13 +23,265 @@
>
> #include "x8...
2015 Oct 09
4
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
Christian, the question for you is towards the end...
On 09/10/2015 15:39, Denis V. Lunev wrote:
> diff --git a/arch/x86/kvm/hyperv.c b/arch/x86/kvm/hyperv.c
> index 62cf8c9..15c3c02 100644
> --- a/arch/x86/kvm/hyperv.c
> +++ b/arch/x86/kvm/hyperv.c
> @@ -23,13 +23,265 @@
>
> #include "x8...
2012 Sep 19
2
cambiar tamaño de letra de la leyenda con ggplot2
Hola a todos.
Estoy realizando un gráfico con ggplot2, tal que así
p <- ggplot(evolucion.alumnos, aes(x=CURSO, y=value, group=variable))
p + geom_line(aes(color=variable)) + labs(list(x="Curso", y="Alumnado
extranjero", colour="Grupos Geopolíticos")) + opts(title='Evolución España')
Y mi duda es que no encuentro en la ayuda cómo cambiar el tamaño del
2015 Oct 12
0
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
Am 09.10.2015 um 16:42 schrieb Paolo Bonzini:
> Christian, the question for you is towards the end...
[....]
>
>> --- a/virt/kvm/irqchip.c
>> +++ b/virt/kvm/irqchip.c
>> @@ -144,11 +144,13 @@ static int setup_routing_entry(struct kvm_irq_routing_table *rt,
>>
>> /*
>> * Do not allow GSI to be mapped to the same irqc...
2006 Oct 31
0
6314073 Confusing message output following PCI UE error on USII system.
Author: trevtom
Repository: /hg/zfs-crypto/gate
Revision: 1780303be755e6193bd2db8753b1daa368cb6564
Log message:
6314073 Confusing message output following PCI UE error on USII system.
Files:
update: usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/iod_main.c
2012 Nov 05
0
Information error (EDAC MC0 : UE row 0, channel-a= 0)
Dear All,
I have problem with CentOS 6 64bit, this screen monitor view below
EDAC MC0 : UE row 0, channel-a= 0 channel-b= 1 labels "-" (Branch= 0 DRAM
RAM Bank= 2 RDWR=Write RAS=14316 CAS=0 FATAL Err=0x4 (> Tmid Thermal event
with
intelligent throttling disabled ))
but, now this server running very well. Maybe know the couse of error.
Thank you very much before.
--
2009 Jul 17
2
[LLVMdev] Bug in LiveIntervals? Please Examine
In LiveIntervals::processImplicitDefs() we have this:
for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg),
UE = mri_->use_end(); UI != UE; ) {
MachineOperand &RMO = UI.getOperand();
MachineInstr *RMI = &*UI;
++UI;
MachineBasicBlock *RMBB = RMI->getParent();
if (RMBB == MBB)
continue;
const
2009 Apr 21
4
[LLVMdev] Iterating over all uses of a Function
Hi,
I try to iterate over all uses of a Function with the following
code (simplified):
for (Value::use_iterator UI = F->use_begin(), UE = F->use_end();
UI != UE; ++UI) {
if (CallInst* I = dyn_cast<CallInst>(*UI)) {
// do something interesting
}
}
This works on Linux, but on Windows the dyn_cast fails, even
though the only use of F in that
2015 Oct 12
2
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
On Mon, 12 Oct 2015 09:54:41 +0200
Christian Borntraeger <borntraeger at de.ibm.com> wrote:
> Am 09.10.2015 um 16:42 schrieb Paolo Bonzini:
> > Christian, the question for you is towards the end...
>
>
>
> [....]
> >
> >> --- a/virt/kvm/irqchip.c
> >> +++ b/virt/kvm/irqchip.c
> >> @@ -144,11 +144,13 @@ static int setup_routing_entry(struct kvm_irq_routing_table *rt,
> >>
> >> /*
> >&...
2015 Oct 12
2
[PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller
On Mon, 12 Oct 2015 09:54:41 +0200
Christian Borntraeger <borntraeger at de.ibm.com> wrote:
> Am 09.10.2015 um 16:42 schrieb Paolo Bonzini:
> > Christian, the question for you is towards the end...
>
>
>
> [....]
> >
> >> --- a/virt/kvm/irqchip.c
> >> +++ b/virt/kvm/irqchip.c
> >> @@ -144,11 +144,13 @@ static int setup_routing_entry(struct kvm_irq_routing_table *rt,
> >>
> >> /*
> >&...
2013 May 04
2
Lasso Regression error
Hi all,
I have a data set containing variables LOSS, GDP, HPI and UE.
(I have attached it in case it is required).
Having renamed the variables as l,g,h and u, I wish to run a Lasso
Regression with l as the dependent variable and all the other 3 as the
independent variables.
data=read.table("data.txt", header=T)
l=data$LOSS
h=data$HPI
u=data$UE
g=data$GDP
matrix=data.frame(l,g,h,u)
2014 Mar 10
2
[LLVMdev] GlobalValues appear in their own use lists?
....cpp (working copy)
@@ -360,6 +360,11 @@
"Global is external, but doesn't have external or weak linkage!",
&GV);
+ for (Value::const_use_iterator UI = GV.use_begin(), UE = GV.use_end();
+ UI != UE; ++UI) {
+ Assert1(*UI != &GV, "Global values cannot be their own uses!", &GV);
+ }
+
Assert1(!GV.hasAppendingLinkage() || isa<GlobalVariable>(GV),
"Only global variables can have appending linkage!", &GV);
–
Is it ever reasonable for a global value to be its own use? If not, can I commit this patch...
2012 Dec 23
1
Fwd: Re: Another ue for Recoll/Xapian? - AI/Eliza
People,
I sent this note to JF at Recoll and he suggested asking here (his
response below) - any suggestions?
Thanks,
Phil.
-------- Original Message --------
Subject: Re: Another ue for Recoll? - AI/Eliza
Date: 2012-12-23 19:22
From: jf at dockes.org
To: <phil at pricom.com.au>
Philip Rhoades writes:
> Jean,
>
> I have been using Recoll happily for some time now but I
2019 Jul 12
2
Out of memory: kill process
...ace:
[762303.508366] dump_stack+0x5c/0x7b
[762303.508369] dump_header+0x6b/0x29c
[762303.508371] oom_kill_process+0x272/0x280
[762303.508372] ? oom_badness+0x23/0x130
[762303.508374] out_of_memory+0x10c/0x480
[762303.508377] __alloc_pages_slowpath+0x9d8/0xdb0
[762303.508380] ? blk_mq_make_request+0x28a/0x530
[762303.508382] __alloc_pages_nodemask+0x258/0x2a0
[762303.508386] alloc_pages_vma+0x7c/0x1d0
[762303.508390] __read_swap_cache_async+0x147/0x200
[762303.508392] read_swap_cache_async+0x28/0x60
[762303.508394] swap_cluster_readahead+0x217/0x290
[762303.508397] ? __switch_to_asm+0...
2012 Aug 31
0
[LLVMdev] Assert in LiveInterval update
...m: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Sergei Larin
Sent: Friday, August 31, 2012 11:53 AM
To: 'Lang Hames'
Cc: 'LLVM Developers Mailing List'
Subject: Re: [LLVMdev] Assert in LiveInterval update
Hi Lang,
Just one more quick question. in LiveIntervalAnalysis.cpp In
SlotIndex findLastUseBefore(unsigned Reg, SlotIndex OldIdx)
Did you really mean to use
for (MachineRegisterInfo::use_nodbg_iterator
UI = MRI.use_nodbg_begin(Reg),
UE = MRI.use_nodbg_end();
UI != UE; UI.skipInstructio...
2013 Apr 11
0
[LLVMdev] object file/linking is missing my exception handlers
...mitFile and
> then I link my resulting files with:
Are you using standard dwarf tables, or something of your own invention
(as discussed in a previous email)?
>
> gcc -o prog input.o -fexceptions
This just calls the linker, the -fexceptions option will be ignored. In any
case, the big question is whether the exception table is in input.o already or
not. You can disassemble it and take a look.
> I'm sure I'm just missing some option to generate the Dwarf tables, but
> I can't figure out what it is. For the JIT version I set
> JITExceptionHandling and JITEmitDebu...
2007 May 29
24
RFC: MCA/MCE concept
...ctions via Hypercall
The term "self-healing" below is used in the sense of using the most propriate
technique(s) to handle an error such as MPR
(http://www.opensparc.net/pubs/papers/MPR_DSN06.pdf),
online-spare RAM or killing/restarting of impacted processes
to prevent crashes of whole guests or the whole machine.
case I) - Xen reveives a MCE from the CPU
1) Xen MCE handler figures out if error is an correctable error (CE)
or uncorrectable error (UE)
2a) error == CE:
Xen notifies Dom0 if Dom0 installed an MCA event handler
for statistical purpose
2b) error == UE and U...
2009 Jul 17
0
[LLVMdev] Bug in LiveIntervals? Please Examine
On Jul 17, 2009, at 7:57 AM, David Greene wrote:
> In LiveIntervals::processImplicitDefs() we have this:
>
> for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg),
> UE = mri_->use_end(); UI != UE; ) {
> MachineOperand &RMO = UI.getOperand();
> MachineInstr *RMI = &*UI;
> ++UI;
> MachineBasicBlock *RMBB