in reply to Re^5: getlogin works on debian but not ubuntu?
in thread getlogin works on debian but not ubuntu?
Maybe it's the same thing as this? https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1067779$ cat >gl.c #include <unistd.h> #include <stdio.h> int main(void) { puts(getlogin()); return 0; } ---- rintintin ~ $ gcc gl.c ---- rintintin ~ $ ./a.out Segmentation fault (core dumped)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: getlogin works on debian but not ubuntu?
by mbethke (Hermit) on Jan 07, 2013 at 16:45 UTC |