Current-Users archive

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

Re: Need advise about linux32 on amd64




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,

Christos Zoulas wrote:
On Jun 12,  3:00am, cemkayali%eticaret.com.tr@localhost (Cem Kayali) wrote:
-- Subject: Re: Need advise about linux32 on amd64

| Thanks. ktrace and kdump result are as below... If somebody has advice, | i would appreciate. | | It is NetBSD amd64 / 4.99.63 | | ...
|    423      1 linux_32_software CALL  fork
|    423      1 linux_32_software RET   fork 425/0x1a9
...

You need to use ktrace -i because it forks.

christos




Home | Main Index | Thread Index | Old Index