Forum Topic - dump_stack_memory in dumper:with/without -z:
   
dump_stack_memory in dumper:with/without -z  
Just noticed that the function dump_stack_memory treats the copying of corefile a  little differently based upon the -z 
option.

in one case the pages are copied all together (without -z) 
In the other case they are copied (vaddr - offset) then (offset-mem->size)

I am trying to understand how/why -z is motivating this difference ? 

Thanks 

Preeti.