23 июня 2011 г. 21:58 пользователь Gabriel Dos Reis <g...@cs.tamu.edu>написал:

>  I believe there was a bug in OpenAxiom-1.4.0
> in that it did not build viewman but would try to spawn it.
>

Sure, I caught it (SVN revision r2117).

As for Debian, I'm building r2199 now.

And I'm talking about src/sman/sman.c:
function start_the_graphics:
it tries to start viewman even if it does not exist
(in Debian, Axiom and OpenAxiom are built with X support,
but all graphics stuff is in the separated package and may not be
installed).

So, since viewman does not exist, the forked process dies and
its parent respawn it again and again.

I believe it can be changed to something like this:
if (start_graphics && graphics_present)         start_the_graphics();

Does it make sense?
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to