<br><br><div class="gmail_quote">On Wed, Aug 10, 2011 at 1:18 PM, Max Vlasov <span dir="ltr"><<a href="mailto:max.vlasov@gmail.com">max.vlasov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi, <br><br>I tried to implement linux timer with timer_create and signals, but an exception always fired (External:SIGUSR1).<br></blockquote></div><br><br>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. <br>

<br>Max<br>