libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] ptrace-unwind not working at head


From: Arun Sharma
Subject: Re: [Libunwind-devel] ptrace-unwind not working at head
Date: Fri, 26 Mar 2010 15:56:10 -0700



On Wed, Mar 24, 2010 at 5:34 AM, Humberto Abdelnur <address@hidden> wrote:

void
_UPT_destroy (void *arg)
{
 struct UPT_info *ui = arg;
 if (ui->ei.image)
  {
    munmap (ui->ei.image, ui->ei.size);
 }
 free (ui);

}


now, it works like a charm :)
I hope it helps, thank to all for the help.

Applied. Thanks.

 -Arun 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]