Activity
From January 07, 2013 to February 05, 2013
February 05, 2013
-
20:09 Bug #245: Memory corruption
- Fixed for me :)
February 04, 2013
-
16:18 Feature #206: Add better integration in Gnome-Shell via the notify plugin
- Hi.
New version of my patch that works with the latest git version, and I _tried_ to improve a few stuff, based on y... -
00:26 Bug #245: Memory corruption
- Thank you for your hard work! :) I hope it actually works because I haven't had time to test it yet (exams and so on...
February 03, 2013
-
21:31 Bug #248 (Closed): PKG_INSTALLDIR not present in pkg-config < 0.27
- https://github.com/audacious-media-player/audacious/commit/033162b8e42034a268ca7830c5654524aee57675
-
17:09 Feature #230 (Closed): Headless mode enhancements
- https://github.com/audacious-media-player/audacious/commit/f3b76ba336d3d249d9d7e3f37541978f165d78c0
-
15:49 Bug #227 (Closed): scrobbler loses history with a bad internet connection
- New scrobbler plugin has been added in Git master.
-
15:49 Feature #189 (Closed): New Scrobbler 2.0
- Added in Git master.
February 02, 2013
-
21:05 Bug #219 (Closed): Midi with fluidsynth, long pauses.
- Will F. wrote:
> Yes, this pretty much fixes the issue. Thanks.
Good, closing. -
21:00 Bug #248: PKG_INSTALLDIR not present in pkg-config < 0.27
- nenolod is checking whether there's a way to allow the use of PKG_INSTALLDIR only with pkg-config >= 0.27. If not, w...
-
15:38 Bug #248: PKG_INSTALLDIR not present in pkg-config < 0.27
- 0.26-1ubuntu1 @12.04 LTS. for now commenting out 26th line #PKG_INSTALLDIR works
-
05:22 Bug #248: PKG_INSTALLDIR not present in pkg-config < 0.27
- What version of pkg-config do you have?
-
03:47 Bug #248 (Closed): PKG_INSTALLDIR not present in pkg-config < 0.27
- after a recent git pull ( configure.ac | 2 ++ ) trying to compile: sh ./autogen.sh*info* running aclocal (-I ...
-
20:57 Bug #245 (Closed): Memory corruption
- I was able to reproduce the following crash here several times in a row:...
-
18:23 Bug #245: Memory corruption
- This commit could be a fix:
https://github.com/audacious-media-player/audacious-plugins/commit/ce77b1bb7d32a8deca274... -
06:00 Bug #245: Memory corruption
- Based on the wide variety of backtraces, the fault probably does not lie in those areas of the code but in some other...
-
19:15 Feature #237 (Closed): in GTK interface I cannot visulize remaining time but only elapsed and total time
- https://github.com/audacious-media-player/audacious-plugins/commit/36bc15582135bf26a71470aa0ca3d3a5ffeb3f4e
-
18:54 Feature #237: in GTK interface I cannot visulize remaining time but only elapsed and total time
- Subtraction is good mental exercise. ;) jk
-
18:31 Bug #246 (Closed): Over-eager "No such file or directory" dialog makes it difficult to remove missing files from the playlist
- Fixed. An error message is now shown only when trying to play the file.
https://github.com/audacious-media-player...
February 01, 2013
-
23:03 Bug #245: Memory corruption
- Okay, now I do have something interesting... alas! It's glibc-related :/
I've been using 3.3.3 with patch just for... -
21:11 Bug #245: Memory corruption
- More detailed log.
-
20:56 Bug #245: Memory corruption
- Generated from 3.3.3 with patch, no settings, crashed while closing
-
04:23 Bug #245: Memory corruption
- See if you can capture a crash while running under valgrind:...
-
03:32 Bug #245: Memory corruption
- So, sporadic and varying crashes. It's beginning to sound like memory corruption (which can unfortunately be very dif...
-
01:47 Bug #245: Memory corruption
- 3.3.3 patched, no settings in home dir present, added some files to playlist, crashed while quiting
plugin2_unload (... -
00:19 Bug #247 (Rejected): Unable to process tracks with Cyrillic in artist/title
- The linked XML file is invalid. Not a bug....
January 31, 2013
-
13:30 Bug #245: Memory corruption
- Yeah... but the first one as far as I remember happened while starting, and the second occured while closing audaciou...
-
04:11 Bug #245: Memory corruption
- Let me summarize what we have so far:
1. Version 3.3.3, unpatched, crashes in g_object_newv(): http://wklej.org/id/9... -
01:36 Bug #245: Memory corruption
- Here you have: http://wklej.org/id/943087/
-
01:27 Bug #245: Memory corruption
- Core dumped again. I'll prepare a backtrace again...
-
00:49 Bug #245: Memory corruption
- Can you try 3.3.3 with this patch?
-
12:47 Bug #247: Unable to process tracks with Cyrillic in artist/title
- Only in case if there are lyrics available on site.
-
12:24 Bug #247 (Rejected): Unable to process tracks with Cyrillic in artist/title
- When plugin encounters tracks with Cyrillic in its artist or title fields,
the following error is displayed in the t... -
08:14 Bug #246 (Closed): Over-eager "No such file or directory" dialog makes it difficult to remove missing files from the playlist
- Because any attempt to read from a file can trigger the "Cannot open ...: No such file or directory" dialog, removing...
January 30, 2013
-
12:09 Bug #245: Memory corruption
- Okay, first of all, 3.3.2 works as expected!
I suspected there is something wrong with translation but reverting /... -
02:53 Bug #245: Memory corruption
- If the crashes only started happening recently and you can reliably reproduce them, then it is likely that a recent u...
-
00:30 Bug #245: Memory corruption
- So there is no hope? The stupid thing is that my system is not very different from well-maintained Linux box and this...
-
00:00 Feature #19 (Closed): Allow playlist columns to be resized
- Above-mentioned patch is now committed. GTK+ 3.8+ is required for this to work correctly.
https://github.com/audaci...
January 29, 2013
-
23:57 Bug #245: Memory corruption
- Well, it's a backtrace at least, but not really any more helpful. It's unlikely that any Audacious developer will be...
-
11:14 Bug #245: Memory corruption
- Any chance this could be more helpful?:
http://wklej.org/id/941107/ -
01:40 Bug #245: Memory corruption
- This isn't a backtrace. Read http://www.cs.cmu.edu/~gilpin/tutorial/ and then try again.
-
01:16 Bug #245: Memory corruption
- I run into problems installing glibc. I really do hope non-stripped audacious will be enough:...
-
01:51 Feature #244 (Closed): Sort by Length
- Committed. Thank you for the patch!
https://github.com/audacious-media-player/audacious/commit/620cfd88ab8bf2bbdf628...
January 27, 2013
-
20:14 Bug #245: Memory corruption
- https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces
-
15:33 Bug #245: Memory corruption
- Please attach a backtrace (Google "gdb backtrace").
-
13:02 Bug #245: Memory corruption
- I'm sorry for the first listing (http://pokazywarka.pl/asbfsf/), it should be just
[mk@linux ~]$ export LANG=en_US.U... -
12:58 Bug #245 (Closed): Memory corruption
- Hey, my audacious recently became to behave strangely. I was using it for few days and it was doing what it supposed ...
-
00:13 Feature #244 (Closed): Sort by Length
- I needed to sort songs by their length, so I came up with this small patch.
See if it's desirable to have this fea...
January 23, 2013
-
00:23 Bug #243 (Closed): AOSD plug-in out-of-bounds array access with old Audacious config values
- Fixed:
https://github.com/audacious-media-player/audacious-plugins/commit/b02a093342d75c5b08461f9839a21068dba81141
January 22, 2013
-
15:21 Bug #243 (Closed): AOSD plug-in out-of-bounds array access with old Audacious config values
- https://bugzilla.redhat.com/show_bug.cgi?id=902796#c2
The AOSD plug-in trigger config constants have changed betwe...
January 19, 2013
-
16:04 Bug #242 (Rejected): Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- Grant Cloete wrote:
> I don't really understand the above code or anything, but are you saying that the bug is with ... -
00:09 Bug #242: Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- I don't really understand the above code or anything, but are you saying that the bug is with the OS, and not with Au...
January 15, 2013
-
00:13 Bug #242: Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- Just to be abundantly clear that there is no bug here:
xwininfo | grep "Window id" (click on main window): xwininf...
January 14, 2013
-
23:53 Bug #242: Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- The above backtrace is missing some levels due to tail-call optimization, but #12 gtk_widget_show() is being called t...
-
23:47 Bug #242: Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- ...
-
23:44 Bug #242: Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- I see two calls to XSetTransientForHint when starting Audacious in the Winamp interface with the playlist and equaliz...
-
15:13 Bug #242 (Rejected): Playlist and equalizer window in classic winamp mode don't get the correct window to be transient for if they are enabled on startup
- When starting Audacious using the classic winamp mode with playlist and/or equalizer enabled, playlist and equalizer ...
-
13:01 Bug #240: Memory leakage
- You are right. Tjx.
I've built and installed last version of pixman and cairo from git. And all good at now. -
00:09 Bug #240 (Rejected): Memory leakage
- This is most definitely a bug in Cairo:
https://bugzilla.redhat.com/show_bug.cgi?id=882976
http://cgit.freedesktop.... -
11:41 Bug #241: Handle empty lines in m3u parser
- Yes, that's what the bottom half of the patch did.
Changing split_line only avoids that split_line is called for \0.
-
02:41 Bug #241 (Closed): Handle empty lines in m3u parser
-
02:40 Bug #241 (Resolved): Handle empty lines in m3u parser
- Thanks for the patch. It was enough to change the "break" statement to a "goto NEXT" without changing split_line():
... -
01:01 Bug #241 (Closed): Handle empty lines in m3u parser
- This patch is in reply to: http://redmine.audacious-media-player.org/boards/1/topics/662
??The m3u files at slayra... -
02:59 Feature #19: Allow playlist columns to be resized
- The columns are now marked "resizable" to GTK+ [1]. I am attaching an updated patch for gtkui that will save and res...
January 13, 2013
-
23:00 Bug #240: Memory leakage
- What is the output of:...
-
18:26 Bug #240: Memory leakage
- This looks like a Cairo bug.
Quote:...
January 12, 2013
-
09:19 Bug #240 (Rejected): Memory leakage
- In one-two days audacious can eat 1-1.5GB of RAM
System:
Arch Linux 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57...
January 10, 2013
-
03:15 Bug #203: Winamp Interface does not raise all windows when focus comes back
- I'm one of the Cinnamon developers. This behavior was issued to us at https://github.com/linuxmint/Cinnamon/issues/15...
-
00:15 Bug #239 (Closed): libcdio-0.90 API change
- https://github.com/audacious-media-player/audacious-plugins/commit/4dbb9cc56edc9335de678c99816f14748a52c8ec
January 09, 2013
-
03:12 Bug #239: libcdio-0.90 API change
- Your improved patch appears to work fine with libcdio-0.90. Cheers.
-
02:32 Bug #239: libcdio-0.90 API change
- Thanks. I've changed the patch to be compatible with libcdio < 0.90. Would you please double-check that it still wo...
January 08, 2013
-
15:53 Bug #239 (Closed): libcdio-0.90 API change
- Compiling audacious-plugins-3.3.3 against libcdio-0.90 requires the following changes:
- updating the include cdio/c...
Also available in: Atom