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

segfaults with missing states #170

Open
kev-m opened this issue Mar 17, 2018 · 2 comments
Open

segfaults with missing states #170

kev-m opened this issue Mar 17, 2018 · 2 comments

Comments

@kev-m
Copy link

kev-m commented Mar 17, 2018

The following SCXML causes uscxml-browser to segfault:

<?xml version="1.0" encoding="UTF-8"?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" initial="missing-state">
	<state id="main-state" initial="disconnected-state">
		<transition event="exit" target="off-state" />
	</state>
	<final id="off-state">
	</final>
</scxml>		
@kev-m
Copy link
Author

kev-m commented Mar 17, 2018

@sradomski
Copy link
Member

sradomski commented Mar 20, 2018

It will take me a while as I just realized that xerces-c dropped the 3.1.4 release in favor of 3.2.1 and it does not feature a msbuild project file anymore. As such, all windows build slaves fail until I change the build system for xerces-c on windows hosts to cmake. I hope to get to it on the weekend.

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