Bug #689 (closed)
Opened 12 years ago
Closed 12 years ago
Blitz objects segfaults on construction
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
Issues with the smart pointers and inheritance.
Change History (1)
comment:1 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r1510 closes. We were just missing "virtual" in the base class specification. The segfaults were most likely caused by stale headers. Added virtual where appropriate, and did a full, clean build. All is well.