Testing one of my applications agains the current CVS I get the following
error:
fixme:pthread_atfork
fixme:win32:PE_LoadImage We need to perform base relocations for
C:\windows\system\cw3230.dll
At this point a dialog box pops up asking if I want to run the debugger.
Clicking OK gives:
err:seh:UnhandledExceptionFilter Couldn't start debugger (winedbg
136513304 1414155735)
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0
addr 0x4034fdb2
This application definitely worked a couple of days ago. Looking through
the ChangeLog the possible culprits are
* loader/pe_image.c:
Clear the remainder of the page when mapping a section whose size on
disk is not a full page multiple.
Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
* include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
Gavriel State <[EMAIL PROTECTED]>, Ulrich Czekalla <[EMAIL PROTECTED]>
Added support for memory mapping of 4k aligned PE binaries. This can
speed up load times significantly for some applications.
The file causing the problem, cw3230.dll, is the C runtime library from
Borland C++ v5.
Dave Pickles