Animated GIF

I think I am allowed.

drwxrwxr-x 2 wolfgang wolfgang 4096 Jan 25 22:26 AnimROOT

Well … I have no more ideas … sorry …

disk full?
disk quota exceeded?
disk mounted as “read-only”?

Try to run (this should create a 51200 bytes long “trial.dat” file):
dd count=100 if=/dev/zero of=trial.dat

[ICU]:AnimROOT> df -h
Filesystem               Size  Used Avail Use% Mounted on
udev                     3.6G  4.0K  3.6G   1% /dev
tmpfs                    741M  1.3M  740M   1% /run
/dev/sda2                 47G   13G   32G  29% /
none                     4.0K     0  4.0K   0% /sys/fs/cgroup
none                     5.0M     0  5.0M   0% /run/lock
none                     3.7G  4.3M  3.7G   1% /run/shm
none                     100M   64K  100M   1% /run/user
/dev/sda1                511M  3.4M  508M   1% /boot/efi
/dev/sda3                870G  9.4G  816G   2% /home
/home/wolfgang/.Private  870G  9.4G  816G   2% /home/wolfgang
[ICU]:AnimROOT> df -i
Filesystem                Inodes  IUsed    IFree IUse% Mounted on
udev                      943064    535   942529    1% /dev
tmpfs                     947542    569   946973    1% /run
/dev/sda2                3129344 513155  2616189   17% /
none                      947542      2   947540    1% /sys/fs/cgroup
none                      947542      3   947539    1% /run/lock
none                      947542     80   947462    1% /run/shm
none                      947542     52   947490    1% /run/user
/dev/sda1                      0      0        0     - /boot/efi
/dev/sda3               57892864  28844 57864020    1% /home
/home/wolfgang/.Private 57892864  28844 57864020    1% /home/wolfgang

So, NO.NO.NO.

It seems to blocked on the first image …

Does it work if you draw some graphics and try to print it in a image ? (with animation)…

Do you see root using a huge amount of cpu when it is blocked ? like being in some infinite loop ?

Does it work if you start root in batch ? (option -b) …

Can you try your macro on an other machine in your lab ?

You have errors when you start root … some fonts not found … is ROOT properly installed on this machine ?

Firstly, in my lab there is only 6.08/02 ROOT release. (The same result there)
Secondly, I have no suspicious memory or CPU usage by ROOT.
Thirdly, I think that options like -b, -l does not working on my machine, though it works in lab’s machines. I was installing ROOT 6 according instructions in User’s Guide. Then I just downloaded other release (5) and replace root folder.

OMG. I tried the above script on my lab’s machine, where I run ROOT in batch mode
and it worked. Thank you. Probably, there were some mistakes in installation of ROOT on my machine.

So you are saying that even the 6.08 version on other machines in your lab do not work either ? that’s even more weird…!

I just did a grep on all the 6* release notes and did not find any mention of a problem like yours with animated gifs …

Good !!! :slight_smile:

In batch mode it works. Thank you one more time.

Are you able to display a simple canvas with your root version… we should have started with that I guess …

I have been using ROOT on my machine for long time. Of course, I am able to draw objects, work with trees and so on. But, for example, I am not able to run ROOT without logo (-l does not work).

Ok . at least you have a solution for this problem … that’s weird any way …

Yes. I am going to reinstall ROOT on my machine.