Milinda Pathirage’s Blog

Computers are fascinating machines, but they’re mostly a reflection of the people using them

How To Fix Songbird 1.1.2 Crash At Start On Ubuntu 8.10

June 3rd, 2009 · 3 Comments · linux, linux tips, ubuntu

When you try to start Songbird(in my case version 1.1.2) on Ubuntu 8.10 and if you have libvsual-0.4-plugins installed in you system it will pop-up you a crash reporting component saying that Songbird start-up failed. And if you start Songbird from the terminal you will see following lines has printed on the console.

*** glibc detected *** ././songbird-bin: munmap_chunk(): invalid pointer: 0xb2d539e0 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7d2b454]
/usr/lib/libvisual-0.4.so.0(visual_mem_free+0x21)[0xb29e9141]
/usr/lib/libvisual-0.4.so.0[0xb29e0407]
/usr/lib/libvisual-0.4.so.0(visual_plugin_get_list+0x73)[0xb29e05e3]
/usr/lib/libvisual-0.4.so.0(visual_init+0x291)[0xb29efec1]
/usr/lib/gstreamer-0.10/libgstlibvisual.so[0xb2a8e1f4]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a592f6]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so(gst_plugin_load_file+0x62f)[0xb3a59bad]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a64822]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so(gst_registry_scan_path+0x135)[0xb3a649c7]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a14a44]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a14f30]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a15589]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so[0xb3a15b44]
/usr/lib/libglib-2.0.so.0(g_option_context_parse+0x5b3)[0xb6b1d803]
/home/milinda/Programs/Songbird/lib/libgstreamer-0.10.so(gst_init_check+0xf1)[0xb3a13d1b]
.......

If you came across this problem what you have to do is remove libvisual-0.4-plugins package from your system. Some forums posts ask you to remove libvsual-0.4-0, but don't do it. It'll remove some  other important programs in your Ubuntu system if remove libvisual. Make sure that you only remove libvisual-plugins.

 

Sphere: Related Content

Related posts brought to you by Yet Another Related Posts Plugin.

Tags:

3 responses so far ↓

  • 1 chocolateboy // Jun 20, 2009 at 2:45 pm

    Thanks.

    This also works with Songbird 1.2.0/Ubuntu 9.04.

    Both Songbird and Jaunty’s kernel (2.6.28-13) / nVidia drivers (180.44) updated on the same day for me (2009-06-19), so I’m not sure which one triggered this bug, but your fix resolves it.

  • 2 D // Jun 29, 2009 at 12:16 pm

    Had same problem here (2009-06-29) with Ubuntu 9.04 when doing upgrade to Songbird_1.2.0-1146

    Songbird upgrade hung during install. Did fix as you suggested and this corrected difficulty, fresh install to latest Songbird release Songbird_1.2.0-1146 worked perfectly.

    THANKS!!!

  • 3 stjoe // Jul 4, 2009 at 9:10 am

    i can confirm, this does help when experiencing the same issue on jaunty / songbird 1.2. Thanks for sharing!

Leave a Comment