Re: Scheduling

"Sven Schnelle" <[email protected]> Mon, 17 Apr 2006 22:13:13 +0200
Newsgroups gmane.comp.video.gephex.devel
Organization private
Message-ID <[email protected]>
--===============0732042882==
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha1; protocol="application/pgp-signature"

--=-=-=
Content-Transfer-Encoding: quoted-printable

Hi List,

sometime when deleting a module from a graph, i've got error messages
like "Modul ex. nicht bei graphEditor::modExecTimeSignal()". After
investigating this a bit further, it turned out that this happens only on
non deterministic modules like the signalgenerator module. Browsing the
changesets, it looks like this bug was introduced with patch 1862:

http://arch.gephex.org/zoom/[email protected]/gephex--main--0.4--patc=
h-1862?log

A module with non deterministic behaviour is now treated as a sink, and
pushed to m_sinks. But when the module is removed from the graph,=20
RuntimeSystem::deleteModule doesn't take this into account, and the
module stays on the m_sinks list.

I changed this, so the module gets now removed:

http://arch.gephex.org/zoom/[email protected]/gephex--svens--0.1--patch-26=
/engine/src/renderer/runtimesystem.cpp.diff?diff

Comments?

Best,

Sven.

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQ/bc86MdxiXaIbERAtwcAJ9/2NbFSf7z6qBQZpjapT1bwkTuUgCfSQ0n
pAic1FNftwaag5ypKMgBlw8=
=gp/d
-----END PGP SIGNATURE-----
--=-=-=--

--===============0732042882==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gephex-devel mailing list
[email protected]
http://lists.gephex.org/mailman/listinfo/gephex-devel

--===============0732042882==--