switchkiller / pam-face-authentication

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

Segfault #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just start it

What is the expected output? What do you see instead?
gtk-facemanager works!!

$ gtk-facetracker 
Erreur de segmentation

$ su
Erreur de segmentation

What version of the product are you using? On what operating system?
SVN AND 0.2 (both doesn't work)
i'm under gentoo

Please provide any additional information below.
Feb 21 11:14:38 Schrodinger [ 2391.972248] sudo[709]: segfault at b6807000
ip b7a06e03 sp bf9d9b70 error 7 in pam_face_authenticate.so[b7a01000+7000]
Feb 21 11:14:53 Schrodinger [ 2407.731430] gtk-facetracker[715]: segfault
at b6c4b002 ip 0804d6f5 sp bfc72e70 error 4 in gtk-facetracker[8048000+7000]
Feb 21 11:15:01 Schrodinger [ 2415.461797] gtk-facetracker[717]: segfault
at b6ca3002 ip 0804d6f5 sp bffccf40 error 4 in gtk-facetracker[8048000+7000]

Original issue reported on code.google.com by roidelap...@gmail.com on 21 Feb 2009 at 10:17

GoogleCodeExporter commented 9 years ago
# gdb /usr/local/bin/gtk-facetracker
GNU gdb 6.8
Copyright (C) 2008 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"...
(no debugging symbols found)
(gdb) r
Starting program: /usr/local/bin/gtk-facetracker 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb6ddd6d0 (LWP 1185)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6ddd6d0 (LWP 1185)]
0x0804d6f5 in time_handler ()
(gdb) bt
#0  0x0804d6f5 in time_handler ()
#1  0xb7468796 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x08de5848 in ?? ()
#3  0x00000002 in ?? ()
#4  0xbfa35608 in ?? ()
#5  0xb7467918 in ?? () from /usr/lib/libglib-2.0.so.0
#6  0xb75005a4 in ?? () from /usr/lib/libglib-2.0.so.0
#7  0x08e4dcb0 in ?? ()
#8  0xbfa35628 in ?? ()
#9  0xb74ffff4 in ?? () from /usr/lib/libglib-2.0.so.0
#10 0xb74ffff4 in ?? () from /usr/lib/libglib-2.0.so.0
#11 0xbfa3564c in ?? ()
#12 0xbfa35668 in ?? ()
#13 0xb7467fcb in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: frame did not save the PC

Original comment by roidelap...@gmail.com on 21 Feb 2009 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by roidelap...@gmail.com on 22 Feb 2009 at 10:59