http://bugs.winehq.org/show_bug.cgi?id=23757
Summary: Free Pascal 2.4.0 segfaults on Wine 1.2 Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: saempylae@gmail.com
I downloaded the Free Pascal 2.4.0 installer (file fpc-2.4.0.i386-win32.exe) and installed it. Running:
wine C:\FPC\2.4.0\bin\i386-win32\fp.exe
from the command line results in a segmentation file.
Attaching a log extracted using:
WINEDEBUG=+all wine C:\FPC\2.4.0\bin\i386-win32\fp.exe > fp.out 2>&1