Public bug reported:
Binary package hint: qprof
version: qprof-0.5.2-4
Steps to reproduce
(a.out being a random program)
qprof -b 4000000 ./a.out
qprof -q dir ./a.out
Errors result because the following lines in qprof are wrong:
29 b) export QPROF_BUFFER_SIZE= ${OPTARG} ;;
44 q) export QDIR= ${OPTARG} ;;
The error is the space after '='. The lines should read:
29 b) export QPROF_BUFFER_SIZE=${OPTARG} ;;
44 q) export QDIR=${OPTARG} ;;
----
** Affects: qprof (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
qprof script contains errors
https://bugs.launchpad.net/bugs/112336
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs