Very basic question: did you try sudo? $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS" $ pstack `pgrep cron` $ sudo pstack `pgrep cron` #0 0x00007f5350307370 in nanosleep () from /lib/libc.so.6 #1 0x00007f5350307200 in sleep () from /lib/libc.so.6 #2 0x0000000000403254 in ?? () #3 0x00007f535027bc4d in __libc_start_main () from /lib/libc.so.6 #4 0x0000000000402be9 in ?? () #5 0x00007fffa9c5bd78 in ?? () #6 0x000000000000001c in ?? () #7 0x0000000000000001 in ?? () #8 0x00007fffa9c5bf45 in ?? () #9 0x0000000000000000 in ?? ()
I suppose it's a bug that pstack doesn't report any errors from gdb. However, that isn't in the scope of this report. -- no pstack for amd64 https://bugs.launchpad.net/bugs/532000 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs