Re: tracing malloc/free call

2015-01-15 Thread Marco Atzeri
On 1/15/2015 8:59 PM, alexander.kleinso...@gmx.de wrote: Hi Marco, freeing an address that is not alligned to typically 4 or 8 bytes is never possible, because malloc would never return such. Your pointer ends with 0x..1 so it cannot be alligned on any architecture. regards, Alexander I know. T

Re: tracing malloc/free call

2015-01-15 Thread Corinna Vinschen
Hi Marco, On Jan 14 23:30, Marco Atzeri wrote: > Debugging a program I am trying to catch where this call is happening > > 17 1499678 [main] ncview 1484 free: (0x6000D7961), called by 0x180115A0B > > unfortunately the 0x180115A0B address is not real caller address No, the return address is the