search for: missalign

Displaying 6 results from an estimated 6 matches for "missalign".

Did you mean: misalign
2019 Aug 20
1
Fwd: Bug Reporting
Hello, I would like to report this date/time bug that threatened me for a long time, as I need correct date calculation in my computations. If I add 1 day to the light saving switching day, it will incorrectly subtract 1 hour from the date and missalign all my calculations. You can see it runing (I am testing it with Rome, Italy (+1) TimeZone) print(paste0("Horrible R Bug is present? ",strptime("20151025",format='%Y%m%d')+as.difftime(1, unit="days"))); As you can see the output says 11pm and not 12pm ! I d...
2011 Sep 11
1
[XCP] primary/primary DRBD 8.4.0-1 LVM-based shared SR (xcp 1.1) preformance tuning
...# In some special circumstances the device mapper stack manages to # pass BIOs to DRBD that violate the constraints that are set forth # by DRBD''s merge_bvec() function and which have more than one bvec. # A known example is: # phys-disk -> DRBD -> LVM -> Xen -> missaligned partition (63) -> DomU FS # Then you might see "bio would need to, but cannot, be split:" in # the Dom0''s kernel log. # The best workaround is to proper align the partition within # the VM (E.g. start it at sector 1024). (Costs 480 KiByte of storage) # Un...
2011 Aug 31
1
Hmisc Latex Question: column headings and Major Column Headings not properly alligned
...t;,"Type B","Type C","Type D","n"),rowlabel="",size="scriptsize") When I use this code (there are 9 columns total in R object "mytab") the resulting Major Column headings are typeset properly, however the colheads themselves are missaligned. The first column heading is over the row labels (Type I and Type II), and the rest of the column headings are spaced offset to the major column headings, so don't line up underneath. I've searched through google and haven't found anything, and I've been experimenting with every...
2007 Aug 22
2
SSE bug on Win32 with GCC 4.2.1
Jean-Marc Valin wrote: > Duane Storey a ?crit : >> Actually, it might just be an OS "feature".. On most linux and mac >> platforms, the memory managers align memory on proper boundaries -- this >> doesn't occur on most versions of windows. I don't have all the code in >> front of me, but it's possible that it's simply a side effect of windows
2007 Aug 23
0
SSE bug on Win32 with GCC 4.2.1
...ck and you didn't correct it" > problem, the thread will crash on the very first SSE load it does, as it > is unaligned. Since GCC maintains 16-byte alignment relative to the > starting SP, either ALL stack loads are aligned or they are all unaligned. FFMpeg had problems with SSE missaligned stack variables under Windows too. Now, with gcc 4.2 available on Windows they solved it with __attribute__((force_align_arg_pointer)) set for publicly visible functions. You may find their patch and short description in this mail: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-August/0340...
2009 Mar 03
13
xm migrate headache
Hi, I am trying to (live-)migrate a paravirtualized machine from hosta to hostb: -----8<---- hosta:~ # xm list pvm Name ID Mem VCPUs State Time(s) pvm 64 384 1 -b---- 0.5 hostb:~ # xm list pvm Error: Domain ''pvm'' does not exist. hosta:~ # xm migrate pvm 192.168.0.2 Error: