The biggest hint I see in the backtrace is:
/lib/libSDL_mixer-1.2.so.0(Mix_OpenAudio+0x8d)[0x3af1e09b8d]

you can see that function here:
http://sdl.beuc.net/sdl.wiki/Mix_OpenAudio

I'm not really familiar with any of this, but I'd guess the wrong audio
output is being opened, or it is being opened with the wrong format.
Basically, I'd check if your audio output device is configured correctly.


On Tue, May 28, 2013 at 12:32 PM, Conor Dowdall
<conordowdallm...@gmail.com>wrote:

> No luck there Kelvin.. thanks for the suggestion.
>
> I see it starts with libc in the backtrace and moves on to libSDL_mixer...
> did I somehow mess up the SDL install with mp3 support???... I'm not too
> familiar with how backtraces work!
>
> Conor.
>
>
> *** glibc detected *** python: double free or corruption (out):
> 0x00000000021f6800 ***
>
> ======= Backtrace:
> =========
>
> /lib64/libc.so.6[0x355ac7ca8e]
>
> /lib/libSDL_mixer-1.2.so.0[0x3af1e0cc13]
>
> /lib/libSDL_mixer-1.2.so.0[0x3af1e0b2a9]
>
> /lib/libSDL_mixer-1.2.so.0(Mix_OpenAudio+0x8d)[0x3af1e09b8d]
>
> /usr/lib64/python2.7/site-packages/pygame/mixer.so(+0x3050)[0x7fcf48be0050]
>
> /usr/lib64/python2.7/site-packages/pygame/mixer.so(+0x31d6)[0x7fcf48be01d6]
>
> /lib64/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x4a80)[0x35794dc370]
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
> _______________________________________________
> Pykaraoke-discuss mailing list
> Pykaraoke-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss
>
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Pykaraoke-discuss mailing list
Pykaraoke-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to