On Fri, 24 Aug 2012, Mike Gerber wrote:

> Hi, again,
> 
> > >   (gdb) step
> > >   73  in /tmp/buildd/qemu-kvm-1.1.1+dfsg/audio/rate_template.h
> > >   (gdb) 
> > >   75  in /tmp/buildd/qemu-kvm-1.1.1+dfsg/audio/rate_template.h
> 
> Btw, I started another gdb session today, before switching to ich6. qemu-kvm 
> is
> apparently looping here in rate_template.h because of those values (different
> gdb session):
> 
> (gdb) 
> 71        while (rate->ipos <= (rate->opos >> 32)) {
> (gdb) 
> 72            ilast = *ibuf++;
> (gdb) 
> 73            rate->ipos++;
> (gdb) 
> 75            if (ibuf >= iend) {
> (gdb) 
> 73            rate->ipos++;
> (gdb) 
> 75            if (ibuf >= iend) {
> (gdb) 
> 71        while (rate->ipos <= (rate->opos >> 32)) {
> (gdb) print rate->ipos
> $1 = 1127898092
> (gdb) print rate->opos >> 32
> $2 = 4294967295
> 

What does "p *rate" yield? (i.e. other fields of rate are of
interest too) 

-- 
mailto:av1...@comtv.ru


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to