1006: 0000000000358e28     0 NOTYPE  GLOBAL DEFAULT  ABS _end@@GLIBC_PRIVATE
1006: 0000000000358e08     0 NOTYPE  GLOBAL DEFAULT   33 _end@@GLIBC_PRIVATE

What about their content? Perhaps they're some kind of fixed-size metadata.

The value itself does not matter here, but ABS->33 change.

Try to build and run via ktrace under stable and under sid

int main()
{
  sbrk(16*1024);
};

You will see the key difference.

Petr


--
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.lnx.2.00.1307161226260.10...@contest.felk.cvut.cz

Reply via email to