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. |
From: Dennis S. <sy...@yo...> - 2004-08-28 05:57:55
|
Hmms I can't reproduce this here. Have you tried removing all the plugins and rebuilding everything ? Cheers, Dennis On Fri, 2004-08-27 at 20:28 -0300, Duilio Javier Protti wrote: > 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. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |
From: Duilio J. P. <dp...@fc...> - 2004-09-02 02:23:01
|
Yes, I have tried, and it doesn't work! The error messages still exactly the same. (??) Bye, Duilio. > Hmms I can't reproduce this here. Have you tried removing all the > plugins and rebuilding everything ? > > Cheers, > Dennis > > > On Fri, 2004-08-27 at 20:28 -0300, Duilio Javier Protti wrote: > > 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. |