http://bugs.winehq.org/show_bug.cgi?id=17256
Summary: Two mshmtl regressions in Vdownloader Product: Wine Version: 1.1.12 Platform: PC URL: http://www.vdownloader.es/ OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi, a user reported this regression in appdb, and i can confirm that VDownloader no longer works.
First at start of the program a messagebox appears with "Invalid float operation" that's bug 1 , but not fatal.
Second bug is when you paste a link in the url-field like for example
http://www.youtube.com/watch?v=4hA0WjUTR2c&feature=related
the application crashes. This worked all fine some wine-versions ago (i forgot what version)
Btw, there's a third mshtml-bug while closing the app (OLE-error) but that bug was already present in previous wine-versions
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #1 from Austin English austinenglish@gmail.com 2009-02-04 14:33:57 --- Regression test?
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-02-07 06:51:39 --- (In reply to comment #1)
Regression test?
8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban jacek@codeweavers.com Date: Tue Dec 30 06:48:59 2008 +0100
mshtml: Wine Gecko 0.9.0 release.
:040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9 a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #3 from Austin English austinenglish@gmail.com 2009-02-07 15:35:54 --- Can you try it in git with the updated gecko release?
http://bugs.winehq.org/show_bug.cgi?id=17256
Andre Wisplinghoff andre.wisplinghoff@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andre.wisplinghoff@gmail.com
--- Comment #4 from Andre Wisplinghoff andre.wisplinghoff@gmail.com 2009-02-15 09:46:34 --- It's the same in git - 'Invalid floating point operation' at start, Access Violation when trying to start download.
http://bugs.winehq.org/show_bug.cgi?id=17256
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |savelov@gmail.com
--- Comment #5 from Eugene Savelov savelov@gmail.com 2009-02-28 11:11:03 --- checked with wine 1.1.16 - the same floating point operation error on startup
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-28 14:59:21 --- *** Bug 17559 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #7 from Eugene Savelov savelov@gmail.com 2009-03-01 10:08:49 --- Created an attachment (id=19732) --> (http://bugs.winehq.org/attachment.cgi?id=19732) backtrace of floating error exception
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #8 from Eugene Savelov savelov@gmail.com 2009-03-01 10:14:59 --- please change component to advapi32 , as the backtrace shows that exception happens inside advapi32!QueryServiceStatusEx
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #9 from Eugene Savelov savelov@gmail.com 2009-03-01 10:25:06 --- Created an attachment (id=19733) --> (http://bugs.winehq.org/attachment.cgi?id=19733) trace with WINDEBUG=+service
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2009-03-01 10:29:14 --- (In reply to comment #8)
please change component to advapi32 , as the backtrace shows that exception happens inside advapi32!QueryServiceStatusEx
Backtrace without debug symbols is useless.
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #11 from Eugene Savelov savelov@gmail.com 2009-03-01 10:54:40 --- may be this RasAuto service calls could be related to this mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=169841 (Conn: tries to auto-dial even though I have an ethernet connection) workaround is to set network.autodial-helper.enabled to false, but I am not sure how to configure it in gecko engine
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #12 from Eugene Savelov savelov@gmail.com 2009-03-01 11:16:09 --- changed network.autodial-helper.enabled option to false in xulsrunner.js , still getting invalid floating point operation, now in js3250.dll. Don't have debug symbols for gecko unfortunately
http://bugs.winehq.org/show_bug.cgi?id=17256
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19732|0 |1 is obsolete| |
--- Comment #13 from Eugene Savelov savelov@gmail.com 2009-03-01 11:59:23 --- Created an attachment (id=19734) --> (http://bugs.winehq.org/attachment.cgi?id=19734) backtrace with gecko debugging , network.autodial-helper.enabled turned off
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #14 from Eugene Savelov savelov@gmail.com 2009-03-01 12:25:35 --- place in jsemit.cpp which triggers floating point exception
/* XXX just do numbers for now */ if (pn->pn_type == TOK_NUMBER) { dval = pn->pn_dval;
if (JSDOUBLE_IS_INT(dval, ival) && INT_FITS_IN_JSVAL(ival)) {
v = INT_TO_JSVAL(ival); } else {
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #15 from Eugene Savelov savelov@gmail.com 2009-03-01 12:44:57 --- Created an attachment (id=19737) --> (http://bugs.winehq.org/attachment.cgi?id=19737) floating registers and disassemble dump of js_DefineCompileTimeConstant
http://bugs.winehq.org/show_bug.cgi?id=17256
--- Comment #16 from Eugene Savelov savelov@gmail.com 2009-03-28 07:45:21 --- Created an attachment (id=20160) --> (http://bugs.winehq.org/attachment.cgi?id=20160) WINEDEBUG=+all trace around floating point exception
full debugging shows that SEH handles c0000090 exception (EXCEPTION_FLT_INVALID_OPERATION )
http://bugs.winehq.org/show_bug.cgi?id=17256
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jacek@codeweavers.com Resolution| |FIXED
--- Comment #17 from Jacek Caban jacek@codeweavers.com 2009-08-05 14:42:14 --- It's fixed by Wine Gecko 1.0.0.
http://bugs.winehq.org/show_bug.cgi?id=17256
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org 2009-08-07 12:39:23 --- Closing bugs fixed in 1.1.27.