[gstreamer-bugs] [Bug 632168] MSVC thread names for task debugging

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 19 09:43:58 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632168
  GStreamer | gstreamer (core) | git

--- Comment #2 from David Hoyt <dhoyt at llnl.gov> 2010-10-19 16:43:53 UTC ---
It's guarded by looking for the MSVC compiler which it works fine on and is
intended only for use with the MSVC debugger and/or the SDK debugger. Any other
debugger (e.g. GDB) would/should be incompatible. As such, since the compiler
supports it, it's not a problem. It's also the only way to do it in native code
w/ MSVC.

It's only for debug use and will only work for new threads that are started if
the debugger is already attached. It's not a problem or an error if it didn't
work. Besides, RaiseException() is void and I have no way of knowing if it
succeeded or not.

-- 
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