Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Vorbis tools
Vorbis tools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #33

Closed
Open
Opened Jun 16, 2001 by jrumpf@jrumpf

oggenc - Program received signal SIGSEGV, Segmentation fault.

source was obtained from a full cvs checkout/build from 06/16/2001

oggenc segfaults when trying to encode a standard .wav file. 

System specs:

Linux 2.4.5
gcc 2.95.3
libc-2.2.1.so

gdb info:

(gdb) set args tesla_love-song.wav
(gdb) run
Starting program: /usr/local/bin/oggenc tesla_love-song.wav
Opening with wav module: WAV file reader
 
Program received signal SIGSEGV, Segmentation fault.
set_curve (ref=0x1, c=0x8097eb8, n=128, crate=44100) at psy.c:60
60          float base=ref[i];
(gdb) bt
#0  set_curve (ref=0x1, c=0x8097eb8, n=128, crate=44100) at psy.c:60
#1  0x400c2a02 in _vp_psy_init (p=0x8096300, vi=0x8053188, n=128, rate=44100) at
psy.c:204
#2  0x400cadb1 in mapping0_look (vd=0xbffff2dc, vm=0x8053158, m=0x8051738) at
mapping0.c:135
#3  0x400bef8c in _vds_shared_init (v=0xbffff2dc, vi=0xbffff250, encp=1) at
block.c:253
#4  0x400bff5a in vorbis_analysis_init (v=0xbffff2dc, vi=0xbffff250) at
block.c:264
#5  0x804b925 in oe_encode (opt=0xbffff554) at encode.c:59
#6  0x8049918 in main (argc=2, argv=0xbffff654) at oggenc.c:245
(gdb)

Hope this helps, cheers
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/vorbis-tools#33