Hi,
I find that the stackpointer is pointing to 'bcopy' at the time of crash of my VxWorks application. This was found by analysing the log file and the Vxworks MAP files.
On stack traceback, i find that 'bcopy' is being called by another routine (namely 'A').
I do not find 'bcopy' being called from that routine(namely 'A'). But, i find memcpy inside that routine (namely 'A').
Questions specific to the crash problem :
--------------------------------------------------------------- Does 'memcpy' use 'bcopy' internally in VxWorks ? Is 'bcopy' being called/used by some other internal API of VxWorks ? How to know about this ? Any other method to trace the function from which the bcopy is being called ?
Other Main Questions In general to tackle the crash problem :
------------------------------------------------------------------------------------- Why does my application crash at 'bcopy' ? Any possible reasons for this ? Anyone has faced this ?
Thx in advans, Karthik Balaguru