my uid is 1000.

a...@asif-laptop:~$ gdb users-admin
GNU gdb (GDB) 7.0.1-ubuntu
Copyright (C) 2009 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/users-admin...(no debugging symbols found)...done.
(gdb) break oobs-selfconfig.c:87
No symbol table is loaded.  Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (oobs-selfconfig.c:87) pending.
(gdb) break oobs-selfconfig.c:178
No symbol table is loaded.  Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 2 (oobs-selfconfig.c:178) pending.
(gdb) run
Starting program: /usr/bin/users-admin 
[Thread debugging using libthread_db enabled]

(users-admin:7931): atk-bridge-WARNING **: AT_SPI_REGISTRY was not
started at session startup.

(users-admin:7931): atk-bridge-WARNING **: IOR not set.

(users-admin:7931): atk-bridge-WARNING **: Could not locate registry

Breakpoint 1, oobs_self_config_init (config=0x6d7410) at oobs-selfconfig.c:87
87      oobs-selfconfig.c: No such file or directory.
        in oobs-selfconfig.c
(gdb) next
89      in oobs-selfconfig.c
(gdb) print priv->uid
Cannot access memory at address 0x0
(gdb) print getuid()
$1 = 1000
(gdb) continue
Continuing.

(users-admin:7931): Liboobs-WARNING **: There was an unknown error
communicating asynchronously with the backends: Malformed message was
sent

Breakpoint 2, oobs_self_config_commit (object=0x6d7410)
    at oobs-selfconfig.c:178
178     in oobs-selfconfig.c
(gdb) print priv->uid
$2 = 1000
(gdb) continue
Continuing.

(users-admin:7931): Liboobs-WARNING **: There was an unknown error
communicating with the backends: Malformed message was sent

-- 
Changing the long name in users-admin to the same name results in an error 
https://bugs.launchpad.net/bugs/533870
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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

Reply via email to