Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
(90) |
Jul
(125) |
Aug
(48) |
Sep
(69) |
Oct
(126) |
Nov
(100) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(107) |
Feb
(83) |
Mar
(53) |
Apr
(46) |
May
(110) |
Jun
(76) |
Jul
(33) |
Aug
(52) |
Sep
(52) |
Oct
(92) |
Nov
(59) |
Dec
(89) |
2006 |
Jan
(66) |
Feb
(35) |
Mar
(47) |
Apr
(61) |
May
(57) |
Jun
(41) |
Jul
(73) |
Aug
(48) |
Sep
(162) |
Oct
(63) |
Nov
(63) |
Dec
(79) |
2007 |
Jan
(95) |
Feb
(61) |
Mar
(80) |
Apr
(71) |
May
(24) |
Jun
(60) |
Jul
(55) |
Aug
(19) |
Sep
(29) |
Oct
(52) |
Nov
(24) |
Dec
(26) |
2008 |
Jan
(58) |
Feb
(45) |
Mar
(59) |
Apr
(44) |
May
(39) |
Jun
(37) |
Jul
(45) |
Aug
(60) |
Sep
(24) |
Oct
(14) |
Nov
(27) |
Dec
(22) |
2009 |
Jan
(72) |
Feb
(60) |
Mar
(28) |
Apr
(32) |
May
(40) |
Jun
(20) |
Jul
(5) |
Aug
(17) |
Sep
(30) |
Oct
(52) |
Nov
(25) |
Dec
(108) |
2010 |
Jan
(45) |
Feb
(48) |
Mar
(89) |
Apr
(57) |
May
(40) |
Jun
(47) |
Jul
(120) |
Aug
(38) |
Sep
(38) |
Oct
(36) |
Nov
(39) |
Dec
(42) |
2011 |
Jan
(49) |
Feb
(36) |
Mar
(37) |
Apr
(37) |
May
(40) |
Jun
(39) |
Jul
(33) |
Aug
(45) |
Sep
(38) |
Oct
(41) |
Nov
(59) |
Dec
(39) |
2012 |
Jan
(69) |
Feb
(36) |
Mar
(44) |
Apr
(47) |
May
(52) |
Jun
(67) |
Jul
(59) |
Aug
(37) |
Sep
(31) |
Oct
(34) |
Nov
(36) |
Dec
(35) |
2013 |
Jan
(34) |
Feb
(25) |
Mar
(31) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(14) |
Oct
(29) |
Nov
(31) |
Dec
(32) |
2014 |
Jan
(36) |
Feb
(29) |
Mar
(36) |
Apr
(42) |
May
(113) |
Jun
(33) |
Jul
(37) |
Aug
(59) |
Sep
(38) |
Oct
(34) |
Nov
(45) |
Dec
(32) |
2015 |
Jan
(31) |
Feb
(29) |
Mar
(35) |
Apr
(31) |
May
(38) |
Jun
(30) |
Jul
(27) |
Aug
(34) |
Sep
(30) |
Oct
(34) |
Nov
(30) |
Dec
(35) |
2016 |
Jan
(36) |
Feb
(17) |
Mar
(25) |
Apr
(32) |
May
(32) |
Jun
(30) |
Jul
(37) |
Aug
(31) |
Sep
(30) |
Oct
(29) |
Nov
(47) |
Dec
(31) |
2017 |
Jan
(34) |
Feb
(33) |
Mar
(49) |
Apr
(31) |
May
(32) |
Jun
(30) |
Jul
(31) |
Aug
(31) |
Sep
(28) |
Oct
(31) |
Nov
(30) |
Dec
(32) |
2018 |
Jan
(30) |
Feb
(27) |
Mar
(28) |
Apr
(20) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
(15) |
3
(21) |
4
(3) |
5
(2) |
6
(1) |
7
(2) |
8
(4) |
9
(1) |
10
|
11
(5) |
12
(1) |
13
|
14
(1) |
15
(4) |
16
(3) |
17
(6) |
18
|
19
(1) |
20
|
21
(4) |
22
(2) |
23
|
24
(1) |
25
(3) |
26
|
27
(1) |
28
(2) |
|
|
|
|
|
From: SourceForge.net <noreply@so...> - 2005-02-22 15:09:37
|
Bugs item #1145463, was opened at 2005-02-21 15:26 Message generated for change (Comment added) made by mroi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1145463&group_id=9655 Category: xine Group: None >Status: Pending >Resolution: Works For Me Priority: 5 Submitted By: Gilles Gagniard (jaile) Assigned to: Nobody/Anonymous (nobody) Summary: Two Xine crashes when compiled with GCC 3.4.3 Initial Comment: With Xine 1.0 compiled with GCC 3.4.3 (on a Gentoo system, gcc-3.4.3 and xine-lib-1.0), Xine crashes on two different events. The first one is when I try to read an AAC file. Here is what I get when running xine-ui with the --verbose flag : gui_xine_open_and_play(): mrl: 'music.mp4', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. xine: found input plugin : file input plugin xine: found demuxer plugin: Apple Quicktime (MOV) and MPEG-4 demux plugin av_offset=0 pts spu_offset=0 pts xiTK received SIGSEGV signal, RIP. Aborted The second one is during the initialization of the Goom visualization plugin : one way to avoid it is to use another visualization plugin (like ofscope for example). However, when I recompile Xine with GCC 3.3.5 (gcc-3.3.5-r1) everything (both Goom and the AAC decoder) works perfectly ... So I guess this could indicate a bug in the xine codebase when compiled with recents GCC versions ? ---------------------------------------------------------------------- >Comment By: Michael Roitzsch (mroi) Date: 2005-02-22 16:09 Message: Logged In: YES user_id=552060 When different optimization options decide whether the resulting binary is broken or not, it usually points to a compiler problem. You could try reproducing the problem with the official libfaad decoder available on http://www.audiocoding.com/. xine-lib uses libfaad 2.0 and I think a small standalone player app is included in the tarball. Michael ---------------------------------------------------------------------- Comment By: Gilles Gagniard (jaile) Date: 2005-02-22 02:04 Message: Logged In: YES user_id=1040207 For the Goom crash, sorry to have bothered you, I solved it. The problem lied in a broken patch applied by Gentoo (xine-lib-hardened-mmx.patch for those interested). So to avoid this (all these patches), I compiled both xine-lib and xine-ui from official sources. First I compiled them in debug mode (following the instructions on the "Developer's corner" page) and the AAC playing worked ! Then after a "make distclean", I compiled them again (the official sources without any patches) with " ./configure CFLAGS='-O3 -march=pentium3 -pipe' " (that's the flags I use for everything else ...) and I obtain exactly the same crash as described. But i'm not able to give you a backtrace, as in debug mode everything works perfectly ... So maybe it's a compiler problem ? That's strange. Oh, and anyway, the same sources compiled with gcc 3.3.5 work flawlessly. ---------------------------------------------------------------------- Comment By: Michael Roitzsch (mroi) Date: 2005-02-21 16:11 Message: Logged In: YES user_id=552060 It might also indicate a bug in the compiler. Could you provide backtraces of both crashes for investigation? Michael ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1145463&group_id=9655 |
From: SourceForge.net <noreply@so...> - 2005-02-22 01:05:06
|
Bugs item #1145463, was opened at 2005-02-21 15:26 Message generated for change (Comment added) made by jaile You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1145463&group_id=9655 Category: xine Group: None >Status: Open Resolution: None Priority: 5 Submitted By: Gilles Gagniard (jaile) Assigned to: Nobody/Anonymous (nobody) Summary: Two Xine crashes when compiled with GCC 3.4.3 Initial Comment: With Xine 1.0 compiled with GCC 3.4.3 (on a Gentoo system, gcc-3.4.3 and xine-lib-1.0), Xine crashes on two different events. The first one is when I try to read an AAC file. Here is what I get when running xine-ui with the --verbose flag : gui_xine_open_and_play(): mrl: 'music.mp4', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. xine: found input plugin : file input plugin xine: found demuxer plugin: Apple Quicktime (MOV) and MPEG-4 demux plugin av_offset=0 pts spu_offset=0 pts xiTK received SIGSEGV signal, RIP. Aborted The second one is during the initialization of the Goom visualization plugin : one way to avoid it is to use another visualization plugin (like ofscope for example). However, when I recompile Xine with GCC 3.3.5 (gcc-3.3.5-r1) everything (both Goom and the AAC decoder) works perfectly ... So I guess this could indicate a bug in the xine codebase when compiled with recents GCC versions ? ---------------------------------------------------------------------- >Comment By: Gilles Gagniard (jaile) Date: 2005-02-22 02:04 Message: Logged In: YES user_id=1040207 For the Goom crash, sorry to have bothered you, I solved it. The problem lied in a broken patch applied by Gentoo (xine-lib-hardened-mmx.patch for those interested). So to avoid this (all these patches), I compiled both xine-lib and xine-ui from official sources. First I compiled them in debug mode (following the instructions on the "Developer's corner" page) and the AAC playing worked ! Then after a "make distclean", I compiled them again (the official sources without any patches) with " ./configure CFLAGS='-O3 -march=pentium3 -pipe' " (that's the flags I use for everything else ...) and I obtain exactly the same crash as described. But i'm not able to give you a backtrace, as in debug mode everything works perfectly ... So maybe it's a compiler problem ? That's strange. Oh, and anyway, the same sources compiled with gcc 3.3.5 work flawlessly. ---------------------------------------------------------------------- Comment By: Michael Roitzsch (mroi) Date: 2005-02-21 16:11 Message: Logged In: YES user_id=552060 It might also indicate a bug in the compiler. Could you provide backtraces of both crashes for investigation? Michael ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1145463&group_id=9655 |