search for: verify

Displaying 20 results from an estimated 18200 matches for "verify".

2013 Nov 19
2
[LLVMdev] Debug Info Verifier: should we create a module pass for it?
...e part of the IR verifier that I don't like is it verifies module-level data in doFinalization. If we have two verifier passes in a single module pass manager, doFinalization of the two passes will run on the same module data after all passes. I followed the same model for debug info verifier: verifying debug info reachable from a function in runOnFunction and verifying module level debug info in doFinalization. But it can be time consuming (see email discussion in "Debug Info Slowing Things Down?!"), since each function can reach a lot of debug info MDNodes, some of them are shared b...
2013 Dec 19
1
[LLVMdev] Debug Info Verifier: should we create a module pass for it?
On Mon, Dec 16, 2013 at 4:05 PM, Eric Christopher <echristo at gmail.com>wrote: > My off the cuff idea here is to make it a module pass, but we'll split the > verification a bit: > > a) IR verification time - > > Verify debug metadata attached to instructions (i.e. line information). > Only check it for structure (i.e. do the various metadata nodes have the > right number and kind of operands). > It makes things a little complicated by having verification in two places (IR verifier and the module pass). T...
2013 Dec 17
0
[LLVMdev] Debug Info Verifier: should we create a module pass for it?
My off the cuff idea here is to make it a module pass, but we'll split the verification a bit: a) IR verification time - Verify debug metadata attached to instructions (i.e. line information). Only check it for structure (i.e. do the various metadata nodes have the right number and kind of operands). b) Module pass - Walk down from the CUs in the file and verify everything we see. I think then the only duplication we'...
2018 Apr 25
2
4.3.11-Ubuntu fail to add DC to a AD domain
...owing errors: # samba-tool drs showrepl SPNEGO(gssapi_krb5) creating NEG_TOKEN_INIT failed: NT_STATUS_INVALID_PARAMETER NT_STATUS_INVALID_PARAMETER is usually associated with DNS update issues. 2. I had to update "objectGUID CNAME Record" as defined here https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record 3. querying the domain name in the DNS shows up only the old DC # host biuro.gpm-vindexus.pl biuro.gpm-vindexus.pl has address 192.168.0.251 biuro.gpm-vindexus.pl has address 192.168.1.251 (it has 2 addresses in 2 subnets) and it should show 192.168.0.252 (qdc, the...
2016 Jul 08
3
Running verify between every opt pass?
Hi, Is there any easy way to run the verifier between each pass in opt if I do e.g. opt -O3 foo.ll -o foo.opt.ll ? If I add -verify after -O3 I get one invocation of the verifier first in the FunctionPass manager and then get two (!) runs of the verifier after all other passes are run. Then I saw the flag -verify-each which sounds promising, the help text says - Verify after each transform but if I do -O3 -verify-each...
2016 Mar 09
2
Where is the time going? - update
Further to my previous email, I now have some answers. The culprit is the IR verifier. 1. opt -time-passes does not report time spent in the IR verifier. If I add -disable-verify, opt's run time drops from 71 seconds to 37 seconds. 2. -disable-verify doesn't disable all verification runs. The IR verifier is run 3 times: once prior to any optimization work, once between running the module passes and running the function passes, and finally at the end of all optimiz...
2018 Apr 25
1
4.3.11-Ubuntu fail to add DC to a AD domain
yes, I tried working with samba wiki and quad-verifying what is recommended to be checked. OK, I'll try to join using 18.04. the samba_dnsupdate tool does not have the --use-samba-tool option in ubuntu 16.04 2018-04-25 22:47 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Wed, 25 Apr 2018 22:32:10 +0200 > Jakub...
2018 Jul 12
5
Should Verifier be an analysis?
Hello all, I came across the code of Verifier, and see that it doesn't modify the IR at all. Why it is not considered as an analysis pass? Actually, this will have impact on debugify-each and print-before/after-all: we are not supposed to print/debugify Verifier pass, but since Verifier is declared as a transformation (well, a non-analysis) pass, we actually do print/debugify it. Thanks for
2018 Apr 25
0
4.3.11-Ubuntu fail to add DC to a AD domain
...> SPNEGO(gssapi_krb5) creating NEG_TOKEN_INIT failed: > NT_STATUS_INVALID_PARAMETER > > NT_STATUS_INVALID_PARAMETER is usually associated with DNS update > issues. > > 2. I had to update "objectGUID CNAME Record" as defined here > https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record Yes, but you shouldn't have to do this with 4.7.6, it has code to create those records during the join > > 3. querying the domain name in the DNS shows up only the old DC > # host biuro.gpm-vindexus.pl > biuro.gpm-vindexus.pl has address 192.168.0....
2010 Mar 06
4
[LLVMdev] Changes between 2.6 and 2.7: SSA Verifier and visitFreeInst
Hi llvm, 1) The lib/VMCore/Verifier.cpp in 2.7 implements Verifier::VerifyType, which is empty in 2.6. I noticed that it does not check all types, for example, UnionTyID, OpaqueTyID, LabelTyID, MetadataTyID and etc are ignored in the 'default' branch. Does it mean we dont need to check them? Another question is: How much does Verifier.cpp check statically? Can I...
2013 Jun 25
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...gt; On Jun 25, 2013, at 9:15 AM, David Blaikie <dblaikie at gmail.com> wrote: >> >> On Tue, Jun 25, 2013 at 8:59 AM, Manman Ren <mren at apple.com> wrote: >> >> >> Any suggestion on how to move this forward? >> My feeling is that we should not call Verify from so many files. >> If you agree, I can try to clean up the Verify functions first. >> >> >> Yes, we probably shouldn't be using Verify much. I haven't looked at >> all the use cases though. >> >> >> Verify called from the following 12...
2010 Apr 20
2
[LLVMdev] Disable the Module Verifier pass?
Hello, Is there anyway to disable the module verifier pass (in llvm-ld and llc)? I got an error as " Instruction does not dominate all uses!". Obviously, there must be something wrong. The module verifier simply aborts `llvm-ld` instead of generating bytecode. If somehow I can disable the module verifier, then I can use llc to produce LLVM assembly code for my program. This will help
2019 Nov 24
4
Problems setting up samba bind9_dlz on Ubuntu 18.04
...php/BIN...roubleshooting<https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End#Troubleshooting> The active directory replication works, but the dns replication does not. When I'm running "samba_dnsupdate --all-names" I get the following output: ; TSIG error with server: tsig verify failure ; TSIG error with server: tsig verify failure update failed: REFUSED ; TSIG error with server: tsig verify failure update failed: REFUSED ; TSIG error with server: tsig verify failure ; TSIG error with server: tsig verify failure ; TSIG error with server: tsig verify failure ; TSIG error wi...
2012 Apr 25
2
[LLVMdev] CriticalAntiDepBreaker rewrites a register operand of a call instruction
Hi Anton, I ran llc with -verify-coalescing. There were no error messages. Then I added code in MipsPassConfig::addPreEmitPass() to prevent machine verifier from running post delay -slot-filler, and ran llc again. Again, there were no error messages. This is the list of passes run after post-RA scheduling. machine verifier is run...
2010 Apr 20
0
[LLVMdev] Disable the Module Verifier pass?
...its input passes verification, so disabling the verifier pass in the linker is probably not going to be as helpful as you think. You can, however, disable the verifier in opt. So, you can do the following: 1) Run opt -std-link-opts -load <your pass.so> -<your pass name> -disable-verify <input.bc> -f -o <output.bc> The -std-link-opts option runs the optimization passes used by llvm-ld. You can now disassemble output.bc to see what your pass is doing wrong. If, for some reason, the bitcode writer cannot write your invalid bitcode to disk, then you will have to run...
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
...sync When created this way, rsync running on an intel Core2Duo based Mac will not preserve creation date/time. I've tested this with backupbouncer 0.1.3: ------------------ rsync3-maclemon-beta ------------------ This copier produced log output in: /Volumes/Dst/81-rsync3-maclemon-beta/log Verifying: basic-permissions ... ok (Critical) Verifying: timestamps ... ok (Critical) Verifying: symlinks ... ok (Critical) Verifying: symlink-ownership ... ok Verifying: hardlinks ... ok (Important) Verifying: resource-forks ... Sub-test: on...
2010 Apr 20
1
[LLVMdev] Disable the Module Verifier pass?
...disabling the > verifier pass in the linker is probably not going to be as helpful as > you think. > > You can, however, disable the verifier in opt. So, you can do the > following: > > 1) Run opt -std-link-opts -load<your pass.so> -<your pass name> > -disable-verify<input.bc> -f -o<output.bc> > > The -std-link-opts option runs the optimization passes used by llvm-ld. > You can now disassemble output.bc to see what your pass is doing wrong. > > If, for some reason, the bitcode writer cannot write your invalid > bitcode to disk, th...
2009 May 11
2
Fwd: rsync on OSX for transferring files using FAT32
...this > I did > sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1 > /Volumes/Src/ /Volumes/FAT32/DST > sudo rsync -vaNHAXx --fileflags --force-change --modify-window=1 > /Volumes/FAT32/DST/ /Volumes/Dst/ > > and then compared the results with > sudo bbouncer verify /Volumes/Src /Volumes/Dst > > Here are the results: > Verifying: basic-permissions ... FAIL (Critical) > Verifying: timestamps ... stat: ./some-file: stat: No such > file or directory > FAIL (Critical) > Verifying: symlinks ... ok (Critical) > Verify...
2006 Jul 09
3
Verify hash key in hash in params hash
Hi, how can I use Rails ActionController::Verification#verify :params when the hash key is in a hash? E.g.: params[:form][:textfield] and I want to verify that :textfield is a key in params[:form] Thanks Markus
2011 Jul 11
2
err: Could not retrieve catalog from remote server: certificate verify failed
...proc/self/attr/current Could not retrieve selinux: Invalid argument - /proc/self/attr/current Could not retrieve selinux: Invalid argument - /proc/self/attr/current Could not retrieve selinux: Invalid argument - /proc/self/attr/current err: Could not retrieve catalog from remote server: certificate verify failed warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run Server: # puppetca -s bar03 notice: Signed certificate request for ca notice: Rebuilding inventory file bar03 notice: Signed certificate request for bar03 notice: Removing file Puppet::SSL::Certificate...