Bug 1219320
Summary: | [abrt] tracker: gst_memory_unmap(): tracker-extract killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Craig Robson <craig> | ||||||||||||||||||||||||
Component: | gstreamer1-plugins-bad-free | Assignee: | Brian Pepple <bdpepple> | ||||||||||||||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 22 | CC: | autarch, balay, bdpepple, bztdlinux, cfergeau, craig, dakingun, debarshir, d.fedora, euagelos, fedora, guillaumepoiriermorency, guliver05, ifoolb, ignatenko, jimtahu, jorti, lray+redhatbugzilla, madstitz, matteo, misko.herko, mknepher, p.olivieri13, rene, req1348, revjdc, robin, sergio.pasra, thetaeridanus, timur.kristof, uraeus, vincentezw, wtaymans | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/c360bc7b78099a6c15f25dcaf52be2748d86f312 | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:d202c715028e9883170faf2049a41d1b37cf7e99 | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2016-07-07 09:10:14 UTC | Type: | --- | ||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||
Attachments: |
|
Description
Craig Robson
2015-05-07 02:51:05 UTC
Created attachment 1022876 [details]
File: backtrace
Created attachment 1022877 [details]
File: cgroup
Created attachment 1022878 [details]
File: core_backtrace
Created attachment 1022879 [details]
File: dso_list
Created attachment 1022880 [details]
File: environ
Created attachment 1022881 [details]
File: limits
Created attachment 1022882 [details]
File: maps
Created attachment 1022883 [details]
File: mountinfo
Created attachment 1022884 [details]
File: namespaces
Created attachment 1022885 [details]
File: open_fds
Created attachment 1022886 [details]
File: proc_pid_status
This bug happened to me when tracker tried to index a bunch of mp4 audio files. I got the same backtrace when trying to play a movie using Totem, so it's probably a problem in gstreamer. And I've been hitting that in firefox when trying to play videos in youtube. However, the backtrace contains #2 gst_faad_set_format at gstfaad.c:326 which is from gstreamer1-plugins-bad-freeworld-1.4.3-1.fc22.x86_64 which comes from rpmfusion... Switching from gstreamer1-plugins-bad-freeworld-1.4.3-1.fc22.x86_64 to gstreamer1-plugins-bad-freeworld-1.4.3-1.fc21.x86_64 avoids this issue (in my specific situation, removing this package is fine too). Upstream bug report is https://bugzilla.gnome.org/show_bug.cgi?id=748571 *** Bug 1220742 has been marked as a duplicate of this bug. *** Build problem, faacDecInit2() expects an unsigned long * for the samplerate but we pass it a guint32 *, overwriting part of the stack with 0 and messing up the nearby stack allocated GstMapInfo, causing unmap to fail. gst-plugins-bad has trouble detecting the version of faad2 in configure: checking Checking for FAAD >= 2.0... checking Checking FAAD2 version in neaacdec.h... no idea This causes it to compile the guint32 * version. cpp output changed causing the regexp to fail: test.c: #include <neaacdec.h> GST_CHECK_FAAD_VERSION FAAD2_VERSION f21: cpp test.c # 2 "test.c" 2 GST_CHECK_FAAD_VERSION "2.7" f22: cpp test.c # 2 "test.c" GST_CHECK_FAAD_VERSION # 2 "test.c" 3 4 "2.7" Fixed upstream https://bugzilla.gnome.org/show_bug.cgi?id=748571 *** Bug 1221734 has been marked as a duplicate of this bug. *** *** Bug 1222350 has been marked as a duplicate of this bug. *** This is very old bug, if you still can reproduce it - please reopen. |