Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Doctest failure with matrix/matrix_modn_dense_templ ate.pxi on Solaris 10 SPARC
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dr. David Kirkby  
View profile  
 More options Sep 3 2012, 2:57 am
From: "Dr. David Kirkby" <david.kir...@onetel.net>
Date: Mon, 03 Sep 2012 07:57:19 +0100
Local: Mon, Sep 3 2012 2:57 am
Subject: Doctest failure with matrix/matrix_modn_dense_template.pxi on Solaris 10 SPARC

Is this known and a bug report existing for it?

Hardware as a Sun Blade 2000, Solaris 10 (first release), 8 GB RAM, 2 x 1200 MHz
UltraSPARC III CPUs.

sage -t  --long -force_lib devel/sage/sage/matrix/matrix_modn_dense_double.pyx
          [10.3 s]
sage -t  --long -force_lib devel/sage/sage/matrix/matrix_modn_dense.pyx
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense.pyx",
line 505:
     sage: data, version = A._pickle()
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_8[8]>", line 1, in <module>
         data, version = A._pickle()###line 505:
     sage: data, version = A._pickle()
       File "matrix_modn_dense_template.pxi", line 636, in
sage.matrix.matrix_modn_dense_double.Matrix_modn_dense_template._pickle
(sage/matrix/matrix_modn_dense_double
.cpp:6579)
         sig_on()
     RuntimeError: Bus error
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense.pyx",
line 508:
     sage: B == A
Expected:
     True
Got:
     False
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense.pyx",
line 531:
     sage: A._unpickle((8, False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'), 10)
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_8[22]>", line 1, in <module>
         A._unpickle((Integer(8), False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'),
Integer(10))###line 531:
     sage: A._unpickle((8, False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'), 10)
       File "matrix_modn_dense_template.pxi", line 724, in
sage.matrix.matrix_modn_dense_double.Matrix_modn_dense_template._unpickle
(sage/matrix/matrix_modn_dense_doub
le.cpp:7003)
         sig_on()
     RuntimeError: Bus error
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense.pyx",
line 532:
     sage: A
Expected:
     [520 260]
Got:
     [259   5]
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense.pyx",
line 541:
     sage: loads(dumps(A)) == A
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_8[27]>", line 1, in <module>
         loads(dumps(A)) == A###line 541:
     sage: loads(dumps(A)) == A
       File "sage_object.pyx", line 889, in sage.structure.sage_object.dumps
(sage/structure/sage_object.c:9855)
       File "matrix0.pyx", line 1534, in sage.matrix.matrix0.Matrix.__reduce__
(sage/matrix/matrix0.c:8001)
         data, version = self._pickle()
       File "matrix_modn_dense_template.pxi", line 636, in
sage.matrix.matrix_modn_dense_double.Matrix_modn_dense_template._pickle
(sage/matrix/matrix_modn_dense_double.cpp:6579)
         sig_on()
     RuntimeError: Bus error
**********************************************************************
1 items had failures:
    5 of  29 in __main__.example_8
***Test Failed*** 5 failures.
For whitespace errors, see the file
/export/home/drkirkby/.sage/tmp/buzzard-2913/matrix_modn_dense_15212.py
          [15.5 s]
sage -t  --long -force_lib devel/sage/sage/matrix/matrix_modn_dense_float.pyx
          [12.5 s]
sage -t  --long -force_lib devel/sage/sage/matrix/matrix_mod2e_dense.pyx
          [41.5 s]
sage -t  --long -force_lib
devel/sage/sage/matrix/matrix_modn_dense_template_header.pxi
          [11.6 s]
sage -t  --long -force_lib devel/sage/sage/matrix/matrix_modn_sparse.pyx
          [14.2 s]
sage -t  --long -force_lib devel/sage/sage/matrix/matrix_modn_dense_template.pxi
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense_template.pxi",
line 671:
     sage: data, version = A._pickle()
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_17[8]>", line 1, in <module>
         data, version = A._pickle()###line 671:
     sage: data, version = A._pickle()
       File "matrix_modn_dense_template.pxi", line 636, in
sage.matrix.matrix_modn_dense_double.Matrix_modn_dense_template._pickle
(sage/matrix/matrix_modn_dense_double.cpp:6579)
         sig_on()
     RuntimeError: Bus error
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense_template.pxi",
line 674:
     sage: B == A
Expected:
     True
Got:
     False
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense_template.pxi",
line 695:
     sage: A._unpickle((8, False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'), 10)
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_17[22]>", line 1, in <module>
         A._unpickle((Integer(8), False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'),
Integer(10))###line 695:
     sage: A._unpickle((8, False,
'\x00\x00\x00\x00\x00\x00\x02\x08\x00\x00\x00\x00\x00\x00\x01\x04'), 10)
       File "matrix_modn_dense_template.pxi", line 724, in
sage.matrix.matrix_modn_dense_double.Matrix_modn_dense_template._unpickle
(sage/matrix/matrix_modn_dense_double.cpp:7003)
         sig_on()
     RuntimeError: Bus error
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense_template.pxi",
line 696:
     sage: A
Expected:
     [520 260]
Got:
     [259   5]
**********************************************************************
File
"/export/home/drkirkby/sage-5.3.rc0/devel/sage-main/sage/matrix/matrix_modn _dense_template.pxi",
line 705:
     sage: loads(dumps(A)) == A
Exception raised:
     Traceback (most recent call last):
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/sagedoctest.py", line
38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
       File "/export/home/drkirkby/sage-5.3.rc0/local/bin/ncadoctest.py", line
1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_17[27]>", line 1, in <module>
         loads(dumps(A)) == A###line 705:
     sage: loads(dumps(A)) == A
       File "sage_object.pyx", line 889, in sage.structure.sage_object.dumps
(sage/structure/sage_object.c:9855)
       File "matrix0.pyx", line 1534, in sage.matrix.matrix0.Matrix.__reduce__
(sage/matrix/matrix0.c:8001)
         data, version = self._pickle()
...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Kirkby  
View profile  
 More options Sep 3 2012, 3:28 am
From: David Kirkby <david.kir...@onetel.net>
Date: Mon, 3 Sep 2012 08:27:58 +0100
Local: Mon, Sep 3 2012 3:27 am
Subject: Re: [sage-devel] Doctest failure with matrix/matrix_modn_dense_template.pxi on Solaris 10 SPARC
On 3 September 2012 07:57, Dr. David Kirkby <david.kir...@onetel.net> wrote:

> Is this known and a bug report existing for it?

> Hardware as a Sun Blade 2000, Solaris 10 (first release), 8 GB RAM, 2 x 1200
> MHz UltraSPARC III CPUs.

Oops, I forgot to say probably the most critical bit of information -
the Sage version!

save-5.3.rc0

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Braun  
View profile  
 More options Sep 3 2012, 3:45 am
From: Volker Braun <vbraun.n...@gmail.com>
Date: Mon, 3 Sep 2012 00:45:14 -0700 (PDT)
Local: Mon, Sep 3 2012 3:45 am
Subject: Re: Doctest failure with matrix/matrix_modn_dense_template.pxi on Solaris 10 SPARC

This is http://trac.sagemath.org/13151

The bug can be easily found if you search trac for "matrix_modn_dense
sparc", for example.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »