I could not complete the last part and generate a file to send. message:

[EMAIL PROTECTED]:~$ gdb <program> 2>&1 | tee gdb-<program>.txt
bash: syntax error near unexpected token `2'
[EMAIL PROTECTED]:~$ (gdb) handle SIG33 pass nostop noprint
bash: syntax error near unexpected token `handle'
[EMAIL PROTECTED]:~$ (gdb) set pagination 0
bash: syntax error near unexpected token `set'
[EMAIL PROTECTED]:~$ (gdb) run <arguments, if any>
bash: syntax error near unexpected token `run'
[EMAIL PROTECTED]:~$ (gdb) backtrace full
bash: syntax error near unexpected token `backtrace'
[EMAIL PROTECTED]:~$ (gdb) info registers
bash: syntax error near unexpected token `info'
[EMAIL PROTECTED]:~$ (gdb) thread apply all backtrace
bash: syntax error near unexpected token `thread'
[EMAIL PROTECTED]:~$ (gdb) quit
bash: syntax error near unexpected token `quit'
[EMAIL PROTECTED]:~$

-- 
Calander not working properly
https://bugs.launchpad.net/bugs/298469
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

Reply via email to