Here is the assert being hit:

 if (!ifoOpenNewVTSI(vm, vm->dvd, link_values.data1))  /* Also sets 
(vm->state).vtsN */
    assert(0);

Note that vm.c is littered with assert(0)'s, so there are many paths to
failure that will generate this same "Assertion `0' failed" error, but
these won't all be the same bug.

** Summary changed:

- vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1485: 
process_command: Assertion `0' failed.
+ vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1485: 
process_command( JumpSS_VTSM): Assertion `0' failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435968

Title:
  vlc assert failure: vlc:
  /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1485: process_command(
  JumpSS_VTSM): Assertion `0' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdvdnav/+bug/435968/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to