I'm not sure whether this has to do with the way I've built hugin, or if it is an upstream problem. Can anyone reproduce this? Reproducible: Always Steps to Reproduce: Load an image set, then "align" in the "assistant" tab. Crash occurs after creating control points. Actual Results: segfault Expected Results: pretty picture fglrx, qt-4.5 (qt-copy)
Created attachment 184523 [details] stderr + stdout
Portage 2.2_rc23 (default/linux/amd64/2008.0/desktop, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.28.7 x86_64) ================================================================= System uname: Linux-2.6.28.7-x86_64-Intel-R-_Core-TM-_i7_CPU_920_@_2.67GHz-with-glibc2.2.5 Timestamp of tree: Tue, 10 Mar 2009 02:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p48-r1 dev-java/java-config: 2.1.7 dev-lang/python: 2.5.4-r2 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.3 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.3-r1 sys-apps/sandbox: 1.4 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.19.1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.28-r1 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O3 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/live/env /usr/kde/live/share/config /usr/kde/live/shutdown /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=native -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages metadata-transfer parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.chem.wisc.edu/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j8" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/kde-testing /usr/local/portage/layman/science /usr/local/portage/layman/zugaina /usr/local/portage/layman/nx /usr/local/portage/layman/qting-edge /usr/local/portage/layman/pcsx2 /usr/local/portage/layman /usr/local/portage/custom" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl acpi aiglx alsa alsa-lib amd64 apm bash-completion bluetooth branding bzip2 cairo cdaudio cdparanoia cdr cli cracklib crypt cups daap dbus dri dssi dvd dvdr dvdread eds emboss encode esd evo exif fam fbdev ffmpeg firefox flac fortran fuse gdbm gif gimp glib glitz gphoto2 gpm gstreamer gtk hal htmlhandbook iconv imagemagick isdnlog jack joystick jpeg kde kde4 kdeprefix ldap libnotify mad midi mikmod mmx mng mp3 mpeg mudflap multilib mysql ncurses nls nptl nptlonly ogg openexr opengl openmp pam pcre pdf perl phonon plotutils png ppds pppd python qt3support qt4 quicktime raster raw readline reflection rtc sdl semantic-desktop session spell spl sse sse2 sse3 sse4 sse4.1 sse4.2 ssl ssse3 startup-notification svg sysfs tcpd theora tiff truetype tunepimp unicode usb vorbis webkit xcomposite xine xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fglrx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Actually I have had a similar problem I've experienced. I wasn't sure if it was a pebkac or not. Its due to the way it parses the parameters from the hugin preferences. See if this works for you. Go into the preferences and look for the parameter string it passes to auto-pano-sift-c. Make sure there are no "double spaces" or spaces at the end of the line. I had an instance where the string "foo bar baz " was being sent as foo 'bar' 'baz' '' and the alignment script dies trying to find the file '' . See if that helps or not. :)
(In reply to comment #3) > Actually I have had a similar problem I've experienced. I wasn't sure if it was > a pebkac or not. > > Its due to the way it parses the parameters from the hugin preferences. > > See if this works for you. Go into the preferences and look for the parameter > string it passes to auto-pano-sift-c. > > Make sure there are no "double spaces" or spaces at the end of the line. > > I had an instance where the string > > "foo bar baz " was being sent as foo 'bar' 'baz' '' and the alignment > script dies trying to find the file '' . > > See if that helps or not. :) > The string seems fine. I went into /etc/portage/env and wrote in -O2 and rebuilt hugin which actually seems to have fixed this immediate problem. Maybe -O2 should be forced in the ebuild? I'll experiment a bit more and see if any of hugin's dependencies need cflag overrides for those with a global -O3.
Closing as WONTFIX because hugin-0.8.0 is no longer in the repository
cc'ed to wrong bug (1st hit on pcsx2 search) sorry for the noise