Opened 7 years ago
Closed 7 years ago
#764 closed bug (fixed)
Segment fault with uninitialized elements of type ring in user defined types
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-3 |
Keywords: | Cc: |
Description
Executing the code
newstruct("stru", "ring R"); stru A; A;
throws the following error:
Singular : signal 11 (v: 4022): current line:>>A;<< Segment fault/Bus error occurred at 7f487a8f8030 because of 10206 (r:1464165612) please inform the authors
Meanwhile,
ring S; newstruct("stru", "ring R"); stru A; A.R = S; A;
returns
R=(32003),(x,y,z),(dp(3),C)
as I expected.
Note: See
TracTickets for help on using
tickets.
fixed with 595145c77dbdb42114960862678d5ca6351578be