Bug 71

Summary: PulseView adds a SIGINT handler which makes calls that are unsafe inside a signal handler
Product: PulseView Reporter: Joel Holdsworth <joel>
Component: OtherAssignee: Nobody <nobody>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: http://http://article.gmane.org/gmane.comp.debugging.sigrok.devel/450
Bug Depends on:    
Bug Blocks: 45    

Description Joel Holdsworth 2013-03-08 00:58:33 CET
rdiez writes:

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/mailarchive/message.php?msg_id=30480127

Please look for "SIGINT" in that message.