Bug 693043

Summary: [abrt] whaawmp-0.2.12.1-5.fc14: process_command: Process /usr/bin/python was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: skinderknecht
Component: libdvdnavAssignee: Dominik 'Rathann' Mierzejewski <dominik>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: cwickert, dominik, itamar, kevin, rdieter, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:56ab609730a4951484fdb18feb51d7b4c5502827
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-16 21:26:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description skinderknecht 2011-04-02 07:38:42 UTC
abrt version: 1.1.17
architecture: x86_64
Attached file: backtrace, 97926 bytes
cmdline: python /usr/lib/python2.7/site-packages/whaawmp/whaawmp.py
component: whaawmp
Attached file: coredump, 146411520 bytes
crash_function: process_command
executable: /usr/bin/python
kernel: 2.6.35.11-83.fc14.x86_64
package: whaawmp-0.2.12.1-5.fc14
rating: 4
reason: Process /usr/bin/python was killed by signal 6 (SIGABRT)
release: Fedora release 14 (Laughlin)
time: 1301729839
uid: 500

How to reproduce
-----
1. Open DVD disk
2. Select language from DVD menu
3. PApplication crashed

Comment 1 skinderknecht 2011-04-02 07:38:45 UTC
Created attachment 489555 [details]
File: backtrace

Comment 2 Christoph Wickert 2011-04-02 08:15:29 UTC
Does whaawmp crash every time you do the same?

Comment 3 Thomas Spura 2011-04-02 17:58:53 UTC
(In reply to comment #2)
> Does whaawmp crash every time you do the same?

Looking at the code, yes...
But can you confirm it anyway please?

The crashing function is process_command in libdvdnav at line 1513:
1500     case JumpSS_VTSM:
1501       /* Jump to a menu in Video Title domain, */
1502       /* or to a Menu is the current VTS */
1503       /* Stop SPRM9 Timer and any GPRM counters */
1504       /* ifoOpenNewVTSI:data1 */
1505       /* VTS_TTN_REG:data2 */
1506       /* get_MENU:data3 */
1507       if(link_values.data1 != 0) {
1508         if (link_values.data1 != (vm->state).vtsN) {
1509           /* the normal case */
1510           assert((vm->state).domain == VMGM_DOMAIN || (vm->state).domain == FP_DOMAIN); /* ?? */
1511           (vm->state).domain = VTSM_DOMAIN;
1512           if (!ifoOpenNewVTSI(vm, vm->dvd, link_values.data1))  /* Also sets (vm->state).vtsN */
1513             assert(0);
1514         } else {


assert(0) always fails, so there was an error in function ifoOpenNewVTSI, which means something odd is going on there (src/vm/vm.c +223).

Can you please run whaawmp from the commandline and get it to crash, so libdvdnav will print an error message what went wrong there?

-> reassigning to libdvdnav

Comment 4 skinderknecht 2011-04-02 18:15:42 UTC
I just did as you told me
After I have selected language in DVD menu and message box appeared:

resindvdsrc.c(1098): rsn_dvdsrc_step ():
/GstPlayBin2:player/GstURIDecodeBin:uridecodebin0/RsnDvdBin:source/resinDvdSrc:dvdsrc:
Failed to read next DVD block. Error: Error reading from DVD.

I have pressed Ok and I've seen another message box:

gstbasesrc.c(2563): gst_base_src_loop ():
/GstPlayBin2:player/GstURIDecodeBin:uridecodebin0/RsnDvdBin:source/resinDvdSrc:dvdsrc:
streaming task paused, reason error (-5)

Comment 5 Thomas Spura 2011-04-02 19:42:12 UTC
(In reply to comment #4)
> I just did as you told me
> After I have selected language in DVD menu and message box appeared:

Thanks for the quick reply.
I didn't meant the box, I meant the output on the console.

Please search for gnome-terminal or terminal (depends on what you have installed)
e.g. Type ALT+F2 and then type one of the above in and a window appears.
Then start whaawmp and you should see something like this, when playing the dvd:
"""
libdvdnav: Language 'de' not found, using 'en' instead
libdvdnav: Menu Languages available: en 
No accelerated IMDCT transform found
"""

The line which is important to this bug would be:
libdvdnav: ifoOpenVTSI failed
or
libdvdnav: ifoRead_VTS_PTT_SRPT failed
or
libdvdnav: ifoRead_PGCIT failed
or
libdvdnav: ifoRead_PGCI_UT failed
or
libdvdnav: ifoRead_VOBU_ADMAP vtsi failed
or
libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed

and that in turn caused this crash.

Comment 6 skinderknecht 2011-04-03 19:31:33 UTC
[skinderknecht@skind-pc 1:29:55]~$ whaawmp
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/usr/lib/python2.7/site-packages/dbus/types.py:6: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in Python 2.7.  Please use capsule objects instead.
  from _dbus_bindings import ObjectPath, ByteArray, Signature, Byte,\
/usr/lib/python2.7/site-packages/whaawmp/gui/queue.py:247: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips = gtk.Tooltips()
/usr/lib/python2.7/site-packages/whaawmp/gui/queue.py:248: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips.set_tip(btnClear, _('Clear Queue'))
/usr/lib/python2.7/site-packages/whaawmp/gui/queue.py:249: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips.set_tip(btnRemove, _('Remove item from Queue'))
/usr/lib/python2.7/site-packages/whaawmp/gui/queue.py:250: DeprecationWarning: Use the new widget gtk.Tooltip
  tooltips.set_tip(btnAdd, _('(Add items to queue'))
/usr/lib/python2.7/site-packages/whaawmp/gui/main.py:866: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips = gtk.Tooltips()
/usr/lib/python2.7/site-packages/whaawmp/gui/main.py:611: DeprecationWarning: Use the new widget gtk.Tooltip
  self.tooltips.set_tip(btn, _('Pause') if (playing) else _('Play'))
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: Using dvdnav version 4.1.4
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: WALLE_LIC3
libdvdnav: DVD Serial Number: 39437918
libdvdnav: DVD Title (Alternative): WALLE_LIC3
libdvdnav: Unable to find map file '/home/skinderknecht/.dvdnav/WALLE_LIC3.map'
libdvdnav: DVD disk reports itself with Region mask 0x00ed0000. Regions: 2 5

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x000001d4
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000002b5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x000003a1
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_1.VOB at 0x00001cd7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_0.VOB at 0x002bb28f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_1.VOB at 0x002e11dd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_0.VOB at 0x002e1203
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_1.VOB at 0x002e15d8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_16_1.VOB at 0x002e519e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_17_1.VOB at 0x003026f7
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_18_1.VOB at 0x0032cd25
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_19_1.VOB at 0x003a77e0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_20_1.VOB at 0x003a8050
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_21_1.VOB at 0x003adeb0
libdvdread: Elapsed time 0
libdvdread: Found 21 VTS's
libdvdread: Elapsed time 0
/usr/lib/python2.7/site-packages/whaawmp/gui/main.py:915: GtkWarning: Unable to retrieve the file info for `dvd:///': Указанный адрес не поддерживается
  gtk.main()
No accelerated IMDCT transform found

Comment 7 skinderknecht 2011-04-03 19:33:34 UTC
Указанный адрес не поддерживается 
can be translated as:
The address is not supported

Comment 8 abrt-bot 2012-03-20 17:40:54 UTC
*** Bug 693036 has been marked as a duplicate of this bug. ***

Comment 9 Fedora End Of Life 2012-08-16 21:26:29 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping