mutombo General User

Joined: 12 Aug 2004 Posts: 10
|
Posted: Fri Sep 24, 2004 3:46 am Post subject: openoffice1.1 gettimeofday problems |
|
|
hi.
i have sometimes problems with openoffice when printing via commandline.
i use xvfb and use oo to print some htmlfiles.
sometimes oo dont finish, its just hangs for hours.
when i strace it i get this errors:
| Code: | select(7, [4 6], NULL, [6], {0, 400000}) = 0 (Timeout)
gettimeofday({1096026206, 734281}, NULL) = 0
gettimeofday({1096026206, 734490}, NULL) = 0
gettimeofday({1096026206, 734688}, NULL) = 0
gettimeofday({1096026206, 734890}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 599391}) = 0 (Timeout)
gettimeofday({1096026207, 334170}, NULL) = 0
gettimeofday({1096026207, 334376}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 10000}) = 0 (Timeout)
gettimeofday({1096026207, 344131}, NULL) = 0
gettimeofday({1096026207, 344312}, NULL) = 0
gettimeofday({1096026207, 344502}, NULL) = 0
gettimeofday({1096026207, 344684}, NULL) = 0
write(5, "\0", 1) = 1
gettimeofday({1096026207, 345161}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 158523}) = 1 (in [4], left {0, 160000})
gettimeofday({1096026207, 345644}, NULL) = 0
read(4, "\0", 4) = 1
read(4, 0xbffff774, 4) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1096026207, 346162}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 157522}) = 0 (Timeout)
gettimeofday({1096026207, 504153}, NULL) = 0
gettimeofday({1096026207, 504343}, NULL) = 0
gettimeofday({1096026207, 504506}, NULL) = 0
gettimeofday({1096026207, 504660}, NULL) = 0
gettimeofday({1096026207, 504846}, NULL) = 0
gettimeofday({1096026207, 505002}, NULL) = 0
gettimeofday({1096026207, 505200}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 438802}) = 0 (Timeout)
gettimeofday({1096026207, 944188}, NULL) = 0
gettimeofday({1096026207, 944382}, NULL) = 0
gettimeofday({1096026207, 944575}, NULL) = 0
gettimeofday({1096026207, 944758}, NULL) = 0
gettimeofday({1096026207, 944954}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 599804}) = 0 (Timeout)
gettimeofday({1096026208, 544234}, NULL) = 0
gettimeofday({1096026208, 544452}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 10000}) = 0 (Timeout)
gettimeofday({1096026208, 554131}, NULL) = 0
gettimeofday({1096026208, 554311}, NULL) = 0
gettimeofday({1096026208, 554504}, NULL) = 0
gettimeofday({1096026208, 554697}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 599434}) = 0 (Timeout)
gettimeofday({1096026209, 154182}, NULL) = 0
gettimeofday({1096026209, 154376}, NULL) = 0
gettimeofday({1096026209, 154565}, NULL) = 0
gettimeofday({1096026209, 154761}, NULL) = 0
select(7, [4 6], NULL, [6], {0, 599421}) = 0 (Timeout)
gettimeofday({1096026209, 754187}, NULL) = 0
gettimeofday({1096026209, 754383}, NULL) = 0
gettimeofday({1096026209, 754574}, NULL) = 0
gettimeofday({1096026209, 754769}, NULL) = 0
|
is there a way to fix this?
greetings christian |
|