[Bug 50257] Regression: startup crash/infinite loop on FreeBSD

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 5 17:56:55 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50257

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
                 CC|                            |piotr at codeweavers.com
    Regression SHA1|                            |d784dbb89993d0565ea132109b1
                   |                            |10cc9500c97f4

--- Comment #1 from Damjan Jovanovic <damjan.jov at gmail.com> ---
Regression during beta release -> BLOCKER.

Bisection result:

d784dbb89993d0565ea132109b110cc9500c97f4 is the first bad commit 
commit d784dbb89993d0565ea132109b110cc9500c97f4 
Author: Piotr Caban <piotr at codeweavers.com> 
Date:   Tue Dec 1 13:51:32 2020 +0100 

    msvcrt: Remove MSVCRT_ prefix from heap.c functions. 

    Signed-off-by: Piotr Caban <piotr at codeweavers.com> 
    Signed-off-by: Alexandre Julliard <julliard at winehq.org> 

 dlls/crtdll/crtdll.spec     |  20 ++--- 
 dlls/msvcr100/msvcr100.spec |  58 +++++++-------- 
 dlls/msvcr110/msvcr110.spec |  58 +++++++-------- 
 dlls/msvcr120/msvcr120.spec |  58 +++++++-------- 
 dlls/msvcr70/msvcr70.spec   |  38 +++++----- 
 dlls/msvcr71/msvcr71.spec   |  38 +++++----- 
 dlls/msvcr80/msvcr80.spec   |  60 +++++++-------- 
 dlls/msvcr90/msvcr90.spec   |  58 +++++++-------- 
 dlls/msvcrt/console.c       |   4 +- 
 dlls/msvcrt/cpp.c           |  44 +++++------ 
 dlls/msvcrt/data.c          |   6 +- 
 dlls/msvcrt/dir.c           |  12 +-- 
 dlls/msvcrt/environ.c       |   4 +- 
 dlls/msvcrt/errno.c         |  14 ++-- 
 dlls/msvcrt/except.c        |   2 +- 
 dlls/msvcrt/exit.c          |   8 +- 
 dlls/msvcrt/file.c          |  56 +++++++------- 
 dlls/msvcrt/heap.c          |  56 +++++++------- 
 dlls/msvcrt/locale.c        | 174 ++++++++++++++++++++++---------------------- 
 dlls/msvcrt/main.c          |  16 ++-- 
 dlls/msvcrt/math.c          |   8 +- 
 dlls/msvcrt/mbcs.c          |   8 +- 
 dlls/msvcrt/msvcrt.h        |  12 +-- 
 dlls/msvcrt/msvcrt.spec     |  52 ++++++------- 
 dlls/msvcrt/process.c       | 104 +++++++++++++------------- 
 dlls/msvcrt/scheduler.c     |  46 ++++++------ 
 dlls/msvcrt/string.c        |   2 +- 
 dlls/msvcrt/thread.c        |   8 +- 
 dlls/msvcrt/time.c          |  24 +++--- 
 dlls/msvcrt/wcs.c           |   2 +- 
 dlls/msvcrtd/msvcrtd.spec   |  42 +++++------ 
 dlls/ucrtbase/ucrtbase.spec |  38 +++++----- 
 32 files changed, 562 insertions(+), 568 deletions(-)

-- 
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.



More information about the wine-bugs mailing list