Re: [sigrok-devel] Unsafe SIGINT handler in recent commit

2013-02-22 Thread Alex G.
On 02/22/2013 09:36 AM, R. Diez wrote: > Hallo Uwe: > > Recent commit [...] in PulseView adds a SIGINT handler which makes calls that > are unsafe inside a signal handler. Please file a bug in our bug tracking system here: http://sigrok.org/bugzilla/ ---

[sigrok-devel] Unsafe SIGINT handler in recent commit

2013-02-22 Thread R. Diez
Hallo Uwe: Recent commit 31e6731d976cb2b398c92763a9d3507437b8a826 titled "main: Add signal handler for SIGINT" in PulseView adds a SIGINT handler which makes calls that are unsafe inside a signal handler. The proper way to add such a handler is described here: http://sourceforge.net/mailarchiv