similar to: xmlEncodeEntitiesReentrant error

Displaying 20 results from an estimated 6000 matches similar to: "xmlEncodeEntitiesReentrant error"

2009 Dec 08
0
Memory leak on Icecast 2.3.2 / Debian ?
Romain Beauxis wrote: > Le mardi 8 d?cembre 2009 05:36:53, Jussi Kukkonen a ?crit : >>> The valgrind output seems to indicate a leak in libxml2, I'm gonna try >>> to see if this is linked to the way the icecast or libxml package is >>> compiled/patched in debian, but I'm not too familiar with this kind of >>> problems, so if you have something to
2009 Dec 08
2
Memory leak on Icecast 2.3.2 / Debian ?
Hi all ! Le mardi 8 d?cembre 2009 05:36:53, Jussi Kukkonen a ?crit : > > The valgrind output seems to indicate a leak in libxml2, I'm gonna try > > to see if this is linked to the way the icecast or libxml package is > > compiled/patched in debian, but I'm not too familiar with this kind of > > problems, so if you have something to say about this issue, I'd
2009 Dec 08
2
Memory leak on Icecast 2.3.2 / Debian ?
Hi, I've been noticing a huge memory usage on Icecast 2.3.2 on multiple debian instances. They are using like 100 MB after a day and going on until they hit like 1 GB.. So I ran one in valgrind, and killed it after ~24h, here is the output: ==30481== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 38 from 3) ==30481== malloc/free: in use at exit: 44,448,584 bytes in 44,470 blocks.
2010 Aug 07
0
icecast/libxml2 leaks memory on FC13
Hi, the reporting person has tried also with vanilla icecast source compiled. The setup is: Liquidsoap in MP3 mode sending a stream Winamp pulling the stream A flash applet requesting a custom XSLT file every 10s The output of valgrind is: ==13821== ==13821== HEAP SUMMARY: ==13821== in use at exit: 1,744,928 bytes in 4,194 blocks ==13821== total heap usage: 41,508 allocs, 37,314 frees,
2009 Dec 09
2
Memory leak on Icecast 2.3.2 / Debian ?
On 08/12/09 20:44, Jussi Kukkonen wrote: > I'm not a icecast developer so I have very little idea what the code in > question does or how to test it. As a matter of fact I don't even have a > build environment (or time) available here, this is why I didn't send a > patch. > > But since you asked, attached are the missing frees for icecast2_2.3.2-4 > in a totally
2005 Feb 07
2
Icecast dropping streams
Hi, I had my stream running from ezstream 0.1.2 to icecast 2.2.0. It's been going for about a week, but two days ago I changed my icecast.xml. Since then, Icecast dropped my sources and stopped transmission twice. Everytime, it spew out xmlEncodeEntitiesReentrant : char out of range on STDERR and [2005-02-07 01:14:47] WARN source/get_next_buffer Disconnecting source due to socket
2009 Dec 12
2
Memory leak on Icecast 2.3.2 / Debian ?
On 09/12/2009 16:59, Romain Beauxis wrote: > Hi ! > > Le mardi 8 d?cembre 2009 19:59:23, Karl Heyes a ?crit : >>> But since you asked, attached are the missing frees for icecast2_2.3.2-4 >>> in a totally untested drive-by-patching manner. Like I said the -kh17 I >>> also happened to have did not have this specific code at all and the >>>
2007 May 03
5
INBOX inaccessible
Hi, One of my users can't read message of his Inbox, he can view subject of message with Thunderbird or Squirrelmail and IMAP but when he click on a message in order to read it he has thess messages with Thunderbird : The current command did not succeed. Invalidmessageset: 1181461470:-1181461446. ou 1181461444:* ou 1181461444:-1181461445 with Squirrelmail : SquirrelMail: ERREUR ERREUR: Le
2005 Feb 07
0
Icecast dropping streams
On Mon, 2005-02-07 at 14:05, Alek Andreev wrote: > Hi, > > I had my stream running from ezstream 0.1.2 to icecast 2.2.0. It's been > going for about a week, but two days ago I changed my icecast.xml. Since > then, Icecast dropped my sources and stopped transmission twice. > Everytime, it spew out > > xmlEncodeEntitiesReentrant : char out of range These are usually
2010 May 13
0
Memory leak on Icecast 2.3.2 / Debian ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 re all, this patch has not been integrated in Debian yet, hence the Icecast2 package still segfaults after filling up all the memory with its leak. as this is a critical bug, while it seems that the current Debian mantainer for the icecast2 package has abandoned its duty, i'm kindly asking the attention of debian developers included
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone! During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done: 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp: SOURCES windows.c 2) Symbian OS
2006 Oct 20
0
To symbian and speex developers! Building instructions
I think this mail was intended for the group. jean, please change that one line in filters.c (I too confirm this change in my symbian build). the mmp file should also be updated by including the windows.c. I also recommend taking out mfd.c from the mmp file as the ARM cpu is too slow to support echo cancellation and preprocessing that require floats. thanks payu, for the input. i remeber
2006 Oct 23
0
Bug with the new preprocessor
What frame size are you using? Jean-Marc Ouss a ?crit : > Hello, > > I have an (Access violation reading location) on line 115 in the fftwrap.c : > out[i] = scale*in[i]; > > with i = 1193 > > Only with preprocessor active > Systems : Visual studio 2005, XP, WB 16000 Hz, last svn. > > Hope it helps you. > > Ouss > > > -----Original
2011 Nov 15
2
I can browse but can't modify or create files
Hello, I am having trouble getting my samba share to work properly. We are running CentOS and the samba version is samba.x86_64 3.0.33-3.29.el5_7.4 The problem that I am having is that I can see all the shares and browse the directories but I can not create or modify files. Whenever I try to create or modify a file I get an "Access Denied" pop-up window. This is
2006 Oct 22
2
Bug with the new preprocessor
Hello, I have an (Access violation reading location) on line 115 in the fftwrap.c : out[i] = scale*in[i]; with i = 1193 Only with preprocessor active Systems : Visual studio 2005, XP, WB 16000 Hz, last svn. Hope it helps you. Ouss -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of speex-dev-request@xiph.org Sent: dimanche 22 octobre
2006 Oct 23
0
Bug with the new preprocessor
Can you provide me with a backtrace? It's quite hard to see what could happen. Also, can you reproduce the problem with testdenoise or only with your own code? Jean-Marc Ouss a ?crit : > The frame size is 320 > > Ouss > > > > -----Original Message----- > From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] > Sent: lundi 23 octobre 2006 18:26 > To:
2006 Oct 23
2
Bug with the new preprocessor
The frame size is 320 Ouss -----Original Message----- From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] Sent: lundi 23 octobre 2006 18:26 To: Ouss Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] Bug with the new preprocessor What frame size are you using? Jean-Marc Ouss a ?crit : > Hello, > > I have an (Access violation reading location) on line 115 in the fftwrap.c
2011 May 23
4
Transcode from AAC to MP3 (or vice versa)
Hi To continue the interesting streamTranscode thread but in a slightly different direction, I have a user station that would like to send us a 64kbps AAC stream and have us transcode that to 64kbps MP3 and 32kbps AAC - is this possible? Points to consider: a) we would be happy to go with another permutation such as: she sends us 64kbps MP3 and we convert that to 64kbps AAC and 32kbps ACC. b)
2010 Aug 24
1
Disk full message with non full disk
Hello I'm having some disk full messages in several windows xp clients.The disk have a lot space free. I'm using Centos 5.5 with the samba centos official package. samba-3.0.33-3.29 Maybe a samba bug ? Any advice ? Thanks a lot for any help regards roberto This is my smb.conf #======================= Global Settings ===================================== [global] #
2010 Mar 18
2
Icecast segfault error
Hi My Icecast server has failed. There is a segfault with libc-2.7.so Mar 18 17:13:51 icecast kernel: icecast[18015]: segfault at 0 ip 001cbdcb sp bf816cc0 error 4 in libc-2.7.so[19e000+153000] I have downloaded a new copy of glibc-2.7-2.i686.rpm and installed it thus: rpm -Uvh --force glibc-2.7-2.i686.rpm But still the error remains. What can I do next? Do I need to install glib-devel-2.7