After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709739 - SIGSEGV when calling gst_memory_unmap
SIGSEGV when calling gst_memory_unmap
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-09 15:15 UTC by Alexandru Blanda
Modified: 2013-10-09 15:37 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
GDB backtrace (3.12 KB, application/octet-stream)
2013-10-09 15:15 UTC, Alexandru Blanda
Details

Description Alexandru Blanda 2013-10-09 15:15:57 UTC
Created attachment 256821 [details]
GDB backtrace

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffea9b2700 (LWP 17160)]
0x000000301805bb5b in gst_memory_unmap (mem=<optimized out>, 
    info=0x7fffea9b18c0) at gstmemory.c:312
312	  mem->allocator->mem_unmap (mem);

File that caused the crash can be found at: https://docs.google.com/file/d/0Bw_O6opVYHaaUlgyeVlIWmxTRkE/edit?usp=sharing

Gstreamer version:1.0.7
Comment 1 Sebastian Dröge (slomo) 2013-10-09 15:37:21 UTC
Works just fine with 1.2.0 with the plugins from the GStreamer project. You might want to report this to Fluendo if the problem still exists with 1.2.0, their libgstfludivx3dec appears in the backtrace.