[Bug 706584] GES crashes during main loop when the timeline is committed on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 25 05:43:35 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706584
  GStreamer | gst-editing-services | git

--- Comment #9 from Lubosz Sarnecki <lubosz at gmail.com> 2013-10-25 03:43:26 UTC ---
The stack trace I was able to achieve with the dll method of Dr. MinGW

c:\Users\bmonkey\cerbero\dist\windows_x86\bin\ges-minimal.exe caused an Unknown
[0xC0000264] Exception at location 7784334F in module
C:\Windows\SysWOW64\ntdll.dll.

Registers:
eax=074a506c ebx=074a4fb0 ecx=00000000 edx=00471f28 esi=fffffffe edi=00000000
eip=7784334f esp=0b4cfd98 ebp=0b4cfd98 iopl=0         nv up ei pl zr na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246

AddrPC   Params
7784334F 074A506C 0A1C8F20 0B4CFE28  ntdll.dll!RtlUlonglongByteSwap
68631900 074A506C 074A4FB0 0B4CFE28  libglib-2.0-0.dll!g_mutex_unlock 
[c:\Users\bmonkey\cerbero\sources\windows_x86\glib-2.38.1\glib/gthread-win32.c
@ 152]
6B5E7011 074A4FB8 00000050 0B4CFE28  libgstbase-1.0-0.dll!gst_base_src_loop 
[c:\Users\bmonkey\cerbero\sources\windows_x86\gstreamer-git-None\libs\gst\base/gstbasesrc.c
@ 2819]
63A4A741 0A1BC1F8 00000000 00000008  libgobject-2.0-0.dll!g_object_unref 
[c:\Users\bmonkey\cerbero\sources\windows_x86\glib-2.38.1\gobject/gobject.c @
3105]
68631AA6 0A1B67E8 0741D5C8 0A1B67E8  libglib-2.0-0.dll!g_rec_mutex_lock 
[c:\Users\bmonkey\cerbero\sources\windows_x86\glib-2.38.1\glib/gthread-win32.c
@ 206]
614AC9E8 0A1CA0D8 00425058 00000000  libgstreamer-1.0-0.dll!gst_task_func 
[c:\Users\bmonkey\cerbero\sources\windows_x86\gstreamer-git-None\gst/gsttask.c
@ 293]
68616BD7 0B4CFF94 755233AA 072E2180 
libglib-2.0-0.dll!g_thread_pool_thread_proxy 
[c:\Users\bmonkey\cerbero\sources\windows_x86\glib-2.38.1\glib/gthreadpool.c @
310]
74F31328 072E2180 0B4CFFD4 777F9F72  msvcrt.dll!_endthreadex
755233AA 072E2180 75C9E2D7 00000000  kernel32.dll!BaseThreadInitThunk
777F9F72 74F312E5 072E2180 00000000  ntdll.dll!RtlInitializeExceptionChain
777F9F45 74F312E5 072E2180 00000000  ntdll.dll!RtlInitializeExceptionChain


I also noticed following output during the configuration of glib

checking for platform-dependent source... gwin32.lo
checking whether to compile timeloop... no
checking if building for some Win32 platform... yes
checking for thread implementation... win32
configure: WARNING: I can't find the MACRO to enable thread safety on your
                platform (normally it's _REENTRANT). I'll not use any flag on
                compilation now, but then your programs might not work.
                Please provide information on how it is done on your system.
checking thread related cflags...
checking thread related libraries...
checking for localtime_r... no
checking for gmtime_r... (cached) no
configure: WARNING: the 'g_get_(user_name|real_name|home_dir|tmp_dir)'
                functions will not be MT-safe during their first call because
                there is no working 'getpwuid_r' on your system.
configure: WARNING: the 'g_date_set_time' function will not be MT-safe
                because there is no 'localtime_r' on your system.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list