L wrote:
I wrote:
I'm trying to run a linux program.

When I run the program.. it says:
Abort trap
..but does not have anything stating 'core dump' is available.

How do I go about debugging this?

Now I tried KTRACE/KDUMP..

And it says..

3640 ktrace   RET   ktrace 0
3640 ktrace   CALL  execve(.....hex crap here...)





Actually, I may have been doing ktrace/kdump wrong..
So I just tried this again doing this way:

ktrace ./prog
ktrace -C
kdump

28631  ktrace  RET  ktrace 0
28631  ktrace  CALL execve(...hex crap...)
28631  ktrace  NAMI "./prog"
28631  ktrace  NAMI "/lib/ld-linux.so.2"


Could this mean a problem with ld-linux.so.2

It exists in /emul/linux/lib/

Regards,
L505

Reply via email to