notfound 468926 audacious/2.1-1
fixed 468926 audacious/2.1-1
thanks

On Sat, 24 Oct 2009 18:44:45 -0400 John Lindgren wrote:

> On Sat, 2009-10-24 at 19:27 +0200, Francesco Poli wrote:
> > Well, it's not quite fixed: as stated in
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=187;bug=468926
> > I still experience segfaults, from time to time (especially when I
> > stress-test audacious).
> 
> You can't just say "it crashes now and then" and expect the problem to
> be fixed.  You need to provide a backtrace and specific steps to
> reproduce.

OK, fair enough.
I've been testing audacious for a while, after installing debug symbols:

  # aptitude install audacious-dbg

by using the following script:

  $ cat debug-audacious.sh 
  #!/bin/sh
  
  if ! diff ~/tmp/config-audacious-config_SAVE ~/.config/audacious/config
  then
      cp -ai ~/tmp/config-audacious-config_SAVE ~/.config/audacious/config
  fi
  rm -f gdb.txt
  
  gdb audacious2 << EOF
  set pagination 0
  thread apply all bt full
  set logging on
  run
  bt
  quit
  EOF


I was hoping to see a segfault and provide a backtrace.
I have seen no segfaults...
Of course, Murphy's law implies that I will see one, as soon as I
remove audacious-dbg and stop running it under gdb!   ;-)

I think this bug should be closed for the time being.

Should I experience other segfaults, I will try to reproduce them under
gdb and I will open a separate bug report with a backtrace.

Bye and thanks.

-- 
 New location for my website! Update your bookmarks!
 http://www.inventati.org/frx
..................................................... Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4

Attachment: pgpLfcP6XsFTv.pgp
Description: PGP signature

Reply via email to