Displaying 20 results from an estimated 5808 matches for "backwards".
Did you mean:
backward
2007 Oct 26
6
Time went backwards / Stability issues
...standard load on the hardware, but, well...
Within 3 minutes of the tests beginning, the host machine became
entirely unresponsive at the console, or to the network.
After reboot, the following messages appear in the messages file on
dom0:
Oct 26 11:16:24 offxen2 kernel: clocksource/0: Time went backwards:
delta=-87834561 shadow=1219075978646569 offset=40156133
Oct 26 11:16:24 offxen2 kernel: clocksource/3: Time went backwards:
delta=-60020543 shadow=1219076192448184 offset=116224924
Oct 26 11:16:24 offxen2 kernel: clocksource/3: Time went backwards:
delta=-30041758 shadow=1219076192448184 offset=24...
2009 Jan 12
1
AW: Clocksources and other mysteries
...casional? I tend to say: no. Please see an excerpt below. And if it''s not occasional, what
could I do? And by the way: I found no code that TSC will get adjusted, so I think it will get worse
over the time...
Thanks, Carsten.
messages.0:Jan 9 12:25:15 data kernel: Timer ISR/1: Time went backwards: delta=-12018171 delta_cpu=115981829 shadow=75780489375160 off=410607630 processed=75780912000000 cpu_processed=75780784000000
messages.0:Jan 9 12:25:16 data kernel: Timer ISR/1: Time went backwards: delta=-16026092 delta_cpu=75973908 shadow=75780489375160 off=806599392 processed=75781312000000 cp...
2014 Dec 28
2
Road for 1.1 (2.0) backward compatibility
Hi Guus,
I know this comes up from time to time. So it is time to update our
expectations.
Is there a roadmap for a 1.1 backward compatibility already?
-rsd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20141228/fcb2b44a/attachment.html>
2009 Dec 13
2
how to replace a single backward slash with a double backward slash?
Dear R-helpers:
Hours ago, I asked how to replace a single forward slash with a double
backward slash and recieved great help. Thanks again for all the repliers.
In the meantime, I wonder how to replace a single backward slash with a
double backward slash?
e.g., I want change "c:\test" into "c:\\test"
I tried the following but does not work.
2005 Apr 04
3
"Time went backwards" messages
I have a high end IBM system with 4 HT CPUs, am running xen-unstable
with only Dom0 active, and I get lots of "Timer ISR/n: Time went
backwards" messages. This is a short segment from dmesg:
Timer ISR/1: Time went backwards: -259000 4465110000000 9741000 4465120000000
Timer ISR/6: Time went backwards: -224000 4465110000000 9776000 4465120000000
Timer ISR/6: Time went backwards: -159000 4465110000000 9841000 4465120000000
Timer ISR/3...
2009 Feb 18
4
Time moved backwards ....
OK..
So I synced the clock....
and got ....
dovecot: Time just moved backwards by 1 seconds. I'll sleep now until
we're back in present. http://wiki.dovecot.org/TimeMovedBackwards
( The first time I did this the clock moved backwards 2 hours after a
timezone change and dovecot suicided )
I think I understand the concept ...
However a mail server should probably be...
2016 Apr 19
3
Backward references in assembly absolute expressions
While trying to compile an existing codebase which uses handwritten
assembly with LLVM, I ran into an issue around using backward references in
assembly absolute expressions. A simple example can be the following
snippet:
_foo:
.fill 0x100
_bar:
.fill _bar - _foo
_baz:
.fill 0x100
While gas compiles this snippet without any errors, the integrated
assembler throws an error: expected
2007 Oct 09
13
clocksource/0: Time went backwards
...39;m having a problem with my new Xen-enabled colocation server.. I hope ( at least ;) ) one of you guys know how to fix this problem..
For a certain amount of time ( 1-2 days ) the domU runs fine.. until the console starts spitting out messages like these:
[80182.004456] clocksource/0: Time went backwards: delta=-6917292717540055641 shadow=80182004054805 offset=400471
[80182.004507] clocksource/0: Time went backwards: delta=-6917292717540005396 shadow=80182004054805 offset=450712
[80182.004762] clocksource/0: Time went backwards: delta=-6917292717539750360 shadow=80182004054805 offset=705812
[80182....
2012 Nov 19
9
Stepwise analysis with fixed variables
Hello,
How can I run a backward stepwise regression with part of the variables
fixed, while the others participate in the backward stepwise analysis?
Thank you, Einat
--
View this message in context: http://r.789695.n4.nabble.com/Stepwise-analysis-with-fixed-variables-tp4650015.html
Sent from the R help mailing list archive at Nabble.com.
2012 Oct 17
2
[LLVMdev] DWARF 2/3 backwards compatibility?
The error we are getting is:
"Undefined Form Value: 25"
We have customers that have a variety of debuggers, and we need to be
able to preserve Dwarf3 compatibility. GDB, Lauterbach, etc.
The patch that caused a problem for us is:
https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp?r1=162493&r2=162526&pathrev=162526&diff_format=h
2014 Dec 28
0
Road for 1.1 (2.0) backward compatibility
On Sun, Dec 28, 2014 at 10:33:47AM -0200, Raul Dias wrote:
> I know this comes up from time to time. So it is time to update our
> expectations.
>
> Is there a roadmap for a 1.1 backward compatibility already?
The roadmap looks like this:
1.1pre1: backwards compatible with 1.0.x
1.1pre2: backwards compatible with 1.0.x, but not 1.1pre1
...
1.1preN: backwards compatible with 1.0.x, but not 1.1pre1 to 1.1pre{N-1}
1.1.0: backwards compatible with 1.0.x, but not 1.1pre1 to 1.1preN
1.1.1: backwards compatible with 1.0.x, 1.1.y, but not with 1.1pre1 to...
2014 Dec 28
1
Road for 1.1 (2.0) backward compatibility
..., Dec 28, 2014 at 10:33:47AM -0200, Raul Dias wrote:
>
> > I know this comes up from time to time. So it is time to update our
> > expectations.
> >
> > Is there a roadmap for a 1.1 backward compatibility already?
>
> The roadmap looks like this:
>
> 1.1pre1: backwards compatible with 1.0.x
> 1.1pre2: backwards compatible with 1.0.x, but not 1.1pre1
> ...
> 1.1preN: backwards compatible with 1.0.x, but not 1.1pre1 to 1.1pre{N-1}
> 1.1.0: backwards compatible with 1.0.x, but not 1.1pre1 to 1.1preN
> 1.1.1: backwards compatible with 1.0.x, 1.1.y,...
2012 Oct 17
0
[LLVMdev] DWARF 2/3 backwards compatibility?
> Would like to discuss:
> 1) What level of interest is there in Dwarf backward compatibility;
I don't have a lot of interest in keeping dwarf backward compatibility
past my ability to test things, hence the option for darwin's gdb.
That said if people want to have more strict options I can easily keep
the dwarf stuff I'm working on inside of that framework.
> 2) What levels
2011 Oct 06
2
[LLVMdev] interprocedural static backwards slicing
Hello John et al -
I have been struggling to implement static backwards slicing with LLVM.
After digging llvmdev postings for some time, I see that other people were
having similar difficulties and John's got almost complete code that may
be shared. May I get a copy of it, too? Better yet, it would be helpful
for many other people if the code were checked in to an...
2011 Oct 09
2
[LLVMdev] interprocedural static backwards slicing
...e code.
A proper LLVM sub-project: No rush on this and please take your time. Thanks.
- Jin
-----Original Message-----
From: Criswell, John T [mailto:criswell at illinois.edu]
Sent: Saturday, October 08, 2011 11:58 AM
To: Jinwook Shin; llvmdev at cs.uiuc.edu
Subject: RE: interprocedural static backwards slicing
Dear Jin,
I've talked with Vikram, and we agree that having this code (and a dynamic backwards slicing pass that Swarup and I wrote) in a publicly available SVN repository is a good thing.
I'll try to get you a copy of the static slicing code some time next week (I should be able...
2011 Oct 08
0
[LLVMdev] interprocedural static backwards slicing
Dear Jin,
I've talked with Vikram, and we agree that having this code (and a dynamic backwards slicing pass that Swarup and I wrote) in a publicly available SVN repository is a good thing.
I'll try to get you a copy of the static slicing code some time next week (I should be able to work on it Monday morning) so that you can start working with it right away. I can work on making a prop...
2016 Oct 08
2
Changes to the Developer Policy / IR Backwards Compatibility
Hi,
I’ve noted some change in wording on the current (4.0) developer policy[1],
compared to the 3.9 developer policy[2]. Specifically the part about IR
Backwards Compatibility.
The change from 3.9 to 4.0 is the following:
- The textual format is not backwards compatible. We don’t change it too often, but there are no specific promises.
- Additions and changes to the IR should be reflected in test/Bitcode/compatibility.ll.
- - The bitcode format produc...
2009 Apr 02
4
Time moved backwards errors
Hello,
I am experiencing a number of 'Time moved backwards errors' such as:
Mar 27 11:38:20 host-78-129-239-60 dovecot: imap-login: Time just moved backwards by 729 seconds. This might cause a lot of problems, so I'll just kill myself now. http://wiki.dovecot.org/TimeMovedBackwards
Mar 27 15:20:10 host-78-129-239-60 dovecot: Time just moved backwa...
2012 Oct 31
2
Forward and backward algorithm in R?
How can I wrtie and calculate alpha and beta in the forward backward
algorithm in R ?
--
View this message in context: http://r.789695.n4.nabble.com/Forward-and-backward-algorithm-in-R-tp4648012.html
Sent from the R help mailing list archive at Nabble.com.
2018 May 30
0
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
>
>
> `SROA' is an early stage pass running at the very beginning of the
> pipeline in `-O{1,2,3}'. Greg Bedwell's report from his DExTer tool
> shows SROA on function as one of the major culprits of Debug Info
> loss.
>
>
The methodology I used is with the opt-bisect-limit option on clang, so
it's not strictly the case that the results presented