Opened 11 years ago

Closed 11 years ago

#508 closed task (wontfix)

Deallocation of a pointer not malloced

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: critical Milestone:
Component: core Version: 0.9.4
Keywords: Cc:

Description

Binaries complain about deallocation:

svndigest(4069) malloc: ***  Deallocation of a pointer not malloced: 0x201ca00; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

Change History (3)

comment:1 Changed 11 years ago by Peter Johansson

I've located the problem to

Directory tree(0,option.root(),"",option.root_basename());

so I guess the problem is in Directory constructor (destructor).

comment:2 Changed 11 years ago by Peter Johansson

Can not reproduce this error message now.

comment:3 Changed 11 years ago by Peter Johansson

Milestone: svndigest 0.9.5
Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.