I'm trying to run the basic check in tests. Are these known to fail (with a
crash) on Linux ?
If not, as this isn't throwing a nice stack trace, I'm at a bit of a loss as
to where to start - I don't think digging through it with gdb will be much use
?
If I just launch the last .swf there with the (debug) player, then I just get
an empty window with a 0% loading indicator and an error saying
Error #2032: Stream Error. URL: file:///home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/spark/views/framework_0.swf
So I am probably missing something (or my fresh build is very very broken, but
I do see some of the tests run through), because :
falken@wopr:~/workspace/flex-sdk-source-develop$ find . -iname framework_0.swf
falken@wopr:~/workspace/flex-sdk-source-develop$
Full text of last build step:
falken@wopr:~/workspace/flex-sdk-source-develop$ ant checkintests
...
basictests:
[mxmlc] Loading configuration file /home/falken/workspace/flex-sdk-source-
develop/frameworks/flex-config.xml
[mxmlc] Loading configuration file /home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/BasicTests-config.xml
[mxmlc] /home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/BasicTests.swf (3726764 bytes)
[mxmlc] Loading configuration file /home/falken/workspace/flex-sdk-source-
develop/frameworks/flex-config.xml
[mxmlc] /home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/basicLoader.swf (957 bytes)
[mxmlc] Loading configuration file /home/falken/workspace/flex-sdk-source-
develop/frameworks/flex-config.xml
[mxmlc] /home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/spark/views/StyleManagerModuleTest.swf
(517386 bytes)
[mxmlc] Loading configuration file /home/falken/workspace/flex-sdk-source-
develop/frameworks/flex-config.xml
[mxmlc] Required RSLs:
[mxmlc] framework_0.swf
[mxmlc] textLayout_0.swf
[mxmlc] spark_0.swf
[mxmlc] osmf_0.swf
[mxmlc] /home/falken/workspace/flex-sdk-source-
develop/frameworks/tests/basicTests/spark/views/HelloWorld.swf (49214 bytes)
[echo] launching player and swf
[exec]
[exec] (flashplayerdebugger:28278): GLib-GObject-WARNING **: instance
with invalid (NULL) class pointer
[exec]
[exec] (flashplayerdebugger:28278): GLib-GObject-CRITICAL **:
g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE
(instance)' failed
--
Tom