On Tue, Oct 06, 2009 at 11:39:59AM -0700, grow wrote:
> Perhaps I will finally get around to installing that extra RAM and see
> if that helps.  :-)

It will not help. I guarantee you. 

> enblend: info: loading next image: FoyleDays_M2_040007.tif 1/1
> enblend: info: creating blend mask: 1/3enblend(11221) malloc: ***
> vm_allocate(size=580620288) failed (error code=3)
> enblend(11221) malloc: *** error: can't allocate region
> enblend(11221) malloc: *** set a breakpoint in szone_error to debug

I have debugged this to the point where I am sure that enblend isn't 
needing more memory than is available, but it is going bonkers and
suddenly ends up doing the equivalent of: 

        while (1)
                malloc (ALOT);

The gnu-malloc changes strategies of allocating memory after a while
(when the first strategy starts to fail), enblend continues until
it completely runs out. 

On 64 bit systems it allocates WAY more than on a 32 bit system and
after a while (a few milliseconds in fact) the system determines that
allocating several gigabytes is one thing, but then trying to use it
is never going to work, so it starts refusing the alloc requests too,
even though it hasn't run out of adressing space yet. 

I personally suspect the tile cache code. Due to the use it is getting
in enblend, somehow getting stuck in a "I need more memory to allocate
more memory" loop or something like that.

        Rogier. 

-- 
** r.e.wo...@bitwizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
**    Delftechpark 26 2628 XH  Delft, The Netherlands. KVK: 27239233    **
*-- BitWizard writes Linux device drivers for any device you may have! --*
Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. 
Does it sit on the couch all day? Is it unemployed? Please be specific! 
Define 'it' and what it isn't doing. --------- Adapted from lxrbot FAQ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to