Bug reports

Post your bug reports here

Memory leak

Forums:

Moc version: 2.6-alpha3

Leak 1
File: server.c
Function: on_song_change
Description: The function contains a static variable called on_song_change, that gets initialized with a call to lists_strs_new, but it is never freed.

Leak 2
File: common.c
Function: get_home
Description: The function contains a static variable called home, that gets initialized with a call to xstrdup, but it is never freed.

--append sorts files before using them

Forums:

mocp version: 2.6-alpha3

What I did:
[tt]mocp -S[/tt]
[tt]echo -e "cccc.mp3\nbbbb.mp3\ndddd.mp3\naaaa.mp3" >tempfile.m3u[/tt]
[tt]mocp --clear --append tempfile.m3u[/tt]

What I expected:

if I summon the client, I should see in the playlist the same files as [tt]cat tempfile.m3u[/tt]] in the same order. [tt]mocp --play[/tt] should play the music file on the first line of tempfile.m3u: cccc.mp3

What I saw instead:

ffmpeg issues

Forums:

FYI:
There are also reports of ffmpeg issues. I currently build moc with -ffmpeg, so I haven't encountered this. I am sharing this for completeness sake for Gentoo.

This was previously mentioned here:
http://moc.daper.net/node/3644

There is a discussion about compilation errors, possible patch, possible future direction in the bug report here:
https://bugs.gentoo.org/834393

(There has been additional discussion after the latest reply on this site)

Thanks!

bug and fix ~ media-sound/moc-2.6_alpha3-r6 fails to compile: configure: error: I dont know how to compile pthreads

Forums:

https://bugs.gentoo.org/831179

Hallo. This issue is encountered on an LLVM system, compiling with clang.

There is an issue in the `ax_pthread.m4`

I created a patch which allows moc to compile with clang in Gentoo, but this issue is also fixed in the upstream ax_pthread.m4.

moc does not compile with ffmpeg-5

Forums:

Hi,
it appears that moc does not compile with ffmpeg5
see gentoo open bug

https://bugs.gentoo.org/834393

Cache error

Forums:

I get the following error when opening moc:

(918!) Cache DB search error: BDB0075 DB_PAGE_NOTFOUND: Requested page not found

I am still able to listen to music. It doesn't affect anything at all. Yet, it is there.

os:
Distributor ID: Bunsenlabs
Description: BunsenLabs GNU/Linux 10.5 (Lithium)
Release: 10.5
Codename: buster

ubuntu 22.10 buffer overflow detected

Forums:

After upgrading to xubuntu 22.10 moc does not start. Output is:

*** buffer overflow detected ***: terminated
Aborted (core dumped)

It happens on both my PC-s after upgrade. The last lines in mocp_client_log file are:

Nov 17 19:05:58.560799: interface.c:3496 init_interface(): Starting MOC Interface
Nov 17 19:05:58.560864: log.c:233 log_init_stream(): Writing log to: mocp_client_log
Nov 17 19:05:58.561040: utf8.c:328 utf8_init(): Using UTF8 output

Search is broken

Forums:

when searching with 'g' I can only enter 1 letter into the search bar, if the first letter is capital I can enter another one but no more, I tried with using / inside the search bar but same thing happens

Pages

Subscribe to RSS - Bug reports