This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: backtrace() from a pthread on ARM


If i keep a breakpoint in a threadfunction and do a bt, I see this,

#1  0x4002c858 in start_thread (arg=<optimized out>) at pthread_create.c:299
#2  0x40117eb0 in clone () from /arm/lib/libc.so.6
#3  0x40117eb0 in clone () from /arm/lib/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

-Sekar


Andrew Haley wrote:
> 
> On 03/13/2012 07:50 AM, lxusr wrote:
>> I am facing a similar problem wherein if I do a bt I see corrupted stack
>> whenever clone gets called(ARM target). Can you please tell me what is
>> the
>> fix you applied to resolve the problem?
> 
> Corrupted how, exactly?  What is the symptom?
> 
> Andrew.
> 
> 

-- 
View this message in context: http://old.nabble.com/backtrace%28%29-from-a-pthread-on-ARM-tp23490538p33494793.html
Sent from the Sourceware - libc-ports mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]