Comment 21 for bug 366471

Revision history for this message
kwatson512 (kwatson-cisco) wrote :

Well, I corrected the character, but am still not having any success. First time pid said it needed an argument:

$ gdb --pid `pidof evolution-data-server`
gdb: option '--pid' requires an argument
Use `gdb --help' for a complete list of options.

So I went to the help menu and tried again with pid=PID. This time it said the program wasn't running. I even tried again very quickly after launching the calendar. Here's that result:

$ gdb --pid=PID `pidof evolution-data-server`
GNU gdb 6.8-debian
Copyright (C) 2008 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 "i486-linux-gnu".
Illegal process-id: PID.
(gdb) continue
The program is not being run.

Am I still doing something wrong?