Bug 1305318

Summary: [abrt] espeak: wave_write(): espeak killed by SIGABRT
Product: [Fedora] Fedora Reporter: jamie <mail>
Component: espeakAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: jskarvad
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/9cd3aa602dddfa20a67688c821ddd9138b319f2e
Whiteboard: abrt_hash:f202245ad4b84836ecdd99dcc3478a1ae43b0699;VARIANT_ID=workstation;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-08 09:52:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description jamie 2016-02-07 02:37:15 UTC
Description of problem:
1. Installed Espeak 
2.Type 'espeak' on the terminal 
3. Enter a few lines of text 
4. It crashes with 'espeak: wave_pulse.cpp:691: size_t wave_write(void*, char*, size_t): Assertion `stream' failed.'

Note:
I do not have PalseAudio installed, is it a depdency. 

Version-Release number of selected component:
espeak-1.48.04-6.fc23

Additional info:
reporter:       libreport-2.6.4
backtrace_rating: 4
cmdline:        espeak
crash_function: wave_write
executable:     /usr/bin/espeak
global_pid:     27171
kernel:         4.3.4-300.fc23.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (7 frames)
 #4 wave_write at wave_pulse.cpp:691
 #5 dispatch_audio at speak_lib.cpp:136
 #6 create_events at speak_lib.cpp:214
 #7 Synthesize at speak_lib.cpp:502
 #8 sync_espeak_Synth at speak_lib.cpp:656
 #9 process_espeak_command at espeak_command.cpp:547
 #10 say_thread at fifo.cpp:452

Potential duplicate: bug 904302

Comment 1 jamie 2016-02-07 02:37:18 UTC
Created attachment 1121819 [details]
File: backtrace

Comment 2 jamie 2016-02-07 02:37:19 UTC
Created attachment 1121820 [details]
File: cgroup

Comment 3 jamie 2016-02-07 02:37:20 UTC
Created attachment 1121821 [details]
File: core_backtrace

Comment 4 jamie 2016-02-07 02:37:21 UTC
Created attachment 1121822 [details]
File: dso_list

Comment 5 jamie 2016-02-07 02:37:22 UTC
Created attachment 1121823 [details]
File: environ

Comment 6 jamie 2016-02-07 02:37:23 UTC
Created attachment 1121824 [details]
File: limits

Comment 7 jamie 2016-02-07 02:37:24 UTC
Created attachment 1121825 [details]
File: maps

Comment 8 jamie 2016-02-07 02:37:25 UTC
Created attachment 1121826 [details]
File: mountinfo

Comment 9 jamie 2016-02-07 02:37:26 UTC
Created attachment 1121827 [details]
File: namespaces

Comment 10 jamie 2016-02-07 02:37:26 UTC
Created attachment 1121828 [details]
File: open_fds

Comment 11 jamie 2016-02-07 02:37:27 UTC
Created attachment 1121829 [details]
File: proc_pid_status

Comment 12 jamie 2016-02-07 02:37:28 UTC
Created attachment 1121830 [details]
File: var_log_messages

Comment 13 Jaroslav Škarvada 2016-02-08 09:52:26 UTC
Sorry it doesn't work without PulseAudio. For details see bug 799137. If you need to run it without PulseAudio you need to rebuild it yourself by 'rpmbuild --with portaudio'.

It has PulseAudio in implicit dependency:
libpulse.so.0()(64bit)
libpulse.so.0(PULSE_0)(64bit)

I am ready to return the support for portaudio once upstream refactorize the code to be able to use modules / subpackages.

Comment 14 jamie 2016-02-09 00:06:27 UTC
Thanks for letting me know what the issue is.