Bug 71 - PulseView adds a SIGINT handler which makes calls that are unsafe inside a signal handler
Summary: PulseView adds a SIGINT handler which makes calls that are unsafe inside a si...
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL: http://http://article.gmane.org/gmane...
Keywords:
Depends on:
Blocks: 45
  Show dependency treegraph
 
Reported: 2013-03-08 00:58 CET by Joel Holdsworth
Modified: 2013-04-01 00:35 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.