[M3devel] m3test failure on FreeBSD

Olaf Wagner wagner at elegosoft.com
Tue Jul 27 11:26:02 CEST 2010


Quoting Jay K <jay.krell at cornell.edu>:

> Could it be open files subject to garbage collection?
> Could we get more information reported at the time of the failure?

See  
http://hudson.modula3.com:8080/job/cm3-current-test-m3tests-FreeBSD4/12/console

The directory is listed directly before the RmRec operation fails.
I still don't see anything suspicious :-(

Olaf

>  - Jay
>
>
> ----------------------------------------
>> Date: Sat, 24 Jul 2010 11:08:17 +0200
>> From: wagner at elegosoft.com
>> To: m3devel at elegosoft.com
>> Subject: [M3devel] m3test failure on FreeBSD
>>
>> Has anybody any idea why this stubbornly fails on FreeBSD4 in current:
>>
>>
>> http://hudson.modula3.com:8080/job/cm3-current-test-m3tests-FreeBSD4/10/console
>>
>> Obviously, the subdirectory cannot be removed by FSUtils.RmRec; error
>> code 66 means it is not empty.
>>
>> I've written this small test program
>>
>> MODULE rmtest EXPORTS Main;
>>
>> IMPORT IO, FSUtils;
>>
>> CONST d =
>> "/pub/users/hudson/workspace/cm3-current-test-m3tests-FreeBSD4/cm3/m3-sys/m3tests/src/p2/p240/FreeBSD4";
>>
>> BEGIN
>> TRY
>> FSUtils.RmRec( d );
>> EXCEPT
>> FSUtils.E(m) => IO.Put( m );
>> END;
>> END rmtest.
>>
>> and of course it runs without a problem :-/
>>
>> There is nothing suspicious in that directory after the test, at least
>> I cannot see anything. I haven't noticed this problem on any other platform,
>> and in the release branch the tests ran, too.
>>
>> Any ideas?
>>
>> Olaf
>> --
>> Olaf Wagner -- elego Software Solutions GmbH
>> Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
>> phone: +49 30 23 45 86 96 mobile: +49 177 2345 869 fax: +49 30 23 45 86 95
>> http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
>> Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
>>
>



-- 
Olaf Wagner -- elego Software Solutions GmbH
                Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23 45 86 96  mobile: +49 177 2345 869  fax: +49 30 23 45 86 95
    http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194




More information about the M3devel mailing list