% gdb slock
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 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-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/slock...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22347) exited with code 01]
(gdb) bt full
No stack.
(gdb) set follow-fork-mode 
Requires an argument. Valid arguments are child, parent.
(gdb) set follow-fork-mode 1
Undefined item: "1".
(gdb) set follow-fork-mode true
Undefined item: "true".
(gdb) set follow-fork-mode 
child   parent  
(gdb) set follow-fork-mode child 
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22503) exited with code 01]
(gdb) bt full
No stack.
(gdb) set follow-fork-mode parent 
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22556) exited with code 01]
(gdb) bt full
No stack.
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/604536

Title:
  slock segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwm-tools/+bug/604536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to