Hi,
I just double checked the gdb-wrapper.sh script and spotted two errors. All 
lines starting with "print" should have a "\n" as end of lines. It happens that 
both lines starting with "handle" do not have such "\n". Please add it as here 
shown:

printf '# Automatically generated batch\n'              >  $PREFIX.batch
printf 'set pagination off\n'                           >> $PREFIX.batch
printf 'set logging file %s\n' $PREFIX.log              >> $PREFIX.batch
printf 'set logging redirect on\n'                      >> $PREFIX.batch
printf 'set logging on\n'                               >> $PREFIX.batch
printf 'handle all nostop print pass\n'                 >> $PREFIX.batch
printf 'handle SIGSEGV stop print pass\n'                       >> $PREFIX.batch
printf 'run\n'                                          >> $PREFIX.batch
printf 'thread apply all bt\n'                          >> $PREFIX.batch
printf 'backtrace\n'                                    >> $PREFIX.batch
printf 'print this\n'                                   >> $PREFIX.batch
printf 'generate-core-file %s\n' $PREFIX.core           >> $PREFIX.batch

Bye,
Giuseppe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600219

Title:
  faxgetty segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/hylafax/+bug/600219/+subscriptions

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

Reply via email to