Opened 13 years ago
Closed 13 years ago
#157 closed bug (fixed)
bug with parameters handling?
Reported by: | Oleksandr | Owned by: | hannes |
---|---|---|---|
Priority: | major | Milestone: | 3-1-1 |
Component: | singular-kernel | Version: | 3-1-0 |
Keywords: | par, number | Cc: |
Description
Unless i have an outdated Singular, there seems to be the following bug:
> ring r = (0,q1,q2),(x,y,z),dp; matrix C[3][3]; > C[1,2]=q2;
Singularg output:
***omError_WrongSize: wrong size specification of addr occured at: #0 at longrat.cc:207 in nlDBTest occured for addr:0x7fa74e11c770 size:8 specified size:40 allocated at #0 at ipid.cc:376 in enterid Singular : signal 11 (v: 3105/2009072917): current line:>>ring r = (0,q1,q2),(x,y,z),dp; matrix C[3][3]; C[1,2]=q2;<< Segment fault/Bus error occurred at 7fa74e11b3e8 because of 10202 (r:1250173982) please inform the authors trying to restart...
Note: See
TracTickets for help on using
tickets.
seems to be fixed already... (not present in the current CVS Singular version)