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

Tabtest for xod/core/switch-case fails to run when compiled in the cloud #1798

Open
evgenykochetkov opened this issue Jun 4, 2019 · 0 comments
Labels

Comments

@evgenykochetkov
Copy link
Contributor

Environment

  • Scope: desktop IDE, browser IDE
  • Version: master (557350c)

Steps to reproduce

  1. Open test-switch-case patch test-core (https://github.com/xodio/xod/tree/master/workspace/test/test-core/test-switch-case)
  2. Run the tabtest

Expected behavior

Tabtest executes fine.

Actual behavior

The following error is shown:

Invalid function pointer called with signature 'vii'. Perhaps this is an invalid value (e.g. caused by calling a virtual method on a NULL pointer)? Or calling a function with an incorrect type, which will fail? (it is worth building your source files with -Werror (warnings are errors), as warnings can indicate undefined behavior which can cause this)
Build with ASSERTIONS=2 for more info.

Note that the same tabtest executes fine when run locally with cli, and the node itself works fine in the simulation.

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

No branches or pull requests

1 participant