From: Duilio J. P. <dp...@fc...> - 2004-08-27 23:23:54
|
I can't make it work the xmms plugin, the output is: Message: All plugins enabled libvisual CRITICAL: XMMS plugin: visual_mem_free [(../../libvisual/lv_mem.c,44)]: assertion `ptr != NULL' failed libvisual CRITICAL: XMMS plugin: visual_mem_free [(../../libvisual/lv_mem.c,44)]: assertion `ptr != NULL' failed libvisual CRITICAL: XMMS plugin: visual_mem_free [(../../libvisual/lv_mem.c,44)]: assertion `ptr != NULL' failed libvisual CRITICAL: XMMS plugin: visual_video_free_buffer [(../../libvisual/lv_video.c,172)]: assertion `video->screenbuffer != NULL' failed Segmentation fault You've probably found a bug in XMMS, please visit http://bugs.xmms.org and fill out a bug report. And valgrind show this: ==22202== Invalid read of size 4 ==22202== at 0x44441902: visual_plugin_get_reference (in /usr/lib/libvisual.so.0.0.0) ==22202== by 0x44441C3F: plugin_add_dir_to_list (in /usr/lib/libvisual.so.0.0.0) ==22202== by 0x444419EE: visual_plugin_get_list (in /usr/lib/libvisual.so.0.0.0) ==22202== by 0x44444EC7: visual_init (in /usr/lib/libvisual.so.0.0.0) ==22202== Address 0x4 is not stack'd, malloc'd or free'd Segmentation fault You've probably found a bug in XMMS, please visit http://bugs.xmms.org and fill out a bug report. I have tested with infinite and jess plugins, but the behavior is exactly the same. I think there is a problem on libvisual core. Bye, Duilio. |