On Mon, Nov 10, 2014 at 04:49:44PM +0200, Johan Guldmyr wrote:
> Ah, removing -s from LDFLAGS helped. Now the "bt full" has more output.
> So to recap I have to run the slock as user root for it to not crash on enter.
> And I don't have root user password but here's the stack:
>
> https://pastee.org/dj4hs
Can you also try to run it as a normal user via gdb?
gdb ./slock
run
ENTER
(expect segfault)
bt
Use -g without -s and post results.
Received on Mon Nov 10 2014 - 17:22:43 CET