I found this is caused by 'make' raising RLIMIT_STACK from the default
setting of 8192k to its maximum, 65536k. It is reproducible from the
shell by setting "ulimit -s 65536" before running the test program directly.
Thanks for the analysis!
I don't know if this is an eglibc bug or expected b
Hi,
On 06/11/13 21:57, Steven Chamberlain wrote:
> I found this is caused by 'make' raising RLIMIT_STACK from the default
> setting of 8192k to its maximum, 65536k. It is reproducible from the
> shell by setting "ulimit -s 65536" before running the test program directly.
Thanks for the analysis!
Hi,
On 06/11/13 09:09, Emilio Pozuelo Monfort wrote:
> Any news here? This is blocking pango's migration and the harfbuzz transition.
I found this is caused by 'make' raising RLIMIT_STACK from the default
setting of 8192k to its maximum, 65536k. It is reproducible from the
shell by setting "ulim
On 29/10/13 00:46, Emilio Pozuelo Monfort wrote:
> On 28/10/13 23:49, Steven Chamberlain wrote:
>> On 28/10/13 14:33, Emilio Pozuelo Monfort wrote:
>>> The test is trying to create 100 threads, but pthread_create returns EAGAIN
>>> because it hits some limit, which makes g_thread_new() abort (as st
On 28/10/13 23:49, Steven Chamberlain wrote:
> On 28/10/13 14:33, Emilio Pozuelo Monfort wrote:
>> The test is trying to create 100 threads, but pthread_create returns EAGAIN
>> because it hits some limit, which makes g_thread_new() abort (as stated in
>> the
>> docs, g_thread_try_new() wouldn't a
On 28/10/13 14:33, Emilio Pozuelo Monfort wrote:
> The test is trying to create 100 threads, but pthread_create returns EAGAIN
> because it hits some limit, which makes g_thread_new() abort (as stated in the
> docs, g_thread_try_new() wouldn't abort but return NULL).
>
> The question is, why are w
On 21/10/13 15:54, Michael Biebl wrote:
> Source: pango1.0
> Version: 1.36.0-1
> Severity: serious
> User: debian-...@lists.debian.org
>
> pango1.0 FTBFS on kfreebsd-i386 when executing the test-suite:
>
> /«PKGBUILDDIR»/./test-driver: line 95: 41714 Trace/breakpoint trap "$@" >
> $log_file 2>
Source: pango1.0
Version: 1.36.0-1
Severity: serious
User: debian-...@lists.debian.org
pango1.0 FTBFS on kfreebsd-i386 when executing the test-suite:
/«PKGBUILDDIR»/./test-driver: line 95: 41714 Trace/breakpoint trap "$@" >
$log_file 2>&1
FAIL: test-pangocairo-threads
Full build log at [1]
8 matches
Mail list logo