« Previous | Next » 

Revision db529aab

IDdb529aabfac17201d3647384abf89fc7f272b493

Added by Andreas Färber over 12 years ago

vl.c: Guard against GThread double-initialization

GThread-ERROR **: GThread system may only be initialized once.
aborting...

Making the g_thread_init() call in vl.c conditional resolves an abort on
Mac OS X, where coroutine-gthread.c seems to call it before vl.c.

Reported-by: Juan Pineda <>
Signed-off-by: Andreas Färber <>
Cc: Daniel P. Berrange <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences