On Fri, Aug 17, 2007 at 01:55:45PM +0800, ext 杨明 wrote: > I download ltrace source code from > http://repository.maemo.org/pool/maemo/ossw/source/l/ltrace/ and build it. > but it can' t work . > > Nokia-N800-12:~# ./ltrace -p 889 > breakpointed at 0x0000b9a4 (?) > __libc_start_main(69245, 1, 0xbecea6f4, 70500, 70596 <unfinished ...> > breakpointed at 0x0000b9a4 (?) > __libc_start_main(69245, 1, 0xbecea6f4, 70500, 70596 <unfinished ...> > breakpointed at 0x0000b9a4 (?) > ......... > breakpointed at 0x0000b9a4 (?) > __libc_start_main(69245, 1, 0xbecea6f4, 70500, 70596Error: call nesting too > deep! > <unfinished ...> > breakpointed at 0x0000b9a4 (?) > __libc_start_main(69245, 1, 0xbecea6f4, 70500, 70596Error: call nesting too > deep! > <unfinished ...> > .....
You need to build with -fomit-frame-pointer.
signature.asc
Description: Digital signature
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
