[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dumping core: root vs. normal user



Hi,

an easy one: why when root runs a program that faults core is not
dumped but when a normal user runs the same program a core is dumped?

Test program:

void main(void)
{
	* (char *) 0 = 0;
}

gcc -o test test.c

Run test as both root and a normal user and you'll see what I'm
saying.

Thanks,

E.-


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: