K 10 svn:author V 5 wosch K 8 svn:date V 27 1998-08-24T16:25:30.000000Z K 7 svn:log V 325 Check the text segment size of the executable and the process. If not equal, the command line arguments are wrong. E.g.: $./gcore /bin/sh 1761 $ ./gcore /usr/tmp/chroot/bin/sh 1761 gcore: The executable /usr/tmp/chroot/bin/sh does not belong to process 1761! Text segment size (in bytes): executable 303104, process 294912 END