Displaying 5 results from an estimated 5 matches for "modebit".
Did you mean:
modebits
2001 Sep 12
6
Yet another backtrace
...---
Title: We The People
Artist: DJ Lithium Presents
Bitstream is 2 channel, 44100Hz
Time: 58:29.07, Bitrate: 100.1
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 27207)]
_vds_shared_init (v=0xbffff73c, vi=0x4024efe0, encp=0) at block.c:176
176 b->modebits=ilog2(ci->modes);
(gdb) bt
#0 _vds_shared_init (v=0xbffff73c, vi=0x4024efe0, encp=0) at block.c:176
#1 0x40040eb6 in vorbis_synthesis_init (v=0xbffff73c, vi=0x4024efe0) at
block.c:621
#2 0x40033fa3 in _make_decode_ready (vf=0xbffff560) at vorbisfile.c:343
#3 0x4003441c in _process_packet (v...
2003 Oct 09
0
Vorbis plugin for RealOne Player
...rbis_block_ripcord(vb);
oggpack_readinit(opb,op->packet,op->bytes);
/* Check the packet type */
if(oggpack_read(opb,1)!=0){
/* Oops. This is not an audio data packet */
return(OV_ENOTAUDIO);
}
/* read our mode and pre/post windowsize */
mode=oggpack_read(opb,b->modebits);
if(mode==-1)return(OV_EBADPACKET);
......
...
..
}
<p>The access violation is occuring in the oggpack_read() func and it is
because the backend_lookup_state pointer (b) is null. There should be some
check to see if the pointer is null...
Please let me know if you need more info.
Ch...
2004 Dec 19
1
Crash when reading OGG/Vorbis file
I'm seeing a crash when reading an OGG/Vorbis file. I'm using OGG 1.0
/ Vorbis 1.0.
The crash occurs in _vds_shared_init because the passed in vorbis_info
*vi points to a structure containing all 0s (and thus crashes on the
line
b->modebits = ilog2(ci->modes);
as ci is NULL.
Following the stack, I see that _vds_shared_init is called by
vorbis_synthesis_init which is called by _make_decode_ready by the line
vorbis_syntesis_init(&vf->vd, vf->vi + vf->current_link);
At this point in the vf structure, links = 7. Loo...
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings