Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Opus Opus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • OpusOpus
  • Issues
  • #2339
Closed
Open
Created Aug 25, 2020 by Alexander Matveev@amatveev

libopus 1.2.1 - Windows - Integer division by zero

Hi everyone,

Our crash detection system registered Unhandled exceptions:

silk_Decode + 2485 (edited) \silk\dec_API.c(317) opus_decode_frame + 971 (edited) \src\opus_decoder.c(381) opus_decode_native + 763 (edited) \src\opus_decoder.c(693) opus_decode + 218 (edited) \src\opus_decoder.c(782)

Unhandled exception at (edited): Integer division by zero.

/* Number of output samples */ *nSamplesOut = silk_DIV32( nSamplesOutDec * decControl->API_sampleRate, silk_SMULBB( channel_state[ 0 ].fs_kHz, 1000 ) );

We do not know how we can reproduce this issue. We started seeing this issue a year ago and we still receive these crash reports. Please investigate the issue or suggest us what we should debug.

Thank you for helping! Alex

Assignee
Assign to
Time tracking