[Bug 13800] New: Examdiff crashes
http://bugs.winehq.org/show_bug.cgi?id=13800 Summary: Examdiff crashes Product: Wine Version: CVS/GIT Platform: Other URL: http://software- files.download.com/sd/Fi95O5DJsRMoHuY474IPkpdARKwANo2lJS 5D8lzS8PxJL_9b9DurXqIPqjYAMqs0yKjAcI7yjGlj7Ht6XgJNmD2aVV kQen9y/software/10650170/10037213/3/edpro40.exe?lop=&pty pe=1721&ontid=2248&siteId=4&edId=3&spi=c8e99775d4f4b87d3 dbf05ea039599f7&pid=10650170&psid=10037213 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: xerox_xerox2000(a)yahoo.co.uk Hi, a user reported problems with this app in appdb. Steps to reproduce: Start the app, and select two textfiles in the openingwindow. The very moment you click OK it crashes with an Unhandled page fault. Works fine with native comclt32. I'll attach a log -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-06-09 05:10:06 --- Created an attachment (id=13835) --> (http://bugs.winehq.org/attachment.cgi?id=13835) relay log Maybe ot's related to: 0009:Call user32.GetPropW(0001008e,6066d840 L"CCComboEx32SubclassInfo") ret=605e9e63 ??? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski(a)gmail.com --- Comment #2 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2008-07-05 13:25:26 --- I could not reproduce it. I tried both Examdiff 1.7 and 1.8 from http://www.prestosoft.com/edp_examdiff.asp#download . I have chosen to compare readme.txt and whatsnew.txt from the Examdiff directory and it displayed a window. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-07-05 16:43:07 --- Hi Mikolay, I used this one: http://www.prestosoft.com/edp_download.asp. It seems it behaves differntly -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 --- Comment #4 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2008-07-05 17:13:59 --- After downloading Examdiff Pro 4.0, I can confirm this bug. It is caused by COMBOEX_GetText returing NULL in COMBOEX_GetListboxText. Later we do an lstrcpy and lstrlen which, on Wine, don't have exception handlers. I will have to check where the bug is. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #5 from André H. <nerv(a)dawncrow.de> 2009-01-01 12:38:29 --- in wine 1.1.11: can confirm it for examdiff pro 4.0 and pro 4.5 can not confirm it for examdiff 1.8(free) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-01-20 02:39:10 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-08 18:16:22 --- Created an attachment (id=21662) --> (http://bugs.winehq.org/attachment.cgi?id=21662) A test showing crash on Wine comboex handlers. Pass on XP. (In reply to comment #4)
After downloading Examdiff Pro 4.0, I can confirm this bug. It is caused by COMBOEX_GetText returing NULL in COMBOEX_GetListboxText. Later we do an lstrcpy and lstrlen which, on Wine, don't have exception handlers. I will have to check where the bug is.
Looks like that. Attached test crash in both message handlers on Wine (CB_GETLBTEXTLEN and CB_GETLBTEXT). So both of them should be fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://software- |http://www.prestosoft.com/e | |dp_download.asp URL|files.download.com/sd/Fi95O | |5DJsRMoHuY474IPkpdARKwANo2l | |JS5D8lzS8PxJL_9b9DurXqIPqjY | |AMqs0yKjAcI7yjGlj7Ht6XgJNmD | |2aVVkQen9y/software/1065017 | |0/10037213/3/edpro40.exe?lo | |p=&ptype=1721&ontid=2248&si | |teId=4&edId=3&spi=c8e99775d | |4f4b87d3dbf05ea039599f7&pid | |=10650170&p | URL|sid=10037213 | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-14 09:08:21 --- Fixed by commit: http://source.winehq.org/git/wine.git/?a=commit;h=e1de222e4ebbf183089928d123... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-23 13:18:42 --- Closing bugs fixed in 1.1.32. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13800 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e1de222e4ebbf183089928d1235 | |2c059a511f3a8 CC| |focht(a)gmx.net Version|unspecified |1.0-rc4 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org