[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OOo dies...



(sorry I wasn't subscribed when my original post hit so I've lost the
thread -- hope you still see this message!)

This is in regards to OOo dying when opening documents.  Chris
suggested ifdown -a and OO_DEBUG=strace...  

So it looks like the diagnisis was correct but the fix doesn't help.
Even with all interfaces down OOo still freezes up....  But here is
the last little bit of the strace (even so it's kinda lengthy):

____________________________________
open("/etc/host.conf", O_RDONLY)        = 21
fstat64(21, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x47
522000
read(21, "order hosts,bind\nmulti on\n", 4096) = 26
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x47522000, 4096)                = 0
futex(0x41150f80, FUTEX_WAKE, 2147483647) = 0
open("/etc/hosts", O_RDONLY)            = 21
fcntl64(21, F_GETFD)                    = 0
fcntl64(21, F_SETFD, FD_CLOEXEC)        = 0
fstat64(21, {st_mode=S_IFREG|0644, st_size=345, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x47
522000
read(21, "127.0.0.1\thplaptop\tlocalhost\n\n19"..., 4096) = 345
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x47522000, 4096)                = 0
time(NULL)                              = 1102000485
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 21
fcntl64(21, F_SETFD, FD_CLOEXEC)        = 0
setsockopt(21, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(21, SOL_TCP, TCP_NODELAY, [1], 4) = 0
connect(21, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr("127.0.0
.1")}, 16) = -1 ETIMEDOUT (Connection timed out)
close(21)                               = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 21
connect(21, {sa_family=AF_FILE, path="/var/run/.nscd_socket"}, 110) =
-1 ENOENT 
(No such file or directory)
close(21)                               = 0
open("/etc/hosts", O_RDONLY)            = 21
fcntl64(21, F_GETFD)                    = 0
fcntl64(21, F_SETFD, FD_CLOEXEC)        = 0
fstat64(21, {st_mode=S_IFREG|0644, st_size=345, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x47
522000
read(21, "127.0.0.1\thplaptop\tlocalhost\n\n19"..., 4096) = 345
read(21, "", 4096)                      = 0
close(21)                               = 0
munmap(0x47522000, 4096)                = 0
time(NULL)                              = 1102000674
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 21
fcntl64(21, F_SETFD, FD_CLOEXEC)        = 0
setsockopt(21, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(21, SOL_TCP, TCP_NODELAY, [1], 4) = 0
connect(21, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr("127.0.0
.1")}, 16) = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
connect(21, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr("127.0.0.1")}, 16

______________________________________________________

so, it's interesting to learn that OOo checks the network before
opening the file.  It'd be great if I could actually make it *work*,
though... (preferably before my job talk next Wednesday....)
 Any suggestions?  

thanks,
Matt


On Wed, Dec 01, 2004 at 03:03:19PM -0500, Matt Price wrote:
> thanks chris for your help.  I will try it out tomorrow when I have my
> laptop back again (left it at work inadvertently).
> 
> thx,
> matt
> 
>  .''`.       Matt Price 
> : :'  :      Debian User
> `. `'` 	     & hemi-geek
>   `-     
> if you're an evil spambot, these addresses are for you:  aardvark@derailleur.org, zeus@derailleur.org
> 
> 

--------------------------
 .''`.       Matt Price 
: :'  :      Debian User
`. `'` 	     & hemi-geek
  `-     
-------------------------- 
if you're an evil spambot, these addresses are for you:  aardvark@derailleur.org, zeus@derailleur.org



Reply to: