tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: vlc-2.2.1 crash in module loader



On Wed, 6 May 2015 22:13:42 +0200
"Ian D. Leroux" <idleroux%fastmail.fm@localhost> wrote:

> > Any chance of building vlc with debugging symbols to get a more
> > useful backtrace?
> 
> You had, of course, already done this.  Thank you, and sorry for the
> confusion.  For my information, since it looks like I'm going to have
> to do a bunch of testing to at least put together a reasonable error
> report, how did you do this?  Option debug to vlc and adding -g to
> CFLAGS, or is there a pkgsrc switch for this that I've forgotten about?

Basically enable the debug option in the package combined with:
CFLAGS+=-O0 -ggdb -g3
CXXFLAGS+=-O0 -ggdb -g3
INSTALL_UNSTRIPPED=yes

> Thanks for being so quick to test.

Thanks for working on VLC update! I will try to have another look
at the crash I got when I find some time.

Cheers,
-T


Home | Main Index | Thread Index | Old Index