Closed GoogleCodeExporter closed 9 years ago
Sorry
in English is
mmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
Unable to stop the stream.: Bad file descriptor
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
Original comment by sacoutin...@gmail.com
on 28 Oct 2011 at 7:32
I get the exact same problem, built from the source code but crashes when I hit
capture, these messages are already there before I hit capture though.
Original comment by dreamcas...@gmail.com
on 31 Oct 2011 at 12:09
Hi guys,
this should fix the problem:
--- pam-face-authentication-read-only/trunk/qtbranch/src/detector.cpp (revision
340)
+++ pam-face-authentication-read-only/trunk/qtbranch/src/detector.cpp (working
copy)
@@ -31,7 +31,7 @@
//------------------------------------------------------------------------------
detector::detector() : messageIndex(-1), clippedFace(0), boolClipFace_(0),
totalFaceClipNum_(0), clipFaceCounter_(0), prevlengthEye_(0), inAngle_(0),
- lengthEye_(0), widthEyeWindow_(0), heightEyeWindow_(0)
+ lengthEye_(0), widthEyeWindow_(0), heightEyeWindow_(0),
finishedClipFaceFlag_(0)
{
}
@@ -339,8 +339,8 @@
Original comment by ljud...@gmail.com
on 16 Jan 2012 at 11:08
You're absolutely right. The variable wasn't initialized. I fixed that in SVN
trunk/qtbranch/src/detector.cpp now.
Original comment by feichtne...@gmail.com
on 19 Jan 2012 at 6:37
In wich file i should copy this:---
pam-face-authentication-read-only/trunk/qtbranch/src/detector.cpp (revision 340)
+++ pam-face-authentication-read-only/trunk/qtbranch/src/detector.cpp (working
copy)
@@ -31,7 +31,7 @@
//------------------------------------------------------------------------------
detector::detector() : messageIndex(-1), clippedFace(0), boolClipFace_(0),
totalFaceClipNum_(0), clipFaceCounter_(0), prevlengthEye_(0), inAngle_(0),
- lengthEye_(0), widthEyeWindow_(0), heightEyeWindow_(0)
+ lengthEye_(0), widthEyeWindow_(0), heightEyeWindow_(0),
finishedClipFaceFlag_(0)
{
}
@@ -339,8 +339,8 @@
?
Original comment by riccardo...@live.com
on 10 Feb 2012 at 6:55
Original issue reported on code.google.com by
sacoutin...@gmail.com
on 28 Oct 2011 at 7:26