Re: [PATCH 1/4][libbacktrace] Test check_PROGRAMS without mmap

2018-11-30 Thread Ian Lance Taylor via gcc-patches
>> As far as I know libbacktrace does not currently rely on using GNU >> make. I'd rather not add that dependency for this purpose (I don't >> mind adding this kind of testing but to me this seems only of mild >> interest--I expect that all significant libbacktrace users have mmap). >> You should

Re: [PATCH 1/4][libbacktrace] Test check_PROGRAMS without mmap

2018-11-30 Thread Tom de Vries
On 29-11-18 19:26, Ian Lance Taylor wrote: > On Fri, Nov 23, 2018 at 12:47 PM, Tom de Vries wrote: >> [ was: [PATCH 1/2][libbacktrace] Handle realloc returning NULL if size == 0 ] >> >> On Thu, Nov 22, 2018 at 01:35:43PM +0100, Tom de Vries wrote: >>> Hi, >>> >>> Build and tested on x86_64, with m

Re: [PATCH 1/4][libbacktrace] Test check_PROGRAMS without mmap

2018-11-29 Thread Ian Lance Taylor via gcc-patches
On Fri, Nov 23, 2018 at 12:47 PM, Tom de Vries wrote: > [ was: [PATCH 1/2][libbacktrace] Handle realloc returning NULL if size == 0 ] > > On Thu, Nov 22, 2018 at 01:35:43PM +0100, Tom de Vries wrote: >> Hi, >> >> Build and tested on x86_64, with mmap.c replaced by alloc.c to ensure that >> backtra

Re: [PATCH 1/4][libbacktrace] Test check_PROGRAMS without mmap

2018-11-28 Thread Tom de Vries
On 23-11-18 21:47, Tom de Vries wrote: > [ was: [PATCH 1/2][libbacktrace] Handle realloc returning NULL if size == 0 ] > > On Thu, Nov 22, 2018 at 01:35:43PM +0100, Tom de Vries wrote: >> Hi, >> >> Build and tested on x86_64, with mmap.c replaced by alloc.c to ensure that >> backtrace_vector_relea

[PATCH 1/4][libbacktrace] Test check_PROGRAMS without mmap

2018-11-23 Thread Tom de Vries
[ was: [PATCH 1/2][libbacktrace] Handle realloc returning NULL if size == 0 ] On Thu, Nov 22, 2018 at 01:35:43PM +0100, Tom de Vries wrote: > Hi, > > Build and tested on x86_64, with mmap.c replaced by alloc.c to ensure that > backtrace_vector_release in alloc.c is tested. Hi, I came up with a