This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
When I try to assemble my CS project I get an invalid page fault in
kernel32.dll. The .asm is attached. If you want tasm for testing I can loan
you my copy (mail me).
This crash happens 100% of the time.
cygcheck.out is attached (as requested on the bug page.)
This one is a little different from
http://sources.redhat.com/ml/cygwin/1998-11/msg00565.html in that the make dies.
uname -a says:
CYGWIN_98-4.10 RUNABOUT 1.3.5(0.47/3/2) 2001-11-13 23:16 i686 unknown
System Properties says:
System:
Microsoft Windows 98
4.10.1998
ver says:
Windows 98 [Version 4.10.1998]
The Makefile (of course the tabs are spaces here. Oh, and the backup rule is
broken, but that's no biggie.):
# Makefile for project
#
all:
tasm -l project
tlink project
debug project.exe
backup:
cp project.asm backup/.
cp Makefile backup/.
"Transcript" of me running make. Note the lack of tlink output:
peter@RUNABOUT c:/WINDOWS/Desktop/asm/project
$ make
tasm -l project
Turbo Assembler Version 4.1 Copyright (c) 1988, 1996 Borland International
Assembling file: project.ASM
Error messages: None
Warning messages: None
Passes: 1
Remaining memory: 398k
peter@RUNABOUT c:/WINDOWS/Desktop/asm/project
The output from the "Red X" box, entitled "Make":
MAKE caused an invalid page fault in
module KERNEL32.DLL at 015f:bff7d757.
Registers:
EAX=c1515d80 CS=015f EIP=bff7d757 EFLGS=00010202
EBX=816bfbfc SS=0167 ESP=0255d9c4 EBP=0255da0c
ECX=bff7d750 DS=0167 ESI=00000001 FS=32d7
EDX=bffc9490 ES=0167 EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 0f 3b ce 76 10 8d 47 10 83 38 00 74 28 83 c0
Stack dump:
0255da0c 816f28e0 00000001 00000000 bff8dd19 816bfbfc 00000003 0255e6fc
00000000 c1401df0 816f2920 6105ffff 6109db0c 00000001 816a1e64 6105a474
Attachment:
cygcheck.out
Description: Binary data
Attachment:
project.asm
Description: Binary data
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |