I had searched and found that article before - unfortunately, I'm 
running on Windows, which doesn't have a ulimit equivalent.

At 01:30 PM 3/24/2010, Thomas Eckardt wrote:

>maybe this will help
>
>http://www.red-mercury.com/blog/eclectic-tech/perl-out-of-memory-with-solution/
>
>Thomas
>
>
>
>Von:    Scott MacLean <a...@hollsco.com>
>An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
>Datum:  24.03.2010 16:35
>Betreff:        Re: [Assp-test] Assp dying
>
>
>
>Still seeing out of memory errors in 2.0.2 1.0.07:
>
>Out of memory!
>Callback called exit at assp.pl line 17744.
>
>Out of memory!
>Callback called exit at assp.pl line 17769.
>
>
>At 03:35 PM 3/23/2010, Thomas Eckardt wrote:
>
> > >while (time - $itime <= $maxBombSearchTime && $text =~ s/($regex)//) {
> >this should be improved since 2.0.2 1.0.06 - try the full regexes
> >
> >
> > >($ret) = ('4'.unpack 'B32', pack 'C4', split /\./xms,
>$ip)=~/($reRE)/xms;
> >
> >This could not be changed.
> >
> > >per the debugSignal.txt file:
> >what an unexpected signal is found ?
> >
> >Thomas
> >
> >
> >
> >
> >Von:    "Masood Rahim" <mas...@intertune.com>
> >An:     <assp-test@lists.sourceforge.net>
> >Datum:  22.03.2010 18:26
> >Betreff:        Re: [Assp-test] Assp dying
> >
> >
> >
> >
> >So after using the mysql db and tweaking some settings on 2 servers here
> >are
> >my findings on my problem:
> >
> >Both servers die complaining about the following line in the
> >debugSignal.txt
> >(I think this might be related to Scott's issue):
> >while (time - $itime <= $maxBombSearchTime && $text =~ s/($regex)//) {
> >
> >I turned off all the regex/spam bomb stuff and that error went away.  As
>a
> >result one server has been online for almost 72 hours straight without
> >having the assp process die.  The other server still keeps dying at the
> >following line (CIDR section) as per the debugSignal.txt file:
> >
> >($ret) = ('4'.unpack 'B32', pack 'C4', split /\./xms, $ip)=~/($reRE)/xms;
> >
> >Masood
> >
> >-----Original Message-----
> >From: assp-test-requ...@lists.sourceforge.net
> >[mailto:assp-test-requ...@lists.sourceforge.net]
> >Sent: Sunday, March 21, 2010 1:51 PM
> >To: assp-test@lists.sourceforge.net
> >Subject: Assp-test Digest, Vol 32, Issue 40
> >
> >Send Assp-test mailing list submissions to
> >                  assp-test@lists.sourceforge.net
> >
> >To subscribe or unsubscribe via the World Wide Web, visit
> >                  https://lists.sourceforge.net/lists/listinfo/assp-test
> >or, via email, send a message with subject or body 'help' to
> >                  assp-test-requ...@lists.sourceforge.net
> >
> >You can reach the person managing the list at
> >                  assp-test-ow...@lists.sourceforge.net
> >
> >When replying, please edit your Subject line so it is more specific than
> >"Re: Contents of Assp-test digest..."
> >
> >
> >Today's Topics:
> >
> >    1. Delay broken ? (Pascal Dreissen)
> >    2. Re: Delay broken ? (Thomas Eckardt)
> >    3. Re: Delay broken ? (Thomas Eckardt)
> >    4. Re: Delay broken ? (Pascal Dreissen)
> >    5. Re: Delay broken ? (Thomas Eckardt)
> >    6. Assp 2.0.2 1.0.05 (admin)
> >    7. Assp 2.0.2 1.0.05 error (admin)
> >
> >
> >----------------------------------------------------------------------
> >
> >Message: 1
> >Date: Sun, 21 Mar 2010 17:29:54 +0100
> >From: Pascal Dreissen <pas...@dreissen.nl>
> >Subject: [Assp-test] Delay broken ?
> >To: development mailing list ASSP <assp-test@lists.sourceforge.net>
> >Message-ID:
><frog.46999a4693.ca5adec0-f474-4da1-8a8c-06e55de7e...@dreissen.nl>
> >Content-Type: text/plain; charset=us-ascii
> >
> >I am seeing these entries a lot since 1.0.0.3 (2.0.2)
> >
> >Mar-21-10 17:26:32 lnxmail01-88792-05243 [Worker_1] [TLS-in] [TLS-out]
> >194.48.214.21 <bounce-nl-708...@moneymiljonair.nl> late triplet
> >encountered,
> >deleting: (194.48.214.0,bounce-n...@moneymiljonair.nl,x...@xxxx.nl)
> >waited:
> >14689d 16h 26m 32s
> >
> >Is the delay mechanism broken ? Because the above message repeats comming
> >in
> >(so the triplet is not removed from the db)  I Tried:
> >
> >1) Stopping ASSP and deleting delaydb, which did not help, still these
> >message come in.
> >
> >Perl 5.10.1
> >ASSP 2.0.2 (1.0.03)
> >
> >Grtz,
> >
> >Pascal
> >
> >
> >
> >
> >------------------------------
> >
> >Message: 2
> >Date: Sun, 21 Mar 2010 19:52:29 +0100
> >From: Thomas Eckardt <thomas.ecka...@thockar.com>
> >Subject: Re: [Assp-test] Delay broken ?
> >To: ASSP development mailing list <assp-test@lists.sourceforge.net>
> >Message-ID:
> >
> ><titc.569621c0dd.ofbf1a0728.dfcddbcf-onc12576ed.006782d3-c12576ed.0067a...@t
> >hockar.com>
> >
> >Content-Type: text/plain; charset="US-ASCII"
> >
> > >14689d 16h 26m 32s
> >
> >There is value of '0' returned - there must be a bug in the new fetch
>sub.
> >
> >Thomas
> >
> >
> >
> >
> >Von:    Pascal Dreissen <pas...@dreissen.nl>
> >An:     development mailing list ASSP <assp-test@lists.sourceforge.net>
> >Datum:  21.03.2010 17:50
> >Betreff:        [Assp-test] Delay broken ?
> >
> >
> >
> >I am seeing these entries a lot since 1.0.0.3 (2.0.2)
> >
> >Mar-21-10 17:26:32 lnxmail01-88792-05243 [Worker_1] [TLS-in] [TLS-out]
> >194.48.214.21 <bounce-nl-708...@moneymiljonair.nl> late triplet
> >encountered,
> >deleting:
> >(194.48.214.0,bounce-n...@moneymiljonair.nl,x...@xxxx.nl) waited: 14689d
> >16h
> >26m 32s
> >
> >Is the delay mechanism broken ? Because the above message repeats comming
> >in
> >(so the triplet is not removed from the db)  I Tried:
> >
> >1) Stopping ASSP and deleting delaydb, which did not help, still these
> >message come in.
> >
> >Perl 5.10.1
> >ASSP 2.0.2 (1.0.03)
> >
> >Grtz,
> >
> >Pascal
> >
> >
> >----------------------------------------------------------------------------
> >--
> >Download Intel&#174; Parallel Studio Eval Try the new software tools for
> >yourself. Speed compiling, find bugs proactively, and fine-tune
> >applications
> >for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >
> >
> >DISCLAIMER:
> >*******************************************************
> >This email and any files transmitted with it may be confidential, legally
> >privileged and protected in law and are intended solely for the use of
>the
> >
> >
> >individual to whom it is addressed.
> >This email was multiple times scanned for viruses. There should be no
> >known
> >virus in this email!
> >*******************************************************
> >
> >
> >
> >
> >------------------------------
> >
> >Message: 3
> >Date: Sun, 21 Mar 2010 20:05:27 +0100
> >From: Thomas Eckardt <thomas.ecka...@thockar.com>
> >Subject: Re: [Assp-test] Delay broken ?
> >To: ASSP development mailing list <assp-test@lists.sourceforge.net>
> >Message-ID:
> >
> ><titc.3696824936.of00996791.2334ecef-onc12576ed.0068c214-c12576ed.0068d...@t
> >hockar.com>
> >
> >Content-Type: text/plain; charset="us-ascii"
> >
> >Pascal - please try 2.0.2 1.0.05 from CVS !
> >
> >Thomas
> >
> >
> >
> >
> >Von:    Pascal Dreissen <pas...@dreissen.nl>
> >An:     development mailing list ASSP <assp-test@lists.sourceforge.net>
> >Datum:  21.03.2010 17:50
> >Betreff:        [Assp-test] Delay broken ?
> >
> >
> >
> >I am seeing these entries a lot since 1.0.0.3 (2.0.2)
> >
> >Mar-21-10 17:26:32 lnxmail01-88792-05243 [Worker_1] [TLS-in] [TLS-out]
> >194.48.214.21 <bounce-nl-708...@moneymiljonair.nl> late triplet
> >encountered, deleting:
> >(194.48.214.0,bounce-n...@moneymiljonair.nl,x...@xxxx.nl) waited: 14689d
> >16h 26m 32s
> >
> >Is the delay mechanism broken ? Because the above message repeats comming
> >in (so the triplet is not removed from the db)  I Tried:
> >
> >1) Stopping ASSP and deleting delaydb, which did not help, still these
> >message come in.
> >
> >Perl 5.10.1
> >ASSP 2.0.2 (1.0.03)
> >
> >Grtz,
> >
> >Pascal
> >
> >
> >----------------------------------------------------------------------------
> >--
> >Download Intel&#174; Parallel Studio Eval
> >Try the new software tools for yourself. Speed compiling, find bugs
> >proactively, and fine-tune applications for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >
> >
> >DISCLAIMER:
> >*******************************************************
> >This email and any files transmitted with it may be confidential, legally
> >privileged and protected in law and are intended solely for the use of
>the
> >
> >
> >individual to whom it is addressed.
> >This email was multiple times scanned for viruses. There should be no
> >known virus in this email!
> >*******************************************************
> >
> >
> >
> >------------------------------
> >
> >Message: 4
> >Date: Sun, 21 Mar 2010 20:13:54 +0100
> >From: Pascal Dreissen <pas...@dreissen.nl>
> >Subject: Re: [Assp-test] Delay broken ?
> >To: ASSP development mailing list <assp-test@lists.sourceforge.net>
> >Message-ID: 
> ><frog.9700870262.e8ba38bd-9c1c-4aea-8dde-c01a1af43...@dreissen.nl>
> >Content-Type: text/plain; charset=us-ascii
> >
> >I can confirm, is working again .. thanks!
> >
> >Op 21 mrt 2010, om 20:05 heeft Thomas Eckardt het volgende geschreven:
> >
> > > Pascal - please try 2.0.2 1.0.05 from CVS !
> > >
> > > Thomas
> > >
> > >
> > >
> > >
> > > Von:    Pascal Dreissen <pas...@dreissen.nl>
> > > An:     development mailing list ASSP
><assp-test@lists.sourceforge.net>
> > > Datum:  21.03.2010 17:50
> > > Betreff:        [Assp-test] Delay broken ?
> > >
> > >
> > >
> > > I am seeing these entries a lot since 1.0.0.3 (2.0.2)
> > >
> > > Mar-21-10 17:26:32 lnxmail01-88792-05243 [Worker_1] [TLS-in] [TLS-out]
> > > 194.48.214.21 <bounce-nl-708...@moneymiljonair.nl> late triplet
> > > encountered, deleting:
> > > (194.48.214.0,bounce-n...@moneymiljonair.nl,x...@xxxx.nl) waited:
>14689d
> >
> > > 16h 26m 32s
> > >
> > > Is the delay mechanism broken ? Because the above message repeats
> >comming
> > > in (so the triplet is not removed from the db)  I Tried:
> > >
> > > 1) Stopping ASSP and deleting delaydb, which did not help, still these
> > > message come in.
> > >
> > > Perl 5.10.1
> > > ASSP 2.0.2 (1.0.03)
> > >
> > > Grtz,
> > >
> > > Pascal
> > >
> > >
> > >
> >----------------------------------------------------------------------------
> >--
> > > Download Intel&#174; Parallel Studio Eval
> > > Try the new software tools for yourself. Speed compiling, find bugs
> > > proactively, and fine-tune applications for parallel performance.
> > > See why Intel Parallel Studio got high marks during beta.
> > > http://p.sf.net/sfu/intel-sw-dev
> > > _______________________________________________
> > > Assp-test mailing list
> > > Assp-test@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/assp-test
> > >
> > >
> > >
> > >
> > > DISCLAIMER:
> > > *******************************************************
> > > This email and any files transmitted with it may be confidential,
> >legally
> > > privileged and protected in law and are intended solely for the use of
> >the
> >
> > >
> > > individual to whom it is addressed.
> > > This email was multiple times scanned for viruses. There should be no
> > > known virus in this email!
> > > *******************************************************
> > >
> > >
> > >
> >----------------------------------------------------------------------------
> >--
> > > Download Intel&#174; Parallel Studio Eval
> > > Try the new software tools for yourself. Speed compiling, find bugs
> > > proactively, and fine-tune applications for parallel performance.
> > > See why Intel Parallel Studio got high marks during beta.
> > >
> >
>http://p.sf.net/sfu/intel-sw-dev____________________________________________
>
> >
> >___
> > > Assp-test mailing list
> > > Assp-test@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >
> >
> >------------------------------
> >
> >Message: 5
> >Date: Sun, 21 Mar 2010 20:33:05 +0100
> >From: Thomas Eckardt <thomas.ecka...@thockar.com>
> >Subject: Re: [Assp-test] Delay broken ?
> >To: ASSP development mailing list <assp-test@lists.sourceforge.net>
> >Message-ID:
> >
> ><titc.9696e8771c.of19e055b6.b3861cf5-onc12576ed.006b39f0-c12576ed.006b6...@t
> >hockar.com>
> >
> >Content-Type: text/plain; charset="us-ascii"
> >
> >I'm sorry. It was caused by a missing semicolon ';' - which was not (like
> >expected) resulting in a syntax error.
> >
> >Thomas
> >
> >
> >
> >
> >Von:    Pascal Dreissen <pas...@dreissen.nl>
> >An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
> >Datum:  21.03.2010 20:14
> >Betreff:        Re: [Assp-test] Delay broken ?
> >
> >
> >
> >I can confirm, is working again .. thanks!
> >
> >Op 21 mrt 2010, om 20:05 heeft Thomas Eckardt het volgende geschreven:
> >
> > > Pascal - please try 2.0.2 1.0.05 from CVS !
> > >
> > > Thomas
> > >
> > >
> > >
> > >
> > > Von:    Pascal Dreissen <pas...@dreissen.nl>
> > > An:     development mailing list ASSP
><assp-test@lists.sourceforge.net>
> > > Datum:  21.03.2010 17:50
> > > Betreff:        [Assp-test] Delay broken ?
> > >
> > >
> > >
> > > I am seeing these entries a lot since 1.0.0.3 (2.0.2)
> > >
> > > Mar-21-10 17:26:32 lnxmail01-88792-05243 [Worker_1] [TLS-in] [TLS-out]
> > > 194.48.214.21 <bounce-nl-708...@moneymiljonair.nl> late triplet
> > > encountered, deleting:
> > > (194.48.214.0,bounce-n...@moneymiljonair.nl,x...@xxxx.nl) waited:
>14689d
> >
> >
> > > 16h 26m 32s
> > >
> > > Is the delay mechanism broken ? Because the above message repeats
> >comming
> > > in (so the triplet is not removed from the db)  I Tried:
> > >
> > > 1) Stopping ASSP and deleting delaydb, which did not help, still these
> > > message come in.
> > >
> > > Perl 5.10.1
> > > ASSP 2.0.2 (1.0.03)
> > >
> > > Grtz,
> > >
> > > Pascal
> > >
> > >
> > >
> >----------------------------------------------------------------------------
> >--
> > > Download Intel&#174; Parallel Studio Eval
> > > Try the new software tools for yourself. Speed compiling, find bugs
> > > proactively, and fine-tune applications for parallel performance.
> > > See why Intel Parallel Studio got high marks during beta.
> > > http://p.sf.net/sfu/intel-sw-dev
> > > _______________________________________________
> > > Assp-test mailing list
> > > Assp-test@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/assp-test
> > >
> > >
> > >
> > >
> > > DISCLAIMER:
> > > *******************************************************
> > > This email and any files transmitted with it may be confidential,
> >legally
> > > privileged and protected in law and are intended solely for the use of
> >the
> > >
> > > individual to whom it is addressed.
> > > This email was multiple times scanned for viruses. There should be no
> > > known virus in this email!
> > > *******************************************************
> > >
> > >
> > >
> >----------------------------------------------------------------------------
> >--
> > > Download Intel&#174; Parallel Studio Eval
> > > Try the new software tools for yourself. Speed compiling, find bugs
> > > proactively, and fine-tune applications for parallel performance.
> > > See why Intel Parallel Studio got high marks during beta.
> > >
> >
>http://p.sf.net/sfu/intel-sw-dev____________________________________________
>
> >
> >___
> >
> > > Assp-test mailing list
> > > Assp-test@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >----------------------------------------------------------------------------
> >--
> >Download Intel&#174; Parallel Studio Eval
> >Try the new software tools for yourself. Speed compiling, find bugs
> >proactively, and fine-tune applications for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >
> >
> >DISCLAIMER:
> >*******************************************************
> >This email and any files transmitted with it may be confidential, legally
> >privileged and protected in law and are intended solely for the use of
>the
> >
> >
> >individual to whom it is addressed.
> >This email was multiple times scanned for viruses. There should be no
> >known virus in this email!
> >*******************************************************
> >
> >
> >
> >------------------------------
> >
> >Message: 6
> >Date: Sun, 21 Mar 2010 21:38:01 +0100
> >From: "admin" <ad...@dc0dam.de>
> >Subject: [Assp-test] Assp 2.0.2 1.0.05
> >To: <assp-test@lists.sourceforge.net>
> >Message-ID: <4ba691b90200001300000...@mail.dc0dam.de>
> >Content-Type: text/plain; charset=UTF-8
> >
> >Hallo Thomas,
> >here is an other mistake in that Version :
> >
> >M?r-21-10 to run
> >line 60.
> >line 1.
> >line 1.
> >
> >Bye the way, have you an idea, why assp write "M?r" as month in the
> >logfile ?
> >
> >Best regards
> >Ralf
> >
> >
> >
> >
> >------------------------------
> >
> >Message: 7
> >Date: Sun, 21 Mar 2010 21:46:25 +0100
> >From: "admin" <ad...@dc0dam.de>
> >Subject: [Assp-test] Assp 2.0.2 1.0.05 error
> >To: <assp-test@lists.sourceforge.net>
> >Message-ID: <4ba693b10200001300000...@mail.dc0dam.de>
> >Content-Type: text/plain; charset=UTF-8
> >
> >Sorry but the Error-Message from my last mail is broken.
> >
> >M?r-21-10 21:27:27 [Worker_10001] Error: rebuildspamdb failed - Global
> >symbol "$VerBerkeley" requires explicit package name at rebuildspamdbpm
> >line 60.
> >Compilation failed in require at (eval 846) line 1.
> >BEGIN failed--compilation aborted at (eval 846) line 1.
> >M?r-21-10 21:27:27 [Worker_10001] INFO: RebuildSpamdb removed from queue
> >
> >
> >Best regards
> >Ralf
> >
> >
> >
> >
> >
> >------------------------------
> >
> >----------------------------------------------------------------------------
> >--
> >Download Intel&#174; Parallel Studio Eval
> >Try the new software tools for yourself. Speed compiling, find bugs
> >proactively, and fine-tune applications for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >
> >------------------------------
> >
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >End of Assp-test Digest, Vol 32, Issue 40
> >*****************************************
> >
> >
> >------------------------------------------------------------------- 
> -----------
> >Download Intel&#174; Parallel Studio Eval
> >Try the new software tools for yourself. Speed compiling, find bugs
> >proactively, and fine-tune applications for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
> >
> >
> >
> >
> >DISCLAIMER:
> >*******************************************************
> >This email and any files transmitted with it may be confidential, legally
> >privileged and protected in law and are intended solely for the use of
>the
> >
> >individual to whom it is addressed.
> >This email was multiple times scanned for viruses. There should be no
> >known virus in this email!
> >*******************************************************
> >
> >
> >
> >------------------------------------------------------------------- 
> -----------
> >Download Intel&#174; Parallel Studio Eval
> >Try the new software tools for yourself. Speed compiling, find bugs
> >proactively, and fine-tune applications for parallel performance.
> >See why Intel Parallel Studio got high marks during beta.
> >http://p.sf.net/sfu/intel-sw-dev
> >_______________________________________________
> >Assp-test mailing list
> >Assp-test@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/assp-test
>------------------------------------------------------------------------------
>Download Intel&#174; Parallel Studio Eval
>Try the new software tools for yourself. Speed compiling, find bugs
>proactively, and fine-tune applications for parallel performance.
>See why Intel Parallel Studio got high marks during beta.
>http://p.sf.net/sfu/intel-sw-dev
>_______________________________________________
>Assp-test mailing list
>Assp-test@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
>
>DISCLAIMER:
>*******************************************************
>This email and any files transmitted with it may be confidential, legally
>privileged and protected in law and are intended solely for the use of the
>
>individual to whom it is addressed.
>This email was multiple times scanned for viruses. There should be no
>known virus in this email!
>*******************************************************
>
>
>
>------------------------------------------------------------------------------
>Download Intel&#174; Parallel Studio Eval
>Try the new software tools for yourself. Speed compiling, find bugs
>proactively, and fine-tune applications for parallel performance.
>See why Intel Parallel Studio got high marks during beta.
>http://p.sf.net/sfu/intel-sw-dev
>_______________________________________________
>Assp-test mailing list
>Assp-test@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to