Opened 8 years ago
Closed 8 years ago
#658 closed bug (fixed)
problems using 'proc' with 'newstruct' (crash)
Reported by: | Owned by: | hannes | |
---|---|---|---|
Priority: | major | Milestone: | 4-1-0 and higher |
Component: | singular-kernel | Version: | 4-0-1 |
Keywords: | proc newstruct crash | Cc: |
Description
Following example (newstruct+proc) crashes in recent Singular (commit 6ad94961acdca9949462eba2385b8f164a63b1bd):
newstruct("TeaseCrash", "proc boom "); TeaseCrash bluff; bluff; bluff; bluff; bluff; // boom? bluff; bluff; bluff; bluff; bluff; bluff; bluff.boom = groebner; def nobluff = bluff; nobluff; // boom! newstruct("TCrash", "proc boom, int salt"); TCrash nokidding; nokidding; // kidding nokidding; // kidding nokidding; // kidding nokidding; // boOOom!
output:
Segment fault/Bus error occurred at 7fd145d4c000 because of 10206 (r:1413910191) please inform the authors
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from somebody to hannes |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed with 8fdfd504df7a4d07af623576e0809ec27e1cf060