Displaying 20 results from an estimated 200 matches similar to: "gnucash crashes on 5.1-RELEASE"
2003 Aug 04
0
Thread woes after 4.7 - 4.8 upgrade
Since upgrading our openldap (v1.2.13) server to 4.8-STABLE from 4.7-STABLE,
we've noticed that the slapd server increasingly eats up memory, before
dieing and coredumping after about 15 minutes. I rebuilt the package (via
ports), post-upgrade, to see if that fixed the problem and no dice. I've
rebuilt libc_r and the pkg with debugging symbols, yielding the following:
# gdb ./slapd.static
2004 Aug 06
0
FreeBSD 4.6-STABLE + icecast 1.3.12 problem
Hello
I managed to compile from ports (i've used package too) icecast 1.3.12.
It often works good, but sometimes i get error:
[20/Oct/2002:18:43:09] Kicking unknown 11 [195.117.29.210] [Access Denied
(libwrap (client connection))], connected for 6 seconds
[20/Oct/2002:19:12:51] Accepted encoder on mountpoint /icy_0 from
217.98.93.59. 1 sources connected
[20/Oct/2002:19:18:04] Kicking unknown
2003 Aug 13
1
Pthread woes (solved)
The following recent commit has prevented my threaded apps (slapd and icecast
in particular) from going beserk. Thanks.
$FreeBSD: src/lib/libc_r/uthread/uthread_kqueue.c,v 1.1.2.1 2003/08/10
23:52:59 mp Exp $
---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404 <|> fax: 706.542.6546
2003 Apr 07
1
Problems building the java/jdk14 port
Hi there.
I am unable to build the java/jdk14 port. I downloaded the patches
and source distribution, and get some weird HotSpot error.
I am not sure what the problem could be. Following is the relevant
output of make on the port.
Any ideas?
-- Tom
# Start of jdk build
bsd i586 1.4.1-p3 build started: 03-04-07 12:16
Syntax error: "(" unexpected
gmake[1]: Entering directory
2004 Aug 06
0
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
Not got to the bottom of it yet, but commenting out both LOG_INFO
lines in thread/thread.c stops it segfaulting. Now I'm back to the old problem
of a 128k stream not being sent fast enough to the clients.
Nick
----- Original Message -----
From: "Nick Ludlam" <nick@ivision.co.uk>
To: <icecast@xiph.org>
Sent: Monday, July 09, 2001 8:54 PM
Subject: [icecast] Problem with
2004 Aug 06
2
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
Hi,
got a little problem with the current cvs version of ices. I'm invoking it
with the following:
ices -v -F /home/nick/icetest.pls -h localhost -P <my password>
which seems to connect ok, get past password validation, and gives
me the following:
DEBUG: Sending following information to libshout:
DEBUG: Stream: 0
DEBUG: Host: localhost Port: 8000
DEBUG: Password: hack Icy Compat: 0
2004 Aug 06
0
Ices0.3 and Perl 5.8.3
Has anyone got Ices0.3 to complile and make under when linking with Perl
5.8.3?
I posted this a while back...but it needs a revival :D
<p><p>I'm sure it's a Perl problem (maybe way I've compiled it?) but here's where
'make' throws down it's gloves and runs off into the distance.
-------------------------------------------------------------------
2004 Aug 06
0
Problems with Ices0.3
With perl 5.8.3, 'configure' is fine but 'make' dies giving
-------------------------------------
/usr/lib/libc_r.so: WARNING! setkey(3) not present in the system!
/usr/lib/libc_r.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using
mkstemp()
/usr/lib/libc_r.so: WARNING! des_setkey(3) not present in
2004 Aug 06
0
Problems with Ices0.3 and Icecast
Just a shameless bump incase anyone missed this... :P
<p>>From: "Joe Jones" <joe_jones64@hotmail.com>
>Reply-To: icecast@xiph.org
>To: icecast@xiph.org
>Subject: [icecast] Problems with Ices0.3
>Date: Fri, 12 Mar 2004 15:26:23 +0000
>
>With perl 5.8.3, 'configure' is fine but 'make' dies giving
>
2003 Apr 19
3
Core dumps in KDE 3.1 something do with libc_r
Not everytime but most times when I close a program I get the application box
and in the backtrace box the error is always the same.
I've attached the blacktrace log.
Besides this KDE functions fine and never happens when using an application on
when closing one.
Bri,
-------------- next part --------------
(no debugging symbols found)...(no debugging symbols found)...
(no debugging
2001 Nov 01
0
Re: [Omega-help] RSPython_0.3.0 on FreeBSD 4.*:
Thanks for your help Duncan. Your last comment helped me to figure
out what FreeBSD was doing differently than Linux/Solaris. This fix worked
on a machine with Python 2.1, R 1.3.1 and FreeBSD 4.1. Here are the
details:
The pthreads fix: I added '-lc_r' to the PKG_LIBS definition in
src/Makevars.in. The FreeBSD 'man pthread' page suggests that adding
-pthread to the gcc statement
2003 Jan 16
1
Several problems with ogg123
I'm having several problems with ogg123 on a FreeBSD-STABLE machine. In
each case, ogg123 dumps core complaining about a bus error.
1) ogg123 plays all files at what seems like twice the correct speed. When
given a SIGINT, ogg123 dumps core. This is using the program defaults,
including the OSS driver. Here's a backtrace from gdb:
Core was generated by `ogg123'.
Program
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
Ok. I hand-modified the linux-flashplugin6 shared library to remove all
of the DT_NEEDED entries. I then modified flashpluginwrapper to add the
following functions:
void __assert_fail(const char *assertion, const char *file,
unsigned int line, const char *function)
{
fprint (stderr, "%s:%d:%s: %s\n", file, line, function, assertion);
abort ();
}
#include <ctype.h>
2004 Aug 06
1
Ices 0.3 won't play mp3 file
OK...messing with 'gdb' (of which I am completely new to)
<p>Here's is the complete output from what I've done with 'gdb'
----------------------------------------------------------------
# gdb ices
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it
2004 Aug 06
2
ices and stdin module?
I'm trying to wedge an input filter in front of ices (latest nightly
from 5/5), and if I'm using the 'stdinpcm' input module, ices segfaults
on me after a few seconds.
I'm running on FreeBSD-4.8.
Here's the relevant section of my config file:
<input>
<module>stdinpcm</module>
<param
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
All:
I cvsup'ed earlier this evening and am still able to reproduce this
panic at will. Command line, panic backtrace, dmesg, ldd output,
and mplayer version follow. If more information is needed, just let
me know.
% mplayer foo.mov [a quicktime file]
[plays for awhile, and then panics]
# gdb -k -s /usr/obj/usr/src/sys/LICHEN/kernel.debug -e /var/crash/kernel.2 -c /var/crash/vmcore.2
2003 Jul 29
2
stable libmilter leaks kqueue descriptors?
A few weeks back I upgraded my mail server to -STABLE from a 4.2-STABLE
incarnation that had been running for years. Part of recompiling
everything on the box involved disassociating my use of the
sendmail port I was using and to use the base sendmail in -STABLE.
-STABLE builds with libmilter, so I simply recompiled one of my
milter clients with the milter headers, objs, etc that were produced
2004 Apr 28
1
spandsp rxfax crashes *
Rxfax answers, makes handshake, and crashes once the page starts to send. It
receives a .tif file of 8 bytes.
Asterisk dumps core - gdb shows :
#0 0x281fd86c in t4_rx_putbit () from /usr/local/lib/libspandsp.so.0
#1 0x281fea3c in fast_putbit () from /usr/local/lib/libspandsp.so.0
#2 0x28208324 in decode_baud () from /usr/local/lib/libspandsp.so.0
#3 0x2820893f in process_baud () from
2011 Aug 29
2
APC Smart UPS at a Mac Mini
Hi,
I'm using a APC Smart UPS with a Mac Mini, connected using a USB serial converter.
Works fine so far, the Mac Mini will be shut down, a NAS connected of the network to the nut on Mac Mini will also shut down, perfect.
However, the ups will not be shut down. Very unfortunate, since the Mac will not start again, if the power comes back before the batteries are completely empty.
I read
2001 Jun 05
0
FreeBSD Security Advisory: FreeBSD-SA-01:40.fts
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-01:40 Security Advisory
FreeBSD, Inc.
Topic: fts(3) routines contain race condition
Category: core
Module: libc
Announced: 2001-06-04