Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfaults on play #1381

Closed
Clementine-Issue-Importer opened this issue Dec 7, 2013 · 0 comments
Closed

Segfaults on play #1381

Clementine-Issue-Importer opened this issue Dec 7, 2013 · 0 comments

Comments

@Clementine-Issue-Importer

From titaniumangel on January 28, 2011 19:04:52

What steps will reproduce the problem? 1. Start Clementine.
2. Play a track. What is the expected output? What do you see instead? I expect the track to play, Clementine crashes instead:

% clementine
virtual bool GnomeGlobalShortcutBackend::DoRegister()
zsh: segmentation fault clementine
exited sigsegv What version of the product are you using? On what operating system? Clementine 0.6, Ubuntu Maverick. Please provide any additional information below. Clementine worked perfectly for quite some time, and then it today started crashing whenever I tried to play a track. Some packages were updated today, including the kernel, but I confirmed that the segfault persists even with the previous kernel. Rhythmbox works fine, and other application produce sound as expected, so I suspect this is a Clementine related bug.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=1381

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on January 28, 2011 11:49:41

Can you try to get a backtrace? At a console:
gdb clementine
run
(wait for it to crash)
backtrace

Then post the output here

@Clementine-Issue-Importer
Copy link
Author

From selesi on January 28, 2011 12:53:54

Sure! This is from the latest development build. It has the same symptoms described above.

#0 0x00007fffd3117e4c in orc_sse_set_mxcsr () from /usr/lib/liborc-0.4.so.0
#1 0x00007fffd311e09a in orc_compiler_sse_assemble () from /usr/lib/liborc-0.4.so.0
#2 0x00007fffd310e1f5 in orc_program_compile_full () from /usr/lib/liborc-0.4.so.0
#3 0x00007fffd2cf2a12 in ?? () from /usr/lib/gstreamer-0.10/libgstaudioconvert.so
#4 0x00007fffd2ceb5bd in ?? () from /usr/lib/gstreamer-0.10/libgstaudioconvert.so
#5 0x00007fffd2ce8582 in ?? () from /usr/lib/gstreamer-0.10/libgstaudioconvert.so
#6 0x00007ffff492e1f9 in ?? () from /usr/lib/libgstbase-0.10.so.0
#7 0x00007ffff492e77d in ?? () from /usr/lib/libgstbase-0.10.so.0
#8 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#9 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#10 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#11 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#12 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#13 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#14 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#15 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#16 0x00007fffc65fa26c in ?? () from /usr/lib/gstreamer-0.10/libgstflump3dec.so
#17 0x00007fffc65fae50 in ?? () from /usr/lib/gstreamer-0.10/libgstflump3dec.so
#18 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#19 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#20 0x00007fffc702cfda in ?? () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so
#21 0x00007fffc702e069 in ?? () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so
#22 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#23 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#24 0x00007fffcde81de4 in ?? () from /usr/lib/libgsttag-0.10.so.0
#25 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#26 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#27 0x00007fffd3bdd3be in ?? () from /usr/lib/gstreamer-0.10/libgstcoreelements.so
#28 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#29 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#30 0x00007ffff468912d in ?? () from /usr/lib/libgstreamer-0.10.so.0
#31 0x00007ffff46899ee in ?? () from /usr/lib/libgstreamer-0.10.so.0
#32 0x00007ffff49287d1 in ?? () from /usr/lib/libgstbase-0.10.so.0
#33 0x00007ffff46b2c93 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#34 0x00007ffff4bb173f in ?? () from /lib/libglib-2.0.so.0
#35 0x00007ffff4baf7e4 in ?? () from /lib/libglib-2.0.so.0
#36 0x00007ffff7936971 in start_thread () from /lib/libpthread.so.0
#37 0x00007fffeee2d92d in clone () from /lib/libc.so.6
#38 0x0000000000000000 in ?? ()

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on January 28, 2011 13:07:12

Looks like the same issue as this: http://banshee-media-player.2283330.n4.nabble.com/Banshee-1-8-crashes-on-starting-any-song-td3030499.html Have you installed any gstreamer or liborc packages from outside your package manager or different repositories?

@Clementine-Issue-Importer
Copy link
Author

From selesi on January 28, 2011 13:19:47

Yeah, you seem to be right. I try to avoid non-official repositories as much as I can. I checked my apt.log, liborc wasn't updated since I installed my
system, while gstreamer was updated from the official repositories around 10 days ago.

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on March 17, 2011 09:05:53

Status: Invalid

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on July 03, 2011 13:40:31

Issue 2042 has been merged into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant