A hugin-0.8.0_rc3 (release candidate 3) tarball is available here:
https://sourceforge.net/project/showfiles.php?group_id=77506&package_id=311429
This is a release candidate, i.e. The final release may be identical.
Changes since 0.8.0 rc2:
* Updated German and Spanish translations.
* Fast Preview window: fix for extreme slowdown bug, fixes for
difference mode detection, crash fix.
* Fix for potential crash running celeste in wide-character locales.
* Batch Processor: verbose view appears immediately on toggling.
* Fix for stitching Makefile test in OS X
See README, ChangeLog and INSTALL_cmake for more information.
SHA1SUM: 7c2f44ab1f5711e3e4182ea442010f4750d98d1b hugin-0.8.0_rc3.tar.gz
This release is equivalent to svn 3923, links to recent hugin binary
installers for testing can be found here:
http://panospace.wordpress.com/downloads/
- --
Bruno
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFKKZncFqOhwCjyCLoRAta3AKCFTlWdiVPyX/ExNnJDHwGnYawVMQCgzAsN
csmoPNkFdWJ1cyi9tgRLvCk=
=uhNs
-----END PGP SIGNATURE-----
Hi, Tom,
as I've said I've no idea why MSVC requires LAPACK when it's clearly
optional. Moreover in current svn LAPACK have to be enabled explicitly
so it will not use LAPACK by default even when there is a LAPACK
library installed on system.
More to the speed. LAPACK is in fact a bit slower on my machine and on
Bruno's it's much slower. This lead to the disabling the LAPACK by
default even when there are necessary libraries.
I've explained why I've added LAPACK support under the rc2
announcement. In short because it gives me a bit better (not so bad as
without LAPACK) results with one of my test panoramas and doesn't
change results with the other ones. Moreover it's recommended to use
LAPACK in LEVMAR because it's more stable than it LU-decomposition or
whatever it uses.
Guido
T. Modes schrieb:
Hello,
I am getting a segfault when trying to use the crop tool in the opengl
preview. Reproducing seems to require that the OpenGL preview has
already been loaded automatically at startup, i.e. it was open the
last time hugin was used. After that I just need to click on the crop
tool to get the segfault.
This one seems to be newish, beta4 worked for me.
ametzler@argenau:/tmp/blubb$ gdb hugin
[...]
(gdb) run IMG_3381-IMG_3385.pto
[...]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf602c8d0 (LWP 9866)]
PreviewToolHelper::ActivateTool (this=0xa6a4980, tool=0x0)
at /tmp/HUGIN/hugin-0.8.0~rc3/src/hugin1/hugin/PreviewToolHelper.cpp:48
48 tool->Activate();
(gdb) bt
#0 PreviewToolHelper::ActivateTool (this=0xa6a4980, tool=0x0)
at /tmp/HUGIN/hugin-0.8.0~rc3/src/hugin1/hugin/PreviewToolHelper.cpp:48
#1 0x08155bce in GLPreviewFrame::OnCrop (this=0xa002da8, e=@0xffc99194)
at /tmp/HUGIN/hugin-0.8.0~rc3/src/hugin1/hugin/GLPreviewFrame.cpp:1057
#2 0xf74c97f1 in wxAppConsole::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#3 0xf75669ca in wxEvtHandler::ProcessEventIfMatches ()
from /usr/lib/libwx_baseu-2.8.so.0
#4 0xf7567bb4 in wxEventHashTable::HandleEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xf7567cbb in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0xf7376f4d in wxWindowBase::TryParent ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#7 0xf7567c59 in wxEvtHandler::ProcessEvent ()
from /usr/lib/libwx_baseu-2.8.so.0
#8 0xf736d362 in wxToolBarBase::OnLeftClick ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0xf72e2a8d in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#10 0xf6534064 in g_cclosure_marshal_VOID__VOID ()
from /usr/lib/libgobject-2.0.so.0
#11 0xf652690b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0xf6539e6d in ?? () from /usr/lib/libgobject-2.0.so.0
Testdata (I know the images suck ;-):
http://www.bebt.de/tmp/testproject.tgz
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
I can reproduce this, the Crop button segfaults but only if the Fast
preview was open when hugin was started. This is probably the same
as this bug report:
http://sourceforge.net/tracker/?func=detail&aid=2801663&group_id=77506&atid=550441
--
Bruno
> http://sourceforge.net/tracker/?func=detail&aid=2801663&group_id=77506&atid=550441
Indeed. Sorry for the duplicate report.
No thank you, this is exactly the kind of bug report we need, before
it wasn't easily reproducible.
--
Bruno