search for: 100066

Displaying 4 results from an estimated 4 matches for "100066".

Did you mean: 10006
2008 May 26
2
[LLVMdev] use after free [was: A quick update on FreeBSD support]
...1612 of PredicateSimplifier.cpp can result in the resizing of the node vector, which breaks dereferencing NI in the call to update() on line 1613 of PredicateSimplifier.cpp. (gdb) run Starting program: /nfs/llvm/obj/amd64/Debug/bin/opt -predsimplify - disable-output < ../powerpc/x.bc [New LWP 100066] [New Thread 0xd040b0 (LWP 100066)] [Switching to Thread 0xd040b0 (LWP 100066)] Breakpoint 3, makeEqual (this=0x7fffffffe110, V1=0xd1c420, V2=0xd3b168) at /nfs/llvm/src/llvm/lib/Transforms/Scalar/ PredicateSimplifier.cpp:1612 1612 IG.node(NI->To)->update(n1, reversePredic...
2008 May 26
0
[LLVMdev] use after free [was: A quick update on FreeBSD support]
...n > result in the resizing of the node vector, which breaks dereferencing > NI in the call to update() on line 1613 of PredicateSimplifier.cpp. > > (gdb) run > Starting program: /nfs/llvm/obj/amd64/Debug/bin/opt -predsimplify - > disable-output < ../powerpc/x.bc > [New LWP 100066] > [New Thread 0xd040b0 (LWP 100066)] > [Switching to Thread 0xd040b0 (LWP 100066)] > > Breakpoint 3, makeEqual (this=0x7fffffffe110, V1=0xd1c420, V2=0xd3b168) > at /nfs/llvm/src/llvm/lib/Transforms/Scalar/ > PredicateSimplifier.cpp:1612 > 1612 IG.node(NI-&...
2008 May 26
0
[LLVMdev] A quick update on FreeBSD support
On May 25, 2008, at 1:39 PM, Marcel Moolenaar wrote: > On May 25, 2008, at 12:58 AM, Bill Wendling wrote: > >> Could you try this (massively hacky) patch out to see if it fixes >> your >> problem? >> >> > Alas, it didn't fix the problem: > Crumbs. I think that the analysis I told you before wasn't fully correct. I think I mentioned something
2008 May 25
3
[LLVMdev] A quick update on FreeBSD support
On May 25, 2008, at 12:58 AM, Bill Wendling wrote: > On May 24, 2008, at 4:25 PM, Marcel Moolenaar wrote: > >> On May 24, 2008, at 12:12 PM, Bill Wendling wrote: >> >>> Let us know if you would like extra eyes on the two PPC failures. >>> Many >>> of us have a lot of experience with C++. :-) Do you know where these >>> allocations are?