[Bug 604536] Re: slock segfaults

2012-03-20 Thread Christoph Egger
% ls -lha /usr/bin/slock
-rwsr-xr-x 1 root root 9.4K 2010-12-06 23:42 /usr/bin/slock


Same on Debian where it works

-- 
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


[Bug 604536] Re: slock segfaults

2012-03-20 Thread Christoph Egger
% 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 
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:
...
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