[PATCH] libucil - SIGSEGV within ucil_alsa_fill_audio_buffer()

Bug #588658 reported by Kamil Dudka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
unicap
Fix Released
Undecided
Unassigned

Bug Description

Program received signal SIGSEGV, Segmentation fault.
(gdb) l
189 long ucil_alsa_fill_audio_buffer( void *_data )
190 {
191 alsa_data_t *data = _data;
192 long nread;
193
194 if( data->buff_fill >= ( sizeof( data->audio_buffer ) / sizeof(
short ) - 1 ) )
195 {
196 return 0;
197 }
198
(gdb) bt
#0 ucil_alsa_fill_audio_buffer (_data=0x0) at ucil_alsa.c:194
#1 fetch_and_process_audio (vobj=0x96ae10, ...) at ucil_theora.c:480
#2 ucil_theora_encode_thread (vobj=<value optimized out>) at ucil_theora.c:659
#3 start_thread (arg=<value optimized out>) at pthread_create.c:297
#4 clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112

Additional info:
https://bugzilla.redhat.com/572966

Revision history for this message
Kamil Dudka (kdudka) wrote :
Revision history for this message
Arne Caspari (arne-datafloater) wrote :

Fix commited in r62

Changed in unicap:
status: New → Fix Committed
Changed in unicap:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.