Opened 12 years ago

Closed 12 years ago

#138 closed defect (fixed)

ObjectGrower broken

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: highest Milestone: Release-1.2
Component: Searching Version: 1.1.13
Severity: critical Keywords:
Cc:

Description

Getting persistent segfaults in the growing in the pre-release code of 1.1.14. This is particularly seen in BiQing?'s large cube.

She was seeing segfaults in 1.1.13 - these have been fixed, but more are cropping up.

Change History (1)

comment:1 Changed 12 years ago by MatthewWhiting

Resolution: fixed
Status: newclosed

Solved this by reverting back to the approach in 1.1.13. The recursive function was getting too deep and messy, and all I needed was to clean up the old approach. I've done so by moving declarations out of loops, and of course making sure we use size_t for all indexing!

Closing this.

Note: See TracTickets for help on using tickets.