Are you running it in the shell listener? It might save memory.

./factor -run=listener

load-all test-all

Doug

On Sat, Aug 25, 2012 at 1:36 PM, Alexander J. Vondrak
<ajvond...@csupomona.edu> wrote:
> Just did a load-all test-all with 0.94, and that crashes, too.  I know that
> I've run those tests before without running out of memory, so I suspect it's
> either an OS update issue (who knows?) or how my setup is interacting with my
> new hardware (inherited some 64-bit hardware, still using my old 32-bit Debian
> install because I've been lazy about ditching it/upgrading/what-have-you).
> Don't know if that would make sense, per se, but hell, it's not the first
> problem I've had with my current OS setup.  If no one can reproduce, it's
> probably some combination of things on my end...
>
> I'll be trying the unit tests out again once I get Arch configured on another
> hard drive on this machine.
>
> Thanks for the feedback everyone,
> --Alex Vondrak
>
> ________________________________________
> From: John Benediktsson [mrj...@gmail.com]
> Sent: Saturday, August 25, 2012 11:11 AM
> To: factor-talk@lists.sourceforge.net
> Cc: factor-talk@lists.sourceforge.net
> Subject: Re: [Factor-talk] Out of memory error
>
> If this is happening of 0.95 release than I wonder if we have a slow leak 
> rather than corruption - all of our builders produce consistent clean builds 
> (load-all test-all) and have for awhile.
>
> Perhaps we don't notice due to 16+ GB of RAM...?
>
>
> On Aug 25, 2012, at 11:06 AM, Joe Groff <arc...@gmail.com> wrote:
>
>> On Sat, Aug 25, 2012 at 1:36 PM, Jim Mack <j...@less2do.com> wrote:
>>> In a way, too many possible culprits mask each other.
>>>
>>> I remember a problem like this that I solved by reducing the amount of
>>> memory so the problem would show quickly, then testing small things in
>>> isolation and volume.  Pick a subset of tests and run them multiple times at
>>> low memory until it fails or becomes clear it won't.   Rinse and repeat.
>>
>> An out of memory error could also be caused by things other than a
>> lack of memory. If the heap is getting corrupted or there is a
>> compiler bug, the system could end up passing a garbage size to malloc
>> or mmap that is too big to be fulfilled.
>>
>> -Joe
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to