flutter_speech_recognition icon indicating copy to clipboard operation
flutter_speech_recognition copied to clipboard

Multiple Types of Crashes

Open uditsingla opened this issue 3 years ago • 0 comments

I wanted to run voice recognition in continues manner, but i am calling start() method inits completion handler. But facing given below crashes.

Any help would be great!!

/ERROR 1st******/

  • thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x00000001bc0d79e8 libsystem_kernel.dylib__pthread_kill + 8 libsystem_kernel.dylib__pthread_kill: -> 0x1bc0d79e8 <+8>: b.lo 0x1bc0d7a04 ; <+36> 0x1bc0d79ec <+12>: stp x29, x30, [sp, #-0x10]! 0x1bc0d79f0 <+16>: mov x29, sp 0x1bc0d79f4 <+20>: bl 0x1bc0d3670 ; cerror_nocancel Target 0: (Runner) stopped. Lost connection to device.

/ERROR 2nd******/

flutter: _platformCallHandler call speech.onRecognitionStarted null flutter: _MyAppState.start => result true [avae] AVAEInternal.h:76 required condition is false: [AVAEGraphNode.mm:826:CreateRecordingTap: (nullptr == Tap())] *** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: nullptr == Tap()' *** First throw call stack: (0x183267c9c 0x19a41b758 0x18333151c 0x1dcc7a094 0x1dcce780c 0x1dcccf2d0 0x1dcd52254 0x1dcd36858 0x100836178 0x100835b28 0x1031f1898 0x102d3dfa0 0x103049690 0x102fee43c 0x102ff1a34 0x18327bfcc 0x183206338 0x183200fcc 0x1831e0ea4 0x1831f3d7c 0x19d4689a0 0x185a2605c 0x1857bbce0 0x1006f9ca0 0x1008ec190) libc++abi: terminating with uncaught exception of type NSException

  • thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x00000001bc0d79e8 libsystem_kernel.dylib__pthread_kill + 8 libsystem_kernel.dylib__pthread_kill: -> 0x1bc0d79e8 <+8>: b.lo 0x1bc0d7a04 ; <+36> 0x1bc0d79ec <+12>: stp x29, x30, [sp, #-0x10]! 0x1bc0d79f0 <+16>: mov x29, sp 0x1bc0d79f4 <+20>: bl 0x1bc0d3670 ; cerror_nocancel Target 0: (Runner) stopped. Lost connection to device.

uditsingla avatar Dec 31 '21 14:12 uditsingla