tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] little truble with TCC


From: Romain Francoise
Subject: Re: [Tinycc-devel] little truble with TCC
Date: Sat, 08 May 2004 19:51:09 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

address@hidden writes:

> ~$ tcc -run test.c
> Segmentation fault

> ~$ uname -s -r -p
> Linux 2.4.22-1.2166.nptl i686

This is probably caused by Exec-Shield, a kernel patch which provides
protection against stack/buffer/function pointer overflows.

You can disable it with the following command (as root):

        echo 0 >/proc/sys/kernel/exec-shield

-- 
Romain Francoise <address@hidden> | Wait, stop, wait just hold on
it's a miracle -- http://orebokech.com/ | a minute.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]