[fpc-pascal] Re: timer_create on linux

Max Vlasov max.vlasov at gmail.com
Wed Aug 10 14:24:12 CEST 2011


On Wed, Aug 10, 2011 at 1:18 PM, Max Vlasov <max.vlasov at gmail.com> wrote:

> Hi,
>
> I tried to implement linux timer with timer_create and signals, but an
> exception always fired (External:SIGUSR1).
>


Hmm, it seems that it's not a 'wrong' exception, I executed the same program
from console and it worked. So there's a range of signals that is 'wrong'
for the debugger/ide and it stops catching them. Can I somehow tell it to
ignore some, for example 'SIG35'? I tried to add it to Language exceptions
ignore list as 'External: SIG35', 'External:SIG35' (without space), SIG35.
Nothing helped.

Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20110810/bdef2327/attachment.html>


More information about the fpc-pascal mailing list