Hi, i want to test pam-face-authentication
What steps will reproduce the problem? 1. emerging v0.3 from kde overlay or compiling source file from project page 2. starting qt-facetrainer
What is the expected output? What do you see instead? qt-facetrainer starts, if i click on next it exits with a segmentation fault dmesg: qt-facetrainer: segfault at 1 ip b6009e58 sp bfbdf4a0 error 4 in libgobject-2.0.so.0.2800.6[b5fe0000+43000]
What version of the product are you using? On what operating system? Im using version 0.3 of the software OS = gentoo linux with kernel 2.6.38r4 and gnome 3 opencv version is 2.1.0 (pfa wont compile against 2.2.0) qt versions are 4.6.3 and glib (to which /usr/lib/libgobject-2.0.so.0.2800.6 belongs) version 2.28.6 with introspection support (use-flag)
Comment #1
Posted on May 10, 2011 by Helpful Giraffegdb output GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: http://bugs.gentoo.org/... Reading symbols from /tmp/pam-face-authentication-0.3/build/qt-facetrainer...(no debugging symbols found)...done. (gdb) start Temporary breakpoint 1 at 0x8056975 Starting program: /tmp/pam-face-authentication-0.3/build/qt-facetrainer [Thread debugging using libthread_db enabled] Temporary breakpoint 1, 0x08056975 in main () (gdb) continue Continuing. [New Thread 0xb2ccfb70 (LWP 19705)]
Program received signal SIGSEGV, Segmentation fault. 0xb6747e58 in g_type_check_instance () from /usr/lib/libgobject-2.0.so.0
Comment #2
Posted on May 11, 2011 by Helpful Giraffeokay I got it run with svn source and opencv-2.0.0. The new problem is, that opencv<2.2.0 cant be build against linux-headers-2.6.38 with v4l use flag (known issue). And without v4l useflag, my camera isnt accessible in qt-facetrainer.
Comment #3
Posted on Mar 8, 2013 by Happy KangarooPlease follow this issue with OpenCV maintainers.
Status: Invalid
Labels:
Type-Other
Priority-High