int32 Newbie

Joined: 31 Mar 2008 Posts: 1
|
Posted: Tue Apr 01, 2008 5:07 am Post subject: OO hangs randomly on FreeBSD |
|
|
Hello,
I need help with debugging OO-2.3.1 on FreeBSD-6.3-STABLE. I've upgraded from OO-2.2 because I've had OO constantly hanging at random; this bug is also in 2.3.1. The bug manifests itself completely at random, - the OO window stops responding either in the middle of text typing, or after trying to execute any command from the menu. Consequent starts promt for document recovery, but then they also hang the application.
The only information I found is running truss (freebsd equivalent of linux strace) and getting this output:
kse_release({9.999999248}) = 0 (0x0)
kse_release({60.000000000}) = 0 (0x0)
kse_release({9.999996297}) = 0 (0x0)
kse_release({60.000000000}) = 0 (0x0)
kse_release({9.999995934}) = 0 (0x0)
kse_release({60.000000000}) = 0 (0x0)
kse_release({9.999995902}) = 383 (0x17f)
So apparently the program doesn't hand in a tight loop, but it doesn't draw itself and doesn't respond to other events.
How I can identify the problem so I can either submit it as a bug or try to find it myself?
Thanks |
|