On Wednesday 27 February 2002 11:48 am, Juergen Vigna wrote: > Did someone of you try to load the UserGuide? I failed on 3 of the 4 images! > the first time and now I fail only on the platypus image. It seems to me that > transforming only starts the first time the image should be visualized and not > as expected as soon as the document is loaded.
That is correct. We have lazy loading of the image. Why work when you don't need to? For images not converted I get: > LyX: Error waiting for child: No child processes This is the race between the forkedcall controller and the clunky rubbish in CursorToggle. We have multiple waitpid() calls. John has submittted a patch. It's huge but is just a clear out of now redundant code. Shall I commit it, or should HE look first? > on the shell-window and I experience the Segfault on quit also everytime > I quit LyX thereafter. Edwin has narrowed this down to something in free_color_table. I have updated cvs so you get a memory leak but no crash whilst the problem is fixed properly. Angus