[Bug 34084] New: EnumWindows and 1.6rc*
http://bugs.winehq.org/show_bug.cgi?id=34084 Bug #: 34084 Summary: EnumWindows and 1.6rc* Product: Wine Version: 1.6-rc5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: bugtrack(a)roumenpetrov.info Classification: Unclassified I use wine to run preliminary python regression tests cross-build from linux to windows 32 Following test fail (Segmentation fault) in 1.6rc1,3,4,5: ----------------------- def test_issue_8959_b(self): from ctypes.wintypes import BOOL, HWND, LPARAM global windowCount windowCount = 0 @WINFUNCTYPE(BOOL, HWND, LPARAM) def EnumWindowsCallbackFunc(hwnd, lParam): global windowCount windowCount += 1 return True #Allow windows to keep enumerating windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0) ----------------------- Test pass with wine version 1.5.16. Also pass with 1.6rc{1,3,4,5} if is run in X terminal with unset DISPLAY variable. All above mentioned wine versions are build in one and the same environment, i.e. compiler, packages etc. Severity is set to minor as "Segmentation fault" is in development environment. -- 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=34084 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-07-18 11:05:17 CDT --- Please run a regression test. -- 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=34084 --- Comment #2 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2013-07-18 14:41:24 CDT --- I cannot run whole test suite but in .../dlls/user32/tests make test ends with 24 'ok' files, i.e. all tests pass. Variable LC_ALL=en_GB.UTF-8 is set in both cases : reported issue and wine user32 tests. -- 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=34084 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-07-18 14:45:10 CDT --- You don't need to run tests at all. You want to find out when python tests broke on wine, so your test case is python tests, not wine tests. -- 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=34084 Roumen Petrov <bugtrack(a)roumenpetrov.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Roumen Petrov <bugtrack(a)roumenpetrov.info> 2013-07-26 16:50:02 CDT --- It seems to me issue is from libffi 3.0.13 so closing as not wine bug. Test pass with libffi 3.0.12 and wine 1.16 . -- 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=34084 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | -- 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=34084 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-08-05 14:19:11 CDT --- Closing bugs marked as invalid. -- 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