Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Need advise about linux32 on amd64



In article <485126B6.1080900%eticaret.com.tr@localhost>,
Cem Kayali  <cemkayali%eticaret.com.tr@localhost> wrote:
>
>Well, 'ktrace -i' produces same messages but additional ones too:
>
>   325      1 linux_32_software CALL  fork
>   325      1 linux_32_software RET   fork 390/0x186
>   325      1 linux_32_software CALL  waitpid(0x186,0xffff5564,0)
>   390      1 linux_32_software EMUL  "linux32"
>   390      1 linux_32_software RET   fork 0
>   390      1 linux_32_software CALL  #26 (unimplemented ptrace)
>   390      1 linux_32_software RET   #26 (unimplemented ptrace) -1 
>errno -38 Too many processes
>   390      1 linux_32_software CALL  exit_group(0)
>   325      1 linux_32_software RET   waitpid 390/0x186
>   325      1 linux_32_software CALL  exit_group(0)
>
>
>Specifically, it is ptrace problem i think...
>
>Regards,

ptrace is not implemented on linux32; Does it work on i386? Can
you ktrace it [just after the fork where it calls ptrace]? I find
it strange that it works on i386 because ptrace just returns ENOSYS
currently.

christos



Home | Main Index | Thread Index | Old Index