search for: dangled

Displaying 20 results from an estimated 527 matches for "dangled".

Did you mean: tangled
2019 Jan 08
2
distributed thinlto usage
I am trying to work through the usage of thinlto for distributed builds. Here is the simple thinlto usage, just add -flto=thin everywhere, easy: clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN
2016 Jul 12
3
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
On Mon, Jul 11, 2016 at 11:17 PM, Sanjoy Das <sanjoy at playingwithpointers.com > wrote: > Hi Sean, > > Sean Silva wrote: > > > > But asan won't catch problems (insofar I understand how it works) if > > the free'ed BasicBlock is used as a key in a DenseMap or something -- > > if another BasicBlock gets allocated to the same location
2019 Jan 09
2
distributed thinlto usage
Thanks Teresa Yes it is astar, happen to send a tar of the sources but they are just copies from the spec distribution The ld command is: GNU ld (GNU Binutils) 2.29.1 Thanks for the guidance on path names. The prefix-replace just effects the string written to the object files right? So we could post-process that file with other tools as well, correct? Thanks again --david From: Teresa Johnson
2019 Jan 09
2
distributed thinlto usage
Fails with gold too: Library-native.o:Library.cpp:regway: error: undefined reference to 'vtable for regwayobj' /home/dcallahan/fbsource/fbcode/third-party-buck/platform007/tools/binutils/bin/gold/ld: the vtable symbol may be undefined because the class is missing its key function clang-8: error: linker command failed with exit code 1 (use -v to see invocation) From: Teresa Johnson
2017 Mar 06
2
Samba 4.5.5, Bug#12600, & those dangling links
I have updated one of my S4 DCs to 4.5.5, somewhat excited about the line in the ChangeLog * Bug #12600 - dbcheck does not find or fix dangling links on live objects Do I misunderstand the scope of this bug? # samba-tool dbcheck --cross-ncs --fix --reset-well-known-acls ... ERROR: no target object found for GUID component for member in object CN=Domain Users,CN=Users,XXXXX -
2013 Apr 20
8
xen-unstable: commit commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c leaves HVM guest dangling after shutdown or destroy.
Hi, Commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guests Leaves HVM guests dangling after shutdown or destroy: xl list gives: (null) 16 0 4 --p--d 11.5 (null) 17 0 1 --ps-d 12.0 (first was destroyed, second shutdown) The
2016 Jul 06
4
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
While building test-suite with the new PM, I ran into problems with AssertingVH being triggered which is obvious in retrospect: https://llvm.org/bugs/show_bug.cgi?id=28400 Both cases I ran into revolve around LVI which holds AssertingVH. Essentially, what happens is this: 1. LVI holds an AssertingVH pointing at a BasicBlock 2. Some other pass ends up deleting that BB (e.g. SimplifyCFG) 3. BOOM
2016 Jul 12
2
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
On Mon, Jul 11, 2016 at 7:51 PM, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Hi Sean, > > Sean Silva wrote: > > While building test-suite with the new PM, I ran into problems with > > AssertingVH being triggered which is obvious in retrospect: > > https://llvm.org/bugs/show_bug.cgi?id=28400 > > > > Both cases I ran into revolve around LVI
2017 Nov 21
2
Problem with not fixable dangling forward links
Hello List, In preparation to update my samba ad-dc's running debian wheezy with backported samba 4.6.8 to 4.7.3. I'd like to fix two errors showing up in dbcheck whom hab been reported by dbckech --cross-ncs for an long time but without causing any issues so far. I'm getting this error on my main dc root at server:~# samba-tool dbcheck --cross-ncs Checking 4188 objects ERROR: no
2017 Oct 16
5
possible to use ldbedit in a safe way
Hi, dbcheck tells us we have two "dangling forward links" that I am trying to get rid of. On my test domain, I have simply done ldbedit -e nano -H ./CN=CONFIGURATION,DC=SAMBA,DC=COMPANY,DC=COM to remove them. While that seems to have worked nicely, dbcheck report zero errors now, it is something that I should never have done, or do in production, according to Andrew: "We
2007 Nov 10
0
10 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie_clip_loader.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c
libswfdec/swfdec_as_interpret.c | 40 - libswfdec/swfdec_as_types.c | 11 libswfdec/swfdec_initialize.as | 6 libswfdec/swfdec_initialize.h | 1006 ++++++++++++++-------------- libswfdec/swfdec_movie.c | 33 libswfdec/swfdec_movie.h | 1 libswfdec/swfdec_movie_clip_loader.c | 3
2019 Mar 27
2
getelementptr inbounds with offset 0
Hi Johannes, > Now that reasoning works from a conceptual standpoint only for > non-inbounds GEPs, I think. From a practical standpoint my above > description will probably make sure everything works out just fine (see > also my rephrased answer down below!). I say this because I think the > following lang-ref passage makes sure everything, not only memory > accesses, involving
2017 Nov 23
0
Problem with not fixable dangling forward links
On Tue, 2017-11-21 at 11:21 +0100, Achim Gottinger via samba wrote: > Hello List, > > In preparation to update my samba ad-dc's running debian wheezy with > backported samba 4.6.8 to 4.7.3. > I'd like to fix two errors showing up in dbcheck whom hab been reported > by dbckech --cross-ncs for an long time but without causing any issues > so far. > > I'm
2017 Nov 25
0
Problem with not fixable dangling forward links
Am 25.11.2017 um 04:39 schrieb Andrew Bartlett: > On Fri, 2017-11-24 at 11:55 +1300, Andrew Bartlett via samba wrote: >> On Tue, 2017-11-21 at 11:21 +0100, Achim Gottinger via samba wrote: >>> Hello List, >>> >>> In preparation to update my samba ad-dc's running debian wheezy with >>> backported samba 4.6.8 to 4.7.3. >>> I'd like to fix
2018 Mar 20
1
[GSOC] Create a checker for dangling string pointers in C++
Hello Developer Team, My name is Rustam Khadipash, I am a forth year student in Computer Science at Pusan National University. This summer I would like to contribute to your project, however I do not have experience in contributing to open source societies so far. Therefore, I would like to start with not a difficult, in my opinion, project as "a checker for dangling string pointers in
2017 Nov 25
2
Problem with not fixable dangling forward links
On Fri, 2017-11-24 at 11:55 +1300, Andrew Bartlett via samba wrote: > On Tue, 2017-11-21 at 11:21 +0100, Achim Gottinger via samba wrote: > > Hello List, > > > > In preparation to update my samba ad-dc's running debian wheezy with > > backported samba 4.6.8 to 4.7.3. > > I'd like to fix two errors showing up in dbcheck whom hab been reported > > by
2017 Oct 16
5
possible to use ldbedit in a safe way
On 10/16/2017 11:13 AM, Rowland Penny via samba wrote: > On Mon, 16 Oct 2017 16:53:17 +0200 > mj via samba <samba at lists.samba.org> wrote: > >> Hi, >> >> dbcheck tells us we have two "dangling forward links" that I am >> trying to get rid of. On my test domain, I have simply done >> >> ldbedit -e nano -H
2017 Jun 07
3
samba-tool dbcheck erro
Hello smb.conf # Global parameters [global] workgroup = MYSERVER realm = interno.mydomain.com.br netbios name = DC-LINUX server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate idmap_ldb:use rfc2307 = yes ldap server require strong auth =
2019 Jan 25
0
[klibc:update-dash] expand - Fix dangling left square brackets in patterns
Commit-ID: 08e03dee1485ec4823b3afd465b32938b3a40045 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=08e03dee1485ec4823b3afd465b32938b3a40045 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 3 Sep 2016 21:58:50 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand - Fix dangling
2020 Mar 28
0
[klibc:update-dash] dash: expand - Fix dangling left square brackets in patterns
Commit-ID: 9885e7650e5daf90ddc2a9bb1dfc6af14e86ad9d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=9885e7650e5daf90ddc2a9bb1dfc6af14e86ad9d Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 3 Sep 2016 21:58:50 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: expand - Fix