← Back to team overview

hugin-devs team mailing list archive

[Bug 789934] [NEW] Couldn't open SVM model file celeste.model

 

Public bug reported:

I've occasionally run into problems with the control point generators
failing - seeing errors like this:

	An error happened while loading image : caught exception: std::bad_alloc
	cpfind(11484,0xb0185000) malloc: *** mmap(size=252317696) failed (error code=12)
	*** error: can't allocate region
	*** set a breakpoint in malloc_error_break to debug

both with 2010.5 and 2011.0b2 on Mac OSX 10.6.7.  When this happens the
only CP detector that seems to work is Autpano-SIFT-C, the others all
fail.

I managed to capture the log just now before the window closed again,
and noticed this:

	Loading Celeste model file...
	Detected path /Applications/Hugin-2011.0b2.app/Contents/MacOS/xrc/
	Couldn't open SVM model file celeste.model
	Also tried /Applications/Hugin-2011.0b2.app/Contents/MacOS/xrc/celeste.model

On investigation I see that the 'xrc' directory is in
Contents/Resources, not in Contents//MacOSX - which should be a quick
fix for the maintainers.

It turns out that moving the xrc directory doesn't fix the malloc
problem; I'll fine a separate bug report for that.

** Affects: hugin
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/789934

Title:
  Couldn't open SVM model file celeste.model

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  I've occasionally run into problems with the control point generators
  failing - seeing errors like this:

  	An error happened while loading image : caught exception: std::bad_alloc
  	cpfind(11484,0xb0185000) malloc: *** mmap(size=252317696) failed (error code=12)
  	*** error: can't allocate region
  	*** set a breakpoint in malloc_error_break to debug

  both with 2010.5 and 2011.0b2 on Mac OSX 10.6.7.  When this happens
  the only CP detector that seems to work is Autpano-SIFT-C, the others
  all fail.

  I managed to capture the log just now before the window closed again,
  and noticed this:

  	Loading Celeste model file...
  	Detected path /Applications/Hugin-2011.0b2.app/Contents/MacOS/xrc/
  	Couldn't open SVM model file celeste.model
  	Also tried /Applications/Hugin-2011.0b2.app/Contents/MacOS/xrc/celeste.model

  On investigation I see that the 'xrc' directory is in
  Contents/Resources, not in Contents//MacOSX - which should be a quick
  fix for the maintainers.

  It turns out that moving the xrc directory doesn't fix the malloc
  problem; I'll fine a separate bug report for that.


Follow ups

References