Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xds debugger doesnt start under window 10 #4

Open
alexogheri opened this issue May 17, 2021 · 1 comment
Open

xds debugger doesnt start under window 10 #4

alexogheri opened this issue May 17, 2021 · 1 comment

Comments

@alexogheri
Copy link

Hi dear all, first of all thanks a lot for your wonderful product.
I am very impressed by the compiler.
Unfortunately, though, for me the DEBUGGER doesnt start under windows 10 and I get:

Microsoft Windows [Versione 10.0.19042.928]
(c) Microsoft Corporation. Tutti i diritti sono riservati.

C:\Users\aless>xd sieve.exe

XDS Debugger (native x86 edition), Version 1.1 [build 20.02.2002]
(c) 1996-2001 Excelsior

*** Sorry, bug in debugger ***

#RTS: unhandled exception #15: ASSERT(FALSE, 15)

File errinfo.$$$ created.

C:\Users\aless>

where the content of the errinfo.$$$ file is:

File errinfo.$$$ created.

C:\Users\aless>type errinfo.$$$
C:\XDS\BIN\xd.exe sieve.exe
#RTS: unhandled exception #15: ASSERT(FALSE, 15)
00004385 00000000 C:\XDS\BIN\xd.exe
0002846E 00000000 C:\XDS\BIN\xd.exe
0002833A 00000000 C:\XDS\BIN\xd.exe
000342BC 00000000 C:\XDS\BIN\xd.exe
00065D96 00000000 C:\XDS\BIN\xd.exe

C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>
C:\Users\aless>

@ogheri
Copy link

ogheri commented Jul 30, 2021

Hi in particular, now, after having tried the 2.60 version of this package I get 👍
(c) Microsoft Corporation. Tutti i diritti sono riservati.

C:\Users\aless>xd

XDS Debugger (native x86 edition), Version 2.0 [build 07.06.2019]
(c) 1996-2002 Excelsior

*** Sorry, bug in debugger ***

#RTS: unhandled exception #15: ASSERT(FALSE,15) at line 259 of Console.mod

File errinfo.$$$ created.

EAX = 00000000 EBX = 00000000
ECX = 00000000 EDX = 00000000
ESI = 00000000 EDI = 00000000
EBP = 00000000 ESP = 00000000
EIP = 00000000
STACK:
00000000: 00000000 00000000 00000000 00000000
00000010: 00000000 00000000 00000000 00000000
00000020: 00000000 00000000 00000000 00000000
00000030: 00000000 00000000 00000000 00000000
00000040: 00000000 00000000 00000000 00000000
00000050: 00000000 00000000 00000000 00000000
00000060: 00000000 00000000 00000000 00000000
00000070: 00000000 00000000 00000000 00000000

C:\Users\aless>

which tells which line of which file produces the assert FALSE ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants