This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

SIGTRAP in stack ( ) !!!


while running my application (It's basically a networking stack, if it
matters) on eCos, I receive following message at gdb prompt (after
application has run for a long time)

Program received signal SIGTRAP, Trace/breakpoint trap
[switching to Thread 22792]
0x000c3e10 in stack( )

(gdb)bt
#0  0x000c3e10 in stack( )
#1  0x000c3e14 in stack( )

Is it because of  some memory leak or stack overflow? As shown above
backtrace at gdb prompt also doesn't give any details.

Regards
Mohanlal

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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