Re: SA ps_core mixing p_filesz and p_memsz in multiple places

2013-10-12 Thread Dmitry Samersoff
Kelly, Glad to hear your voice and thank you for the info! -Dmitry On 2013-10-12 19:43, O'Hair Kelly wrote: > Ghosts from the past. ;^) > > This may help: http://www.sco.com/developers/gabi/latest/ch5.pheader.html > > p_memsz will always be equal to or greater than p_filesz, the extra space i

Re: SA ps_core mixing p_filesz and p_memsz in multiple places

2013-10-12 Thread O'Hair Kelly
Ghosts from the past. ;^) This may help: http://www.sco.com/developers/gabi/latest/ch5.pheader.html p_memsz will always be equal to or greater than p_filesz, the extra space is usually null bytes and I think would represent uninitialized static memory, but with a core file means that part of mem

SA ps_core mixing p_filesz and p_memsz in multiple places

2013-10-12 Thread Dmitry Samersoff
Hi Everybody, SA ps_proc code mixing two different fileds of Elf header p_filesz and p_memsz. Fortunately in most cases they contains the same value but simetimes not. Do you have any background ? I plan to file a bug and clean this up. -- Dmitry Samersoff Oracle Java development team, Sain