[Bug 30585] Katapult crash

2006-02-14 Thread Martin Meredith
Public bug report changed: https://launchpad.net/malone/bugs/30585 Comment: can you run the following command strace katapult ~/katapult.strace Then recreate the bug and attach the resulting file here? Thanks! -- ubuntu-backports mailing list ubuntu-backports@lists.ubuntu.com

Re: [Bug 30585] Katapult crash

2006-02-14 Thread John Dong
strace by default only outputs to stderr, so redirecting stdout will just give you the regular output. You can either use strace katapult 2 filename, or strace katapult -o filename. On 2/14/06, Martin Meredith [EMAIL PROTECTED] wrote: Public bug report

Re: [Bug 30585] Katapult crash

2006-02-14 Thread Sam Liddicott
John Dong wrote: strace by default only outputs to stderr, so redirecting stdout will just give you the regular output. You can either use strace katapult 2 filename, or strace katapult -o filename. would that be strace -o filename katapult (provide the -o to strace, not katapult) ? Sam

[Bug 30585] Katapult crash

2006-02-14 Thread Martin Meredith
Public bug report changed: https://launchpad.net/malone/bugs/30585 Comment: Sorry - I actually meant strace katapult ~/katapult.strace -- ubuntu-backports mailing list ubuntu-backports@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports