>> So status is readable with the given size, which should be at least  1232. 
>> This works for all pr
ocesses except this one. Any idea?
>cat </proc/700/status should work when you use ksh93

No, it will not as long as ksh93 is a 32 bit process:

2656:   open64("/proc/2630/status", O_RDONLY)           = 3
2656:   read(3, 0x000242A0, 8192)                       Err#79 EOVERFLOW

It's the read(2) which fails.

The 32 bit process is assumed to use 32 bit procfs data structure; it's
therefor impossible for it to make sense of the 64 bit data for a 64
bit process.

Casper
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to