search for: stracktrac

Displaying 15 results from an estimated 15 matches for "stracktrac".

Did you mean: stracktrace
2016 Mar 24
2
Help with pass manager
...t; wrote: > > Assuming you are talking about this line: > > passmanager.add(tliwp); > > I don't see anything obviously wrong. > Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). > What does your debugger gives you as a stracktrace? > > -- > Mehdi > > > >> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Sorry in advance for the stupid question, i still don’t understand some concepts like passes. >> I took a piece of code...
2016 Mar 24
0
Help with pass manager
Assuming you are talking about this line: passmanager.add(tliwp); I don't see anything obviously wrong. Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). What does your debugger gives you as a stracktrace? -- Mehdi > On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Sorry in advance for the stupid question, i still don’t understand some concepts like passes. > I took a piece of code from llc, and I used it to write a function th...
2016 Mar 24
2
Help with pass manager
...out this line: >>> >>> passmanager.add(tliwp); >>> >>> I don't see anything obviously wrong. >>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>> What does your debugger gives you as a stracktrace? >>> >>> -- >>> Mehdi >>> >>> >>> >>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >>>> >>>> Sorry in adv...
2016 Jun 04
1
RProfmem output format
...dummy <- gc() > Rprofmem(); x <- raw(2000); Rprofmem("") > cat(readLines("Rprofmem.out", n=5, warn=FALSE), sep="\n") 2040 :"raw" 2. About missing newlines when stacktrace is empty As a refresher, the problem is that memory allocations an empty stracktrace are reported without newlines, i.e. 192 :360 :360 :1064 :2040 :"raw" The question is why this is not reported as: 192 : 360 : 360 : 1064 : 2040 :"raw" This was/is because C function R_OutputStackTrace() - part of src/main/memory.c - looks like: static void R_OutputStackTr...
2016 Mar 24
0
Help with pass manager
...uming you are talking about this line: >> >> passmanager.add(tliwp); >> >> I don't see anything obviously wrong. >> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >> What does your debugger gives you as a stracktrace? >> >> -- >> Mehdi >> >> >> >>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >>> >>> Sorry in advance for the stupid question, i stil...
2016 Mar 24
2
Help with pass manager
...;>> passmanager.add(tliwp); >>>>> >>>>> I don't see anything obviously wrong. >>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>> What does your debugger gives you as a stracktrace? >>>>> >>>>> -- >>>>> Mehdi >>>>> >>>>> >>>>> >>>>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>&gt...
2016 Mar 23
2
Help with pass manager
Sorry in advance for the stupid question, i still don’t understand some concepts like passes. I took a piece of code from llc, and I used it to write a function that creates an object (or assembly) file from an IR module. It compiles without any problems. But program crashes when it reaches add() method of the pass manager. Can you help me figuring out what’s the problem please? here is my
2016 Mar 24
0
Help with pass manager
...gt;> >>>> passmanager.add(tliwp); >>>> >>>> I don't see anything obviously wrong. >>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>> What does your debugger gives you as a stracktrace? >>>> >>>> -- >>>> Mehdi >>>> >>>> >>>> >>>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >>>>&gt...
2018 Apr 20
1
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Fri 20-04-18 06:41:36, Matthew Wilcox wrote: > On Fri, Apr 20, 2018 at 03:08:52PM +0200, Michal Hocko wrote: > > > In order to detect these bugs reliably I submit this patch that changes > > > kvmalloc to always use vmalloc if CONFIG_DEBUG_VM is turned on. > > > > No way. This is just wrong! First of all, you will explode most likely > > on many
2016 Mar 24
2
Help with pass manager
...; >>>>>>> >>>>>>> I don't see anything obviously wrong. >>>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>>> What does your debugger gives you as a stracktrace? >>>>>>> >>>>>>> -- >>>>>>> Mehdi >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lis...
2016 Mar 24
0
Help with pass manager
...nager.add(tliwp); >>>>>> >>>>>> I don't see anything obviously wrong. >>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>> What does your debugger gives you as a stracktrace? >>>>>> >>>>>> -- >>>>>> Mehdi >>>>>> >>>>>> >>>>>> >>>>>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via llvm-dev <llvm-dev at lists.llvm.org> wrote: >&...
2016 Mar 24
0
Help with pass manager
...t;>>>> >>>>>>>> I don't see anything obviously wrong. >>>>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>>>> What does your debugger gives you as a stracktrace? >>>>>>>> >>>>>>>> -- >>>>>>>> Mehdi >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> On Mar 23, 2016, at 3:44 PM, Lorenzo Laneve via...
2016 Mar 24
2
Help with pass manager
...t;> >>>>>>>>> I don't see anything obviously wrong. >>>>>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>>>>> What does your debugger gives you as a stracktrace? >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Mehdi >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> On Mar 23, 2016, at...
2016 Mar 24
0
Help with pass manager
...>>>>>>>>> I don't see anything obviously wrong. >>>>>>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>>>>>> What does your debugger gives you as a stracktrace? >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Mehdi >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>&...
2016 Mar 30
1
Help with pass manager
...>>>>>>> I don't see anything obviously wrong. >>>>>>>>>>> Are you hitting an assertion or a pure crash? (if LLVM not built with assertions, please rebuild). >>>>>>>>>>> What does your debugger gives you as a stracktrace? >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Mehdi >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>&...