Bug 70834 - SIGBUS bus error occured when running multi-encoders(h264) on ubuntu
Summary: SIGBUS bus error occured when running multi-encoders(h264) on ubuntu
Status: RESOLVED INVALID
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: haihao
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 09:41 UTC by qiaodada
Modified: 2015-07-20 07:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description qiaodada 2013-10-24 09:41:49 UTC
Hi guys 

who come up to the error once or  you have some ideas about it. 

if you would like,pls.  give me some advices or a little hints ? thanks a lot.

background:
[
cpu:intel I5 (HD gpu)
os:ubuntu
work:implemented multi-encoders based on libva  for video conference. 
]


use case:
[
1.create a meeting 

2. then join it using A and B softphone; 

3.I bump the error  when rejoin the meeting using the A softphone after hang up it.
]


the below is info prompted by gdb:

[

Program received signal SIGBUS, Bus error.
[Switching to Thread 0x7fffd27fc700 (LWP 3291)]
0x00007fffe84e5236 in ?? () from /usr/local/lib/dri/i965_drv_video.so
(gdb) bt
#0 0x00007fffe84e5236 in ?? () from /usr/local/lib/dri/i965_drv_video.so
#1 0x00007fffe84fa9af in ?? () from /usr/local/lib/dri/i965_drv_video.so
#2 0x00007ffff355b425 in vaEndPicture (dpy=0x7fffb82a3c00, context=33554432)
at va.c:1103

]

I suspected the memory used by gpu  be initialized or released incorrectly.

but  what is the details about it? it is a question.
Comment 1 haihao 2013-10-29 05:08:32 UTC
Could you provide the full backtrace for the SIGBUS bus error ?

(gdb) bt full

You should build i965_drv_video.so and libva.so without stripping the debug  information
Comment 2 haihao 2014-04-14 08:29:32 UTC
Is the issue still exist ?
Comment 3 Focus.Luo 2015-07-20 07:29:13 UTC
No info almost 2 years from the bug reporter, so close it.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.