Unusual crash while running DCC.

Hi All,
I am getting an unusual crash when using DCC on
Window ME. The steps that resulted in the crash are as
follows.

  1. I establish a connection between the client and the
    server.
  2. I will do a file transfer from the client to the
    server by drag and drop in the explorer hosted after
    the connection is established.
  3. In midst of the data transfer ( User is visualising
    the Copy file dialog ), I will disconnect the
    connection by clicking the close button in the server
    end.
  4. I see the client gets disconnected as well as
    server. But after a while ( about 1-3 seconds),I get a
    blue screen with the following message.

An exception error 0E has occured at 0028:C146A553 in
VxD PPPMAC(01) +
00002353. This was called from 0028:C001B010 in VxD
NDIS(01) + 0000378C. It
may be possible to continue normally.

* Press any key to continue.
* Press CTRL+ALT+DEL to restart your computer. You
will lose any unsaved
information in all applications.

I am unable to figure out the reasons for this. Can
any one throw some light over this matter.

Suggestion to debug the problem, and etc. are most
welcome.

Thanks in advance,
Jayadev


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Exception error 0E means a page fault error, which may occurr
on any unproper memory reference. For a start, I would
suggest you to set a breakpoint into what it looks to be a
NDIS driver (0028:C001B010 in VxD NDIS(01) + 0000378C)
and trace from that point on to 0028:C146A553 (the crash point)
to understand what’s happening.

Miguel Monteiro
xxxxx@criticalsoftware.com

Critical Software, S.A. - http://www.criticalsoftware.com
111 North Market Street, 6th floor, San Jose, CA, USA, 95113
Tel: +1.408.9711231, Fax +1.408.9383929
R. Pedro Nunes, IPN, 3030-199 Coimbra, Portugal
Tel: +351.239.700945 - Fax: +351.239.700905

DISCLAIMER: This mail contents represent
my own personal opinions and do not, in any way,
represent the opinion or policy of Critical Software, S.A.

“Humour and love are God’s answers
to Human weaknesses”

----- Original Message -----
From: “jayadev m n”
To: “NT Developers Interest List”
Sent: Monday, July 16, 2001 12:33 PM
Subject: [ntdev] Unusual crash while running DCC.

Hi All,
I am getting an unusual crash when using DCC on
Window ME. The steps that resulted in the crash are as
follows.

1. I establish a connection between the client and the
server.
2. I will do a file transfer from the client to the
server by drag and drop in the explorer hosted after
the connection is established.
3. In midst of the data transfer ( User is visualising
the Copy file dialog ), I will disconnect the
connection by clicking the close button in the server
end.
4. I see the client gets disconnected as well as
server. But after a while ( about 1-3 seconds),I get a
blue screen with the following message.

An exception error 0E has occured at 0028:C146A553 in
VxD PPPMAC(01) +
00002353. This was called from 0028:C001B010 in VxD
NDIS(01) + 0000378C. It
may be possible to continue normally.

* Press any key to continue.
* Press CTRL+ALT+DEL to restart your computer. You
will lose any unsaved
information in all applications.

I am unable to figure out the reasons for this. Can
any one throw some light over this matter.

Suggestion to debug the problem, and etc. are most
welcome.

Thanks in advance,
Jayadev


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com