Intermittent problems suck big time!

Here are some thoughts:
* Reduce the problem size, i.e. the number of
  images or their sizes.  That's always a good
  idea to start.
* If the bug hits only sometimes, wrap the call
  to Enfuse in a for-loop at shell
  level, e.g.
        for _N in `seq 24`; do enfuse ...; done
  in your experiments
* Run with OpenMP enabled, but with only one
  thread (Bourne-Shell alike assumed):
        OMP_NUM_THREADS=1 enfuse ...
* Run with a thread-aware debugger (after
  compiling with debug info, for more fun)
        gdb --quiet --args enfuse ...

* Compile with an alternative tool-chain
  e.g. gcc, clang, icc.

Good luck!

/Chris

-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to