search for: 16_

Displaying 4 results from an estimated 4 matches for "16_".

Did you mean: 16
2014 Mar 14
1
[Bug 10497] New: rsync fails to sync certain sparse file combinations with compression
...io.c(820) [sender=3.1.1pre1] With some older versions I can see the server fail with "inflate returned -3 (0 bytes)", so it appears that the compressed stream is getting corrupted somehow. strace of the server with 3.1.1pre1 just shows it quitting: [pid 2216] write(3, "L\305\254\16_\314\364\307<\207.\355\241#\306\24\274\343\33]1K\274\313(\2560^z\227N\223\350\246\203I\302(\363U!\324\267yVlc\251\33f(-\245\322\306\231n\320\2643\261|\24\324\\(ZV\341\n\21.+\352}\266\236\350\210\303\"I\227\206\360\301\260\263i\222C/\374\360\203\350\200\231\377="..., 504) = 504 [pid 221...
2013 Mar 11
2
[LLVMdev] How to detect all free() calls
Hi, I'm trying to write a pass to detect all free()/delete() call instructions in LLVM IR.The method is as follows. First I find Call Instructions: CallInst *CI=dyn_cast<CallInst>(&*i); then see if the Function name matches: name=CI->getCalledFunction()->getName(); if(name=="_ZdlPv"||name=="_ZdaPv"||name=="free")
2003 Nov 23
3
make check reg-tests-3
...1.71000e+00_* 4.00000e-02 3.90000e-01 +19 -2.40000e-01 2.09000e+00_* 0.00000e+00 4.30000e-01 +28 -2.60000e-01 1.86000e+00_* 0.00000e+00 3.60000e-01 +39 -4.40000e-01 1.76000e+00_* 1.00000e-02 3.60000e-01 +42 -8.90000e-01 1.30000e-01_* 5.00000e-02 6.00000e-02 +57 4.00000e-02 1.09307e+16_* 0.00000e+00 1.00000e+00_* +66 8.00000e-02 1.63000e+00_* 0.00000e+00 2.60000e-01 +80 4.50000e-01 1.92000e+00_* 1.00000e-02 4.00000e-01 +83 5.00000e-02 1.88000e+00_* 0.00000e+00 3.60000e-01 +87 1.40000e-01 1.60000e+00_* 0.00000e+00 2.50000e-01 +89 6.40000e-01 2.68000e+00_* 3.000...
2013 Jan 26
4
Write failure on distributed volume with free space available
...y easy to test, I created a distributed volume from 2 uneven bricks and started to write to it; as one of them got full I started getting write failures. This is how I tested: ======================= [root at localhost gluster1]# for i in `seq 1 20`; do df -h /mnt/gluster1/; dd if=/dev/zero of=16_$i bs=16M count=1; done Filesystem Size Used Avail Use% Mounted on 192.168.192.5:/test 291M 16M 276M 6% /mnt/gluster1 1+0 records in 1+0 records out 16777216 bytes (17 MB) copied, 0.115813 s, 145 MB/s Filesystem Size Used Avail Use% Mounted on 192.168.192.5:/test 291...