bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-libunistring] libunistring 0.9.4 - few minor test failures


From: Daiki Ueno
Subject: Re: [bug-libunistring] libunistring 0.9.4 - few minor test failures
Date: Wed, 03 Sep 2014 12:25:24 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Hello,

Assaf Gordon <address@hidden> writes:

> -1-
> On a Ubuntu 14.04 LTS, test "test-thread_create" fails with GCC 4.8.2 and 
> 4.6.4 , but does not fail with gcc 4.4.7.

> -4-
> On FreeBSD 9.3 and 8.4 with GCC 4.2.1, test "test-lock" seems to be stuck in 
> a loop (taking %100 cpu) but not terminating after a long time.
> On FreeBSD 9.3 "top" shows:

libunistring uses the Gnulib thread stuff as-is and there's no special
case in the thread code when compiled with libunistring.  Could you try
to reproduce the issues with a Gnulib scratch package?

  $ ./gnulib/gnulib-tool --create-testdir --dir=test-thread --with-tests thread
  $ cd test-thread
  $ ./configure && make && make check

If it fails, I guess it should be reported to bug-gnulib.

I can reproduce (1) on an Ubuntu 14.04 LTS guest with the scratch
package, and the symptom of (4) looks similar to the intermittent build
failure of gettext on the Hydra x86_64-darwin host:
http://hydra.nixos.org/build/13193519

I'll look into the other issues.  Thanks for the report.

Regards,
--
Daiki Ueno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]