Christophe Rhodes | 24 May 2008 01:26
Favicon

Re: patch

Larry Valkama <remlali <at> users.sourceforge.net> writes:

> -       (define-fop (,small-name ,small-code :pushp ,pushp :stackp 
> stackp) , <at> fo
> +       (define-fop (,small-name ,small-code :pushp ,pushp :stackp 
> ,stackp) , <at> f

Thanks, merged as sbcl-1.0.16.44.

Best,

Christophe

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Stas Boukarev | 24 May 2008 02:28
Picon

Re: Tests hang on linux x86_64

On 5/23/08, Nikodemus Siivola <nikodemus <at> random-state.net> wrote:
> On Fri, May 23, 2008 at 12:10 PM, Vitaly Mayatskikh
>  <v.mayatskih <at> gmail.com> wrote:
>  > Matthew D Swank <akopa.gmane.poster <at> gmail.com> writes:
>  >
>  >> running sh run-tests.sh on the current cvs stops and idles (no cpu
>  >> activity) with the following set of messages:
>  >
>  > It passes sometimes on linux x86-64
>
>
> Those who see this fail: what does uname -a say, and how fast is the
>  box, approximately?

% uname -a
Linux laptop 2.6.26-rc3 #1 SMP PREEMPT Fri May 23 19:38:58 MSD 2008
x86_64 GNU/Linux

% cat /proc/cpuinfo | egrep "model name|bogomips|cache size"
model name      : Intel(R) Core(TM)2 Duo CPU     T5250   <at>  1.50GHz
cache size      : 2048 KB
bogomips        : 2998.66
model name      : Intel(R) Core(TM)2 Duo CPU     T5250   <at>  1.50GHz
cache size      : 2048 KB
bogomips        : 2993.22

--

-- 
With Best Regards, Stas.

-------------------------------------------------------------------------
(Continue reading)

Matthew D Swank | 24 May 2008 07:46
Picon

Also problems on x86 was Re: Tests hang on linux x86_64

On Fri, 23 May 2008 17:40:56 +0300, Nikodemus Siivola wrote:

> On Fri, May 23, 2008 at 12:10 PM, Vitaly Mayatskikh
> <v.mayatskih <at> gmail.com> wrote:
>> Matthew D Swank <akopa.gmane.poster <at> gmail.com> writes:
>>
>>> running sh run-tests.sh on the current cvs stops and idles (no cpu
>>> activity) with the following set of messages:
>>
>
> Those who see this fail: what does uname -a say, and how fast is the
> box, approximately?
> 
the test suite also manages to hang on a multi-threaded 32 bit build here
// Running /home/singollo/root/src/sbcl/sbcl-build/tests/timer.impure.lisp
.
.
.
.
WARNING:
   Timer #<TIMER {B9CB099}> failed to interrupt thread #<SB-THREAD:THREAD 
{B9C9331}>.

$ uname -a
Linux cecil 2.6.24-gentoo-r4 #1 PREEMPT Thu Apr 3 16:08:48 CDT 2008 i586 
AMD-K6(tm)-III Processor AuthenticAMD GNU/Linux

$ gcc -v
Using built-in specs.
Target: i586-pc-linux-gnu
(Continue reading)

Christophe Rhodes | 24 May 2008 08:22
Favicon

Re: Also problems on x86 was Re: Tests hang on linux x86_64

Matthew D Swank <akopa.gmane.poster <at> gmail.com> writes:

> the test suite also manages to hang on a multi-threaded 32 bit build here
> // Running /home/singollo/root/src/sbcl/sbcl-build/tests/timer.impure.lisp
> .
> .
> .
> .
> WARNING:
>    Timer #<TIMER {B9CB099}> failed to interrupt thread #<SB-THREAD:THREAD 
> {B9C9331}>.

I saw this once, too, last night.  It's not systematic on my laptop --
but even when this doesn't happen, timer.impure.lisp reports a test
failure.

Cheers,

Christophe

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane