|
From: Jeremy F. <je...@go...> - 2005-03-16 22:36:18
|
Julian Seward wrote: >I should have tried this earlier, but ... anyway, OOo 1.1.3 >(standard download from openoffice.org, not a SuSE build) >hangs at exit on SuSE 9.1 on 2.4.0rc4. I attach a trace of >syscalls from the point where I clicked on 'X' to get rid of >it, till the 'stuck in this state forever' point. > >Any ideas? > Hard to tell, really. To be honest, it looks like an application bug. Two threads remain; thread 2 is the LinuxThreads manager thread, so it isn't going to go away until the other thread, thread 5, dies. Thread 5 seems to just be looping waiting for an FD which never happens. It would be interesting to attach strace to thread 5 in this state to see what FD it is actually waiting on. Which tool? How are you starting OOo? I can't reproduce it with the FC3 1.1.3 OOo: LD_ASSUME_KERNEL=2.4.1 valgrind --tool=none --trace-children=yes oowriter The 2.0 Beta OOo seems OK too (downloaded from openoffice.org). J |