Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Failure on SpeechEngine #13

Closed
scgm11 opened this issue Jun 30, 2017 · 1 comment
Closed

Crash on Failure on SpeechEngine #13

scgm11 opened this issue Jun 30, 2017 · 1 comment

Comments

@scgm11
Copy link

scgm11 commented Jun 30, 2017

Im having crahes easy to reproduce when the Speech engine crashes or stops.

Ubuntu 16.04, Asterisk 13.16, Verbio Engine

usage example:
exten=> _123,1,Answer()
exten=> _123,2,SpeechCreate(unimrcp)
exten=> _123,3,SpeechLoadGrammar(grammar,/usr/local/unimrcp/data/grammar.xml)
exten=> _123,4,SpeechActivateGrammar(grammar)
exten=> _123,5,SpeechBackground(MYSOUND},2)
exten=> _123,6,SpeechDeactivateGrammar(grammar)
exten=> _123,7,SpeechDestroy()

When I stop the Verbio Server I get a crash of unimrcp
Attached btfull of the core dump, this is easy to reproduce having

btfull.txt

achaloyan added a commit that referenced this issue Jun 30, 2017
…mrcp. Issue #13.

Such an event occurs when MRCP server unexpectedly disconnects while recognition is in progress.
@achaloyan
Copy link
Contributor

Well, indeed. Session object should have been referenced instead of channel. Fixed in 68bebdd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants