[Bug 810214] Re: Firefox crashes using mozilla-plugin-vlc inside liblua

2011-10-29 Thread Rémi Denis-Courmont
** Package changed: vlc (Debian) => iceweasel (Debian) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810214 Title: Firefox crashes using mozilla-plugin-vlc inside liblua To manage notifications abo

[Bug 810214] Re: Firefox crashes using mozilla-plugin-vlc inside liblua

2011-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: eglibc (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810214 Title: Fire

[Bug 810214] Re: Firefox crashes using mozilla-plugin-vlc inside liblua

2011-10-18 Thread Bug Watch Updater
** Changed in: vlc (Debian) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810214 Title: Firefox crashes using mozilla-plugin-vlc inside liblua To manage notificatio

[Bug 810214] Re: Firefox crashes using mozilla-plugin-vlc inside liblua

2011-10-17 Thread Rémi Denis-Courmont
So I reproduced the bug (on Debian/Iceweasel anyway) and stepped through the Lua code. I cannot see anything wrong: Lua calls fopen(filename, "r") which returns a valid FILE pointer, then it calls getc(fp) and then freopen(filename, "rb", fp). freopen() crashes while trying to close the fp. This cr