search for: fcpa

Displaying 3 results from an estimated 3 matches for "fcpa".

Did you mean: fca
2002 Sep 25
0
Rsync Hangs 100% of the time when copying files from win2k machin es to linux
...s after I issue the following command from the linux box: rsync -avx --progress --ignore-errors --delete-excluded --delete -vvv --exclude-from=system/excludes -e ssh Administrator@10.0.0.159:/cygdrive/c/WINNT deleteme/ Here is the tail end of it's output: recv_generator(WINNT/twain_32/fjscan/fcpa,9712) recv_generator(WINNT/twain_32/logiscan,9713) recv_generator(WINNT/twain_32/miitwain,9714) recv_generator(WINNT/twunk_16.exe,9715) recv_generator(WINNT/twunk_32.exe,9716) recv_generator(WINNT/uneng.exe,9717) recv_generator(WINNT/uninst.exe,9718) recv_generator(WINNT/upwizun.exe,9719) recv_gene...
2003 Jul 20
1
rsync on cygwin is hanging
...go --stats --exclude-from=exclude.list --rsh="ssh" user@host:c:/WINNT/ tree Here is the tail end of the output from that command where it hangs: --- rsync.out --- system32/wbem/mof/ system32/wbem/mof/bad/ system32/wbem/mof/good/ system32/wins/ twain_32/ twain_32/fjscan/ twain_32/fjscan/fcpa/ twain_32/logiscan/ twain_32/miitwain/ wudnld20.tmp/ --- eof: rsync.out --- Here is the strace on the linux machine where it hangs: --- strace.out (on linux machine) --- lstat64("twunk_16.exe", 0xbffffa20) = -1 ENOENT (No such file or directory) lstat64("twunk_32.exe", 0x...
2015 Mar 10
3
[LLVMdev] [GSoc] Liveness Based Flow Sensitive Pointer Analysis for GSoc 2015
...points-to pairs that is both flow-sensitive as well as context-sensitive. This method has been described in  Liveness-Based Pointer Analysis [http://www.cse.iitb.ac.in/grc/software/livepta.pdf] [1] and has already been implemented in the GCC compiler [http://www.cse.iitb.ac.in/grc/index.php?page=l-fcpa]. Most of the information in traditional context-sensitive algorithms is useless because it involves variables that are dead. The paper however relies on liveness information at the construction time of points-to-sets to prune the useless information. This method makes it comparable to a context-i...