E:Attach to pid 54301 failed: Function not implemented

Evren Yurtesen yurtesen at ispro.net
Sun Sep 20 08:50:06 UTC 2009


Alexander Kabaev wrote:
> On Sat, 19 Sep 2009 10:07:24 +0200
> Gary Jennejohn <gary.jennejohn at freenet.de> wrote:
> 
>> On Sat, 19 Sep 2009 01:02:06 +0300
>> Evren Yurtesen <yurtesen at ispro.net> wrote:
>>
>>> Evren Yurtesen wrote:
>>>> Hello,
>>>>
>>>> I am trying to use the Intel Software Development Emulator on
>>>> FreeBSD 8
>>>>
>>>> http://software.intel.com/en-us/articles/intel-software-development-emulator/ 
>>>>
>>>>
>>>> with the linux_base-f10 port however I am getting the following
>>>> error:
>>>>
>>>> # ./sde -- /bin/csh
>>>> E:Attach to pid 54304 failed: Function not implemented
>>>>
>>>> Is this something which can be fixed or should I forget about it?
>>>>
>> It could probably be fixed, but it may require lots of effort.
>>
>> The arguments to the Linux ptrace(2) are different (some are pointers
>> instead of ints) and it wouldn't surprise me in the least to find that
>> ptrace(2) in Linux behaves differently than under FreeBSD.
>>
>>> I just realized this in logs also:
>>>
>>> linux: pid 54303 (pinbin): syscall ptrace not implemented
> ptrace _was_ implemented for Linux at some point. See
> sys/i386/linux/linux_ptrace.c.
> 

linux_ptrace.c doesnt appear at the amd64 side in 
/usr/src/sys/amd64/linux32 ? (I forgot to mention that I was using amd64).

It would be nice if I could get the Intel's software working but if not, 
I can use Linux instead. Thanks for the information.


Thanks,
Evren


More information about the freebsd-emulation mailing list