switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

facetrainer exits with segmentation fault #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by hansolo1...@gmail.com on 10 May 2011 at 8:49

GoogleCodeExporter commented 9 years ago
gdb 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

Original comment by hansolo1...@gmail.com on 10 May 2011 at 8:52

GoogleCodeExporter commented 9 years ago
okay 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.

Original comment by hansolo1...@gmail.com on 11 May 2011 at 11:19

GoogleCodeExporter commented 9 years ago
Please follow this issue with OpenCV maintainers.

Original comment by armadefu...@gmail.com on 8 Mar 2013 at 8:59