Bug 1043247 - [abrt] libva-utils-1.1.1-2.fc19: object_heap_destroy: Process /usr/bin/vainfo was killed by signal 8 (SIGFPE)
Summary: [abrt] libva-utils-1.1.1-2.fc19: object_heap_destroy: Process /usr/bin/vainfo...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: libva
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Williamson
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:741088e0ee37b08b89050918305...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-15 11:54 UTC by James L. Neill
Modified: 2013-12-18 22:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-18 22:00:21 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (10.68 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: cgroup (141 bytes, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: core_backtrace (3.11 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: dso_list (1.71 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: environ (3.18 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: limits (1.29 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: maps (8.64 KB, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: open_fds (233 bytes, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: proc_pid_status (945 bytes, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details
File: var_log_messages (313 bytes, text/plain)
2013-12-15 11:54 UTC, James L. Neill
no flags Details

Description James L. Neill 2013-12-15 11:54:07 UTC
Description of problem:
At the time the only thing that I was doing was using firefox to view ice hockey results on www.nhl.com

Version-Release number of selected component:
libva-utils-1.1.1-2.fc19

Additional info:
reporter:       libreport-2.1.9
backtrace_rating: 4
cmdline:        vainfo
crash_function: object_heap_destroy
executable:     /usr/bin/vainfo
kernel:         3.11.6-200.fc19.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (8 frames)
 #0 object_heap_destroy at object_heap.c:275
 #1 destroy_heap at vdpau_driver.c:138
 #3 vdpau_common_Terminate at vdpau_driver.c:159
 #4 vdpau_Terminate_Current at vdpau_driver_template.h:537
 #5 vdpau_Initialize_Current at vdpau_driver_template.h:563
 #6 __vaDriverInit_0_33 at vdpau_driver.c:317
 #7 va_openDriver at va.c:273
 #8 vaInitialize at va.c:446

Comment 1 James L. Neill 2013-12-15 11:54:12 UTC
Created attachment 836913 [details]
File: backtrace

Comment 2 James L. Neill 2013-12-15 11:54:14 UTC
Created attachment 836914 [details]
File: cgroup

Comment 3 James L. Neill 2013-12-15 11:54:16 UTC
Created attachment 836915 [details]
File: core_backtrace

Comment 4 James L. Neill 2013-12-15 11:54:17 UTC
Created attachment 836916 [details]
File: dso_list

Comment 5 James L. Neill 2013-12-15 11:54:19 UTC
Created attachment 836917 [details]
File: environ

Comment 6 James L. Neill 2013-12-15 11:54:21 UTC
Created attachment 836918 [details]
File: limits

Comment 7 James L. Neill 2013-12-15 11:54:23 UTC
Created attachment 836919 [details]
File: maps

Comment 8 James L. Neill 2013-12-15 11:54:25 UTC
Created attachment 836920 [details]
File: open_fds

Comment 9 James L. Neill 2013-12-15 11:54:26 UTC
Created attachment 836921 [details]
File: proc_pid_status

Comment 10 James L. Neill 2013-12-15 11:54:28 UTC
Created attachment 836922 [details]
File: var_log_messages

Comment 11 Nicolas Chauvet (kwizart) 2013-12-15 20:30:44 UTC
It's completely not understandable why vainfo is run from a browser.
That been said, the code path mention that you are using a vdpau bridge.
Which GPU hardware do you have ?

It sounds like the xorg-x11-drv-nvidia is installed along with xorg-x11-drv-nvidia-304xx package, you might need to pick one or the other. I will investigate about why this appeared as the nvidia package maintainer.

If you have a geforce 8 or later GPU, can you try to reproduce afer doing:
yum remove xorg-x11-drv-nvidia-304xx\*

Comment 12 James L. Neill 2013-12-16 23:50:40 UTC
Greetings Nicolas!

In answer to some of the issues you raised:-

1). Gpu hardware is 2 x GTX 570
2). I am using the Nvidia proprietary driver 331.20. 
3). I am NOT using the RPMFusion drivers at all.
4). The output of "sudo yum list installed *\nvidia\*" is Error: No matching Packages to list
5). I use the proprietary drivers as the RPMFusion drivers do not seem to have the OpenGL libraries working as I do quite a lot   		of SETI and Einstein@home work though not at the moment.

The following is the exact sequence of events that triggered ABRT

In Firefox and single tab on this site http://canucks.nhl.com/gamecenter/en/preview?id=2013020498

I then clicked on the "Watch" tab which opened up a new tab - http://www.nhl.com/gamecenter/en/gamecenterlive?id=2013020498&referrer=van

When the second tab opened up that was when things got interesting so to speak.

I am aware that using proprietary drivers can throw up some interesting problems and wonder whether this is not the problem.

If you need anything else please let me know.

Cheers

James

Comment 13 Nicolas Chauvet (kwizart) 2013-12-18 22:00:21 UTC
(In reply to James L. Neill from comment #12)
...
> 5). I use the proprietary drivers as the RPMFusion drivers do not seem to
> have the OpenGL libraries working as I do quite a lot   		of SETI and
Then please report a bug

This works for me with the said driver.


Note You need to log in before you can comment on or make changes to this bug.