---------------------- Forwarded by Dominic Steinitz/HEATHROW/BRITISH AIRWAYS/GB on
20/11/2000 09:18 ---------------------------
Dominic Steinitz
19/11/2000 00:27
To: hugs-bugs
cc:
bcc:
Subject: Invalid Page Fault
HUGS caused an invalid page fault in
module HUGS.EXE at 0137:00406d72.
Registers:
EAX=fffd54da CS=0137 EIP=00406d72 EFLGS=00010297
EBX=00000000 SS=013f ESP=006e0000 EBP=007dfbd0
ECX=fffc2f70 DS=013f ESI=fffd54f6 FS=0e17
EDX=00000200 ES=013f EDI=00c14250 GS=0000
Bytes at CS:EIP:
50 e8 e8 00 00 00 8b 15 04 ef 4c 00 83 c4 04 89
Stack dump:
00000020 fffd551a 00406f07 00000002 fffd551e 00406edf fffd551a 00c14250 fffd5524
00406d78 fffd551e 00000040 fffd5539 00406f07 00000004 fffd553d
Here's the session details. c 2 works ok as below but c 80 causes the page fault.
Dominic.
__ __ __ __ ____ ___ _________________________________________
|| || || || || || ||__ Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__|| __|| Copyright (c) 1994-1999
||---|| ___|| World Wide Web: http://haskell.org/hugs
|| || Report bugs to: [EMAIL PROTECTED]
|| || Version: February 2000 _________________________________________
Hugs mode: Restart with command line option +98 for Haskell 98 mode
Reading file "C:\HUGS98\lib\Prelude.hs":
Reading file "C:\My Documents\functional\parser\hugsprob.hs":
Reading file "C:\My Documents\functional\parser\UU_Parsing.hs":
Reading file "C:\My Documents\functional\parser\hugsprob.hs":
Hugs session for:
C:\HUGS98\lib\Prelude.hs
C:\My Documents\functional\parser\UU_Parsing.hs
C:\My Documents\functional\parser\hugsprob.hs
Type :? for help
Main> c 2
([Entry{dN=DN{eN=Just (EmployeeNumber "3729"),ou=Ou "People",o=Organisation "bap
lc.com",dc=DC "pathway"},unitHierarchyCode=Just (UnitHierarchyCode "BAIOMH"),tel
ephoneExtnNumber=Just (TelephoneExtnNumber "27635"),ou'=Ou "People",manager=Just
(Manager DN{eN=Just (EmployeeNumber "652413"),ou=Ou "People",o=Organisation "ba
plc.com",dc=DC "pathway"}),objectClasses=[ObjectClass "top",ObjectClass "person"
,ObjectClass "organizationalPerson",ObjectClass "inetOrgPerson",ObjectClass "pth
wyOrgPerson"]},Entry{dN=DN{eN=Just (EmployeeNumber "3729"),ou=Ou "People",o=Orga
nisation "baplc.com",dc=DC "pathway"},unitHierarchyCode=Just (UnitHierarchyCode
"BAIOMH"),telephoneExtnNumber=Just (TelephoneExtnNumber "27635"),ou'=Ou "People"
,manager=Just (Manager DN{eN=Just (EmployeeNumber "652413"),ou=Ou "People",o=Org
anisation "baplc.com",dc=DC "pathway"}),objectClasses=[ObjectClass "top",ObjectC
lass "person",ObjectClass "organizationalPerson",ObjectClass "inetOrgPerson",Obj
ectClass "pthwyOrgPerson"]}],"",)
(62505 reductions, 124185 cells)
-------------------------------------------------------------------------------------------------
21st century air travel http://www.britishairways.com
-------------------------------------------------------------------------------------------------
21st century air travel http://www.britishairways.com
hugsprob.hs