vlc crashed with SIGSEGV in set_VTS_PTT()

Bug #1157775 reported by Lars
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libdvdnav (Ubuntu)
New
Medium
Unassigned

Bug Description

insert dvd

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: vlc-nox 2.0.5-1build1
ProcVersionSignature: Ubuntu 3.8.0-13.23-generic 3.8.3
Uname: Linux 3.8.0-13-generic x86_64
ApportVersion: 2.9.2-0ubuntu1
Architecture: amd64
Date: Wed Mar 20 16:04:07 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/vlc
InstallationDate: Installed on 2013-02-26 (22 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MarkForUpload: True
ProcCmdline: /usr/bin/vlc /media/username/ANDRE_RIEU_DVD2
SegvAnalysis:
 Segfault happened at: 0x7eff7c78b594: mov 0x58(%rax),%rax
 PC (0x7eff7c78b594) ok
 source "0x58(%rax)" (0x00000058) not located in a known VMA region (needed readable region)!
 destination "%rax" ok
 Stack memory exhausted (SP below stack segment)
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: vlc
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libdvdnav.so.4
 ?? () from /usr/lib/x86_64-linux-gnu/libdvdnav.so.4
 dvdnav_part_play () from /usr/lib/x86_64-linux-gnu/libdvdnav.so.4
 ?? () from /usr/lib/vlc/plugins/access/libdvdnav_plugin.so
 vlc_module_load () from /usr/lib/libvlccore.so.5
Title: vlc crashed with SIGSEGV in dvdnav_part_play()
UpgradeStatus: Upgraded to raring on 2013-03-12 (8 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

Revision history for this message
Lars (elpaisverdes) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 set_VTS_PTT (part=1, vts_ttn=1, vtsN=1, vm=0x7eff4c001dd0) at vm.c:1717
 set_VTS_PTT (vm=0x7eff4c001dd0, vtsN=1, vts_ttn=1, part=1) at vm.c:1708
 vm_jump_title_part (vm=0x7eff4c001dd0, title=title@entry=1, part=part@entry=1) at vm.c:586
 dvdnav_part_play (this=0x7eff4c001420, title=title@entry=1, part=part@entry=1) at navigation.c:239
 dvdnav_title_play (this=<optimized out>, title=title@entry=1) at navigation.c:173

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : StacktraceSource.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in vlc (Ubuntu):
importance: Undecided → Medium
summary: - vlc crashed with SIGSEGV in dvdnav_part_play()
+ vlc crashed with SIGSEGV in set_VTS_PTT()
tags: removed: need-amd64-retrace
Benjamin Drung (bdrung)
information type: Private → Public
affects: vlc (Ubuntu) → libdvdnav (Ubuntu)
Revision history for this message
JB VideoLAN (jb-videolan) wrote :

What is the DVD that crashes?

Revision history for this message
JB VideoLAN (jb-videolan) wrote :

Probably crashes in here:

  if ((vts_ttn < 1) || (vts_ttn > vm->vtsi->vts_ptt_srpt->nr_of_srpts) ||
      (part < 1) || (part > vm->vtsi->vts_ptt_srpt->title[vts_ttn - 1].nr_of_ptts) ) {
    return 0;
  }

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.