8000 No symbol table? · Issue #11 · realnc/frobtads · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
No symbol table? #11
Open
Open
@alanmead

Description

@alanmead

Sorry if this is a dumb question, but when I make some mistakes in authoring TADS 2 games, particularly with the arguments to verX, doX, and ioX functions, I get the error below. This can be replicated by simply adding an arbitrary extra parameter to any verification method. Then compile and play the game and cause the method to fire.

I assume that the symbol table would provide more clues to debug this issue? Like the function name, at least?

[TADS-1026: wrong number of arguments to user function "<NO SYMBOL TABLE>.<NO SYMBOL TABLE>"]

Is this because I have failed to include debugging information? I have tried compiling with -ds and -ds2, am I doing it wrong?

tadsc -ds2+ file.t
tadsc -ds+ file.t
tadsc -ds2 file.t
tadsc -ds file.t

This issue is identical in a copy of tadsc/frob that I compiled in 2014 and 2.0 that I compiled today. I see it affects some other users:
http://www.allthingsjacq.com/intfic_clubfloyd_20090103.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0