Page 1 of 1

debug vlc

Posted: 11 Jun 2010 05:44
by charlestsai
hi everyone:
I need debug vlc, but I can't suspend thread at vlc running, I mask the line that set thread is block
in /vlc/bin/vlc.c (pthread_sigmask (SIG_BLOCK, &set, NULL);), then I can suspend thread in any time.

Anyone know than it cause any problem at vlc running.

thank.

Re: debug vlc

Posted: 15 Jun 2010 04:21
by RĂ©mi Denis-Courmont
Ctrl+Z should work unless your debugger is buggy (and this forum is not the right place to report issues with buggy debuggers).