[DGD] Error with 1.5.5

Raymond Jennings shentino at gmail.com
Wed Jul 19 04:15:49 CEST 2017


Ah, windows.

Does windows even have GDB or another debugger that can generate a symbolic
backtrace?

Thanks for the verbatim sources though, that should help.

On Tue, Jul 18, 2017 at 9:36 AM, Blain <blain20 at gmail.com> wrote:

> * * * [/driver.c]
>
> void initialize()
> {
>   send_message("initialize()\n");
>   compile_object("/test");
> }
>
> void compile_error(string file, int line, string err)
> {
>   send_message(file+" "+line+"; "+err+"\n");
> }
>
> string runtime_error(string err, int caught, int ticks)
> {
>   send_message(err+"\n");
>   return err;
> }
>
>
> * * * [/test.c]
>
> void foo()
> {
>   test = 1;
> }
>
>
> * * * [dgd-1.5.5.stackdump]
> Exception: STATUS_ACCESS_VIOLATION at rip=00100402C63
> rax=00000005FFFFFFD9 rbx=00000000FFFFC7F0 rcx=0000000600000001
> rdx=FFFFFFFFFFFFFFD8 rsi=000000018024D820 rdi=00000000FFFFC3C5
> r8 =FFFFFFFFFFFFFFF8 r9 =00000000FFFFC320 r10=0000000100000000
> r11=0000000100452C92 r12=0000000000000000 r13=0000000000000000
> r14=0000000000000000 r15=0000000000000000
> rbp=00000000FFFFC280 rsp=00000000FFFFC250
> program=C:\Users\Blain\Data\mud\core\bin\dgd-1.5.5, pid 5060, thread main
> cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
> Stack trace:
> Frame        Function    Args
> 000FFFFC280  00100402C63 (006000D5B80, 000FFFFC2E0, 00100402D8B,
> 000FFFFC2E0)
> 000FFFFC2B0  00100405CB4 (00100499DBC, 006000CA730, 006000D59C8,
> 000FFFFC320)
> 000FFFFC2E0  0010049B43E (006000CBA18, 001004BF600, 0010049AFC0,
> 07B004BF4C0)
> 000FFFFC320  00100496787 (001004415D1, 006000CA400, 000FFFFC410,
> 000FFFFC380)
> 000FFFFC350  00100436BCF (000FFFFC7F0, 006000CDB50, 000FFFFC398,
> 000FFFFC410)
> 000FFFFC380  0010044D431 (000FFFFC3C0, 000FFFFBB28, 006000CB9F8,
> 00000000001)
> 000FFFFC410  0010044DF76 (000FFFFC560, 00000000000, 00000000000,
> 00100000000)
> 000FFFFC5B0  0010047748F (00000000000, 001004C1C20, 001004A31A9,
> 0010049F0E8)
> 000FFFFC730  0010042DC82 (006000D612C, 0060007B8A8, 0060007B8A8,
> 000FFFFC7C0)
> 000FFFFC850  0010042F1AE (6FFFFBF0040, 00000000000, 00600000000,
> 00000000000)
> 000FFFFC980  0010042F9B7 (6FFFFBF0040, 00000000000, 001004A5027,
> 0000000000A)
> 000FFFFC9F0  0010043620F (001004A5027, 00600000000, 001004BDE00,
> 00100000002)
> 000FFFFCA80  00100434927 (00000000000, 00000000000, 00000000000,
> 001004BE3C8)
> 000FFFFCBD0  00100436541 (000FFFFCC68, 000FFFFCCC0, 00000000000,
> 3C1000000000000)
> 000FFFFCC10  00100485044 (000FFFFCC60, 30001000000FF00, 001800477A1,
> 00000000000)
> 000FFFFCCC0  00180047812 (00000000000, 00000000000, 00000000000,
> 00000000000)
> End of stack trace (more stack frames may be present)
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd



More information about the DGD mailing list