[asterisk-bugs] [Asterisk 0017698]: CTRL-C from asterisk -vvvvvvvvc has strange results
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 7 21:35:30 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17698
======================================================================
Reported By: jmls
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17698
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.8.0-beta1
JIRA: SWP-1940
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 260194
Request Review:
======================================================================
Date Submitted: 2010-07-24 14:46 CDT
Last Modified: 2010-10-07 21:35 CDT
======================================================================
Summary: CTRL-C from asterisk -vvvvvvvvc has strange results
Description:
If you start asterisk from a command line (asterisk -vvvvvvc) when you
press CTRL-C to end the session, you don't get local echo any more. Tried
this on putty and local console.
This is not a problem with 1.4 - all works well.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017080 [patch] Asterisk crashes while core res...
======================================================================
----------------------------------------------------------------------
(0127797) svnbot (reporter) - 2010-10-07 21:35
https://issues.asterisk.org/view.php?id=17698#c127797
----------------------------------------------------------------------
Repository: asterisk
Revision: 290862
U branches/1.4/main/asterisk.c
------------------------------------------------------------------------
r290862 | jpeeler | 2010-10-07 21:35:29 -0500 (Thu, 07 Oct 2010) | 9 lines
Ensure editline cleanup occurs when Ctrl-C is pressed at control console.
A recent change was made to avoid a race condition on shutdown which only
called
the end functions from the console thread. However, when pressing Ctrl-C
the
quit handler is called from the signal handler thread.
(closes issue https://issues.asterisk.org/view.php?id=17698)
Reported by: jmls
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=290862
Issue History
Date Modified Username Field Change
======================================================================
2010-10-07 21:35 svnbot Checkin
2010-10-07 21:35 svnbot Note Added: 0127797
======================================================================
More information about the asterisk-bugs
mailing list