#3593 closed defect (fixed)
Segfault when combining generic types, arrays and scripts
Reported by: | Per Östlund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.19.0 |
Component: | MetaModelica | Version: | |
Keywords: | Cc: |
Description
The attached script segfaults. The issue seems to be using a uniontype containing an array, when the uniontype is inherited from a base package. Calling the function from a model instead of a script works fine. GDB isn't very helpful, it just says it dies at longjmp.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
I believe this is a problem with
-d=evalfunc
doing something... weird... for array variables (-d=noevalfunc
works fine).