https://bugs.documentfoundation.org/show_bug.cgi?id=121275

--- Comment #2 from Greg V <[email protected]> ---
(In reply to Caolán McNamara from comment #1)
> It might be the splashscreen thing, which is still in X, does launching from
> the command line like...
> 
> libreoffice --nologo
> 
> work ?

I have tested nologo (forgot to mention), it does not help.

Though the instant quit probably meant LO was already open, so these results
were not right.

Actually what's happening when DISPLAY is not set and there's no existing LO
session is that two processes are both waiting on a mutex forever (umtx ~=
futex):

  538: pwrite(5,"<item oor:path="/org.openoffice."...,65541,0x13d5ef) = 65541
(0x10005)
  538: pwrite(5,"Position" oor:op="fuse"><value>1"...,55277,0x14d5f4) = 55277
(0xd7ed)
  538: close(5)                                  = 0 (0x0)
  538:
rename("/home/greg/.config/libreoffice/4/user/Uxl7Ia","/home/greg/.config/libreoffice/4/user/registrymodifications.xcu")
= 0 (0x0)
  538: <thread 101507 exited>
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to