| Ticket UUID: | 3c32a3f8bd054837124c84f1725003e5a3eec028 | ||
| Title: | TclOO - mixing an object | ||
| Type: | Bug | Created on: | 2017-11-01 20:48:42 |
| Submitter: | pooryorick | Assigned to: | nobody |
| Subsystem: | 35. TclOO Package | Severity: | Minor |
| Priority: | 5 Medium | Last modified: | 2017-11-18 00:14:37 |
| Status: | Closed | Closed by: | pooryorick |
| Resolution: | Fixed | Closed on: | 2017-11-18 00:14:37 |
| Version: | trunk | ||
| Description: | ||||
|
The following script causes a segmentation fault
| ||||
| User Comments: | ||||
pooryorick added on 2017-11-01 20:57:39:
The problem lies in TclOO.c/ReleaseClassContents(), in a section that seems to be about removing a class that has been mixed into one of its instances (an unusual use case, to say the least):
Leaving a pooryorick added on 2017-11-17 23:06:36:
Fixed in commit [5f178e7f03]. | ||||
