Rich Rattanni schrieb: > All: > I got the following assertion failure while playing back audio > using fusionsound. > > (!) [Sound Mixer 0.000] (13759) *** Assertion [data->filled >= > notification->num] failed *** [ifusionsoundstream.c:488 in > IFusionSoundStream_React()] > Trace/breakpoint trap (core dumped) > > Unfortunately the core dump is of no help. This occured after several > hours of just looping and alternating two audio clips. Any ideas?
Please try with the following change I made yesterday: http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=330450df944b491bef4d0c49f8567f8f3cc41be9 You need to rebuild libfusion, but you can keep the other binaries. The changes rework the linking and locking scheme, fixing deadlocks and potential memory corruption. The default is to use directly called local reactions again. This should fix the assertion that you get. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
