does not work for me...

the output from strace is:

(...)
writev(25, [{"[EMAIL PROTECTED]@[EMAIL PROTECTED]", 16}], 1) = 16
read(25, 0xa2276ac, 4096)               = -1 EAGAIN (Resource
temporarily unavailable)
select(26, [25], [25], NULL, NULL)      = 1 (out [25])
writev(25, [{"[EMAIL PROTECTED]@[EMAIL PROTECTED]",
32}], 1) = 32
read(25, 0xa2276ac, 4096)               = -1 EAGAIN (Resource
temporarily unavailable)
select(26, [25], [25], NULL, NULL)      = 1 (out [25])
writev(25, [{"[EMAIL PROTECTED]'\0\0\0\37\0\0\0\10\0\0\0\30\0\0\0Cinelerr"...,
96}], 1) = 96
read(25, 0xa2276ac, 4096)               = -1 EAGAIN (Resource
temporarily unavailable)
futex(0xa2afb34, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xa2afb30,
{FUTEX_OP_OPARG_SHIFT|FUTEX_OP_ANDN, 2860, FUTEX_OP_OPARG_SHIFT|0x7 /*
FUTEX_OP_CMP_??? */, 1320}) = 1
futex(0xa2afb60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0xa226ce4, FUTEX_WAIT_PRIVATE, 1, NULL) = 0
futex(0xa226d18, FUTEX_WAKE_PRIVATE, 1) = 0
shmget(IPC_PRIVATE, 2820, IPC_CREAT|0777) = 233865309
shmat(233865309, 0, 0)                  = 0xb8035000
shmctl(233865309, IPC_64|IPC_RMID, 0)   = 0
gettimeofday({1213975216, 796042}, NULL) = 0
select(26, [25], [25], NULL, NULL)      = 1 (out [25])
writev(25, [{"[EMAIL PROTECTED]@\7\4\0\0\0\0\0\0\0"...,
112}], 1) = 112
select(26, [25], [], NULL, NULL)        = 1 (in [25])
read(25, 
"\1\1O\7\0\0\0\0p\0\240\7\0\0\0\0\4\0\0\0\0\0\0\0\10\221\213\v\0\0\0\0"...,
4096) = 64
futex(0x24a501c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x24a5018,
{FUTEX_OP_OPARG_SHIFT|FUTEX_OP_ANDN, 2860, FUTEX_OP_OPARG_SHIFT|0x7 /*
FUTEX_OP_CMP_??? */, 216}) =1
futex(0xa226ce4, FUTEX_WAIT_PRIVATE, 3, NULL


any idea?

On Fri, Jun 20, 2008 at 5:05 PM, Burkhard Plaum
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> Urs Golla schrieb:
>>
>> Hi
>>
>> If I save a Project (xml) and load it again, the application hangs
>> forever (only the main window). The status bar shows 0% and there is
>> no output... Does cinelerra write to a logfile? It happens not every
>> time but if it does happen, i have to start again with the hole
>> project...
>
> This seems to be a common error. My personal workaround is to call cinelerra
> with the project file from the commandline:
>
> cinelerra /path/to/project/file.xml
>
> This always worked for me.
>
> Burkhard
>
> _______________________________________________
> Cinelerra mailing list
> [email protected]
> https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
>

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to