Re: [analog-help] Re: anaolg 6.0 out of memory error on OS X

2005-04-12 Thread frank h.
jeremy thanks for your answer
But how come everything worked with 5.91beta and 5.92beta?
to me it looks suspiciosly like a bug introduced with 6.0

On Apr 11, 2005 6:18 PM, Jeremy Wadsack [EMAIL PROTECTED] wrote:
 I believe this is in the known bugs list (http://analog.cx/bugs.html).
 Analog crashes on OS X with DNS lookups using the standard system
 commands. Analog has no problems on other Unixes using the same
 commands. Although other OS X programs don't seem to have this problem,
 they may be using different sys calls or may be doing less with them.
 
 --
 Jeremy Wadsack
 Seven Simple Machines
 
 
 frank h. wrote:
 
 I have a similar problem now on another OS X machine. Again, during
 DNS lookups, I get an out of memory error:
 
 D: Looking up 172.216.124.121:
 D:   resolved to host81-157-103-28.range81-157.btcentralplus.com
 D: Looking up 217.43.51.157:
 D:   resolved to host217-43-51-157.range217-43.btcentralplus.com
 D: Looking up 194.113.40.50:
 D:   resolved to herkules.muenchen.de
 D: Looking up 202.156.2.18:
 *** malloc: vm_allocate(size=131072) failed (error code=4294966995)
 *** malloc[3350]: error: Can't allocate region
 mach_port_type() failed (ipc/mig) wrong reply message ID
 task_get_bootstrap_port() failed (ipc/mig) wrong reply message ID
 Abort trap
 
 
 my config file contains the HOSLOWMEM 1 directive, but that doesnt seem to 
 help:
 
 HOSTLOWMEM 1
 DNSFILE /Users/frank/Sites/analog/captnswing_dnscache.txt
 DNS WRITE
 DNSTIMEOUT 10
 DEBUG +D
 DNSBADHOURS  1
 DNSGOODHOURS 1
 
 what could be wrong?
 thanks for any help
 -frank
 
 
 On Feb 7, 2005 1:54 PM, frank h. [EMAIL PROTECTED] wrote:
 
 
 hello, I am running analog 6.0 on OS X 10.3.7
 
 during DNS lookups, i get an out of memory error:
 
 D: Looking up 213.101.179.243:
 D:   resolved to m213-101-179-243.swipnet.se
 D: Looking up 82.182.92.245:
 D:   resolved to 1-1-3-8a.han.sth.bostream.se
 analog: [12:44:47] 1250 lines read
 D: Looking up 62.135.153.63:
 D:   can't resolve
 *** malloc: vm_allocate(size=32768) failed (error code=4294966995)
 *** malloc[12747]: error: Can't allocate region
 analog: Fatal error: Ran out of memory: cannot continue: exiting
   (For help on all errors and warnings, see docs/errors.html)
 
 the DNS relevant portions of my config file look like this:
 
 #-#
 #  DNS Configuration  #
 #-#
 
 # the dns cache
 DNSFILE /usr/local/var/analog/dnscache
 
 # resolve addresses, add new ones to file
 DNS WRITE
 
 # 10sec timeout
 DNSTIMEOUT 10
 
 # show dns resolutions
 DEBUG +D
 
 # DNS lookups valid forever
 DNSBADHOURS  1
 DNSGOODHOURS 1
 
 I didnt have any such problems with 5.32 and 5.91. any help is very
 much appreciated
 thanks,
 -frank
 
 
 
 +
 |  TO UNSUBSCRIBE from this list:
 |http://lists.meer.net/mailman/listinfo/analog-help
 |
 |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
 |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
 +
 
 
 
 
 
 +
 |  TO UNSUBSCRIBE from this list:
 |http://lists.meer.net/mailman/listinfo/analog-help
 |
 |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
 |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
 +

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Re: anaolg 6.0 out of memory error on OS X

2005-04-12 Thread Jeremy Wadsack
Ok, I guess I missed the part about no previous errors. I don't think 
there were any significant changes to the code between 5.92beta2 ans 
6.0. If you do a recursive diff on the source trees you might be able to 
identify what caused this change in behavior.


frank h. wrote:
jeremy thanks for your answer
But how come everything worked with 5.91beta and 5.92beta?
to me it looks suspiciosly like a bug introduced with 6.0
On Apr 11, 2005 6:18 PM, Jeremy Wadsack [EMAIL PROTECTED] wrote:
 

I believe this is in the known bugs list (http://analog.cx/bugs.html).
Analog crashes on OS X with DNS lookups using the standard system
commands. Analog has no problems on other Unixes using the same
commands. Although other OS X programs don't seem to have this problem,
they may be using different sys calls or may be doing less with them.
--
Jeremy Wadsack
Seven Simple Machines
frank h. wrote:
   

I have a similar problem now on another OS X machine. Again, during
DNS lookups, I get an out of memory error:
D: Looking up 172.216.124.121:
D:   resolved to host81-157-103-28.range81-157.btcentralplus.com
D: Looking up 217.43.51.157:
D:   resolved to host217-43-51-157.range217-43.btcentralplus.com
D: Looking up 194.113.40.50:
D:   resolved to herkules.muenchen.de
D: Looking up 202.156.2.18:
*** malloc: vm_allocate(size=131072) failed (error code=4294966995)
*** malloc[3350]: error: Can't allocate region
mach_port_type() failed (ipc/mig) wrong reply message ID
task_get_bootstrap_port() failed (ipc/mig) wrong reply message ID
Abort trap
my config file contains the HOSLOWMEM 1 directive, but that doesnt seem to 
help:
HOSTLOWMEM 1
DNSFILE /Users/frank/Sites/analog/captnswing_dnscache.txt
DNS WRITE
DNSTIMEOUT 10
DEBUG +D
DNSBADHOURS  1
DNSGOODHOURS 1
what could be wrong?
thanks for any help
-frank
On Feb 7, 2005 1:54 PM, frank h. [EMAIL PROTECTED] wrote:
 

hello, I am running analog 6.0 on OS X 10.3.7
during DNS lookups, i get an out of memory error:
D: Looking up 213.101.179.243:
D:   resolved to m213-101-179-243.swipnet.se
D: Looking up 82.182.92.245:
D:   resolved to 1-1-3-8a.han.sth.bostream.se
analog: [12:44:47] 1250 lines read
D: Looking up 62.135.153.63:
D:   can't resolve
*** malloc: vm_allocate(size=32768) failed (error code=4294966995)
*** malloc[12747]: error: Can't allocate region
analog: Fatal error: Ran out of memory: cannot continue: exiting
(For help on all errors and warnings, see docs/errors.html)
the DNS relevant portions of my config file look like this:
#-#
#  DNS Configuration  #
#-#
# the dns cache
DNSFILE /usr/local/var/analog/dnscache
# resolve addresses, add new ones to file
DNS WRITE
# 10sec timeout
DNSTIMEOUT 10
# show dns resolutions
DEBUG +D
# DNS lookups valid forever
DNSBADHOURS  1
DNSGOODHOURS 1
I didnt have any such problems with 5.32 and 5.91. any help is very
much appreciated
thanks,
-frank

   

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+

 

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+
   

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+
 

--
Jeremy Wadsack
Seven Simple Machines
+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Re: anaolg 6.0 out of memory error on OS X

2005-04-11 Thread Jeremy Wadsack
I believe this is in the known bugs list (http://analog.cx/bugs.html). 
Analog crashes on OS X with DNS lookups using the standard system 
commands. Analog has no problems on other Unixes using the same 
commands. Although other OS X programs don't seem to have this problem, 
they may be using different sys calls or may be doing less with them.

--
Jeremy Wadsack
Seven Simple Machines
frank h. wrote:
I have a similar problem now on another OS X machine. Again, during
DNS lookups, I get an out of memory error:
D: Looking up 172.216.124.121:
D:   resolved to host81-157-103-28.range81-157.btcentralplus.com
D: Looking up 217.43.51.157:
D:   resolved to host217-43-51-157.range217-43.btcentralplus.com
D: Looking up 194.113.40.50:
D:   resolved to herkules.muenchen.de
D: Looking up 202.156.2.18:
*** malloc: vm_allocate(size=131072) failed (error code=4294966995)
*** malloc[3350]: error: Can't allocate region
mach_port_type() failed (ipc/mig) wrong reply message ID
task_get_bootstrap_port() failed (ipc/mig) wrong reply message ID
Abort trap
my config file contains the HOSLOWMEM 1 directive, but that doesnt seem to 
help:
HOSTLOWMEM 1
DNSFILE /Users/frank/Sites/analog/captnswing_dnscache.txt
DNS WRITE
DNSTIMEOUT 10
DEBUG +D
DNSBADHOURS  1
DNSGOODHOURS 1
what could be wrong?
thanks for any help
-frank
On Feb 7, 2005 1:54 PM, frank h. [EMAIL PROTECTED] wrote:
 

hello, I am running analog 6.0 on OS X 10.3.7
during DNS lookups, i get an out of memory error:
D: Looking up 213.101.179.243:
D:   resolved to m213-101-179-243.swipnet.se
D: Looking up 82.182.92.245:
D:   resolved to 1-1-3-8a.han.sth.bostream.se
analog: [12:44:47] 1250 lines read
D: Looking up 62.135.153.63:
D:   can't resolve
*** malloc: vm_allocate(size=32768) failed (error code=4294966995)
*** malloc[12747]: error: Can't allocate region
analog: Fatal error: Ran out of memory: cannot continue: exiting
 (For help on all errors and warnings, see docs/errors.html)
the DNS relevant portions of my config file look like this:
#-#
#  DNS Configuration  #
#-#
# the dns cache
DNSFILE /usr/local/var/analog/dnscache
# resolve addresses, add new ones to file
DNS WRITE
# 10sec timeout
DNSTIMEOUT 10
# show dns resolutions
DEBUG +D
# DNS lookups valid forever
DNSBADHOURS  1
DNSGOODHOURS 1
I didnt have any such problems with 5.32 and 5.91. any help is very
much appreciated
thanks,
-frank
   

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+
 

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+