Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649720 - app-office/libreoffice-bin 5.4.5.1 crashed when exports pdf
Summary: app-office/libreoffice-bin 5.4.5.1 crashed when exports pdf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-06 08:56 UTC by yves.caniou
Modified: 2018-07-12 21:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge--info.txt (emerge--info.txt,5.80 KB, text/plain)
2018-03-06 08:56 UTC, yves.caniou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yves.caniou 2018-03-06 08:56:55 UTC
Created attachment 522500 [details]
emerge--info.txt

[I] app-office/libreoffice-bin
     Available versions:  5.4.5.1^st {gnome java kde ELIBC="FreeBSD" PYTHON_TARGETS="python3_5"}
     Installed versions:  5.4.5.1^st(07:08:23 27/02/2018)(kde -gnome -java ELIBC="-FreeBSD" PYTHON_TARGETS="python3_5")
     Homepage:            http://www.libreoffice.org
     Description:         A full office productivity suite. Binary package

I report the last lines when launched with strace :
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1,\0\0\0\0\0001\0`\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
shutdown(3, SHUT_RDWR)                  = 0
close(3)                                = 0
futex(0x561f600e1e28, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1520326941, tv_nsec=960077000}, 0xffffffffX Error: BadMatch (invalid parameter attributes) 8
  Major opcode: 42 (X_SetInputFocus)
  Resource id:  0xa6001a6



LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
" 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
" 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
LibreOffice(12004)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "ThumbCreator"  not found 
) = 0
futex(0x561f600e1e30, FUTEX_WAKE_PRIVATE, 1) = 0
close(4)                                = 0
futex(0x7f4921cc4ad0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f491f7cb9d0, FUTEX_WAIT, 12002, NULL) = 0
munmap(0x7f4922608000, 65536)           = 0
munmap(0x7f492262f000, 65536)           = 0
exit_group(255)                         = ?
+++ exited with 255 +++
Comment 1 Andreas Sturmlechner gentoo-dev 2018-07-11 18:51:07 UTC
Can you reproduce the crash with current stable 6.0.3.2 (if it ever was reproducible)?
Comment 2 yves.caniou 2018-07-12 06:31:45 UTC
(In reply to Andreas Sturmlechner from comment #1)
> Can you reproduce the crash with current stable 6.0.3.2 (if it ever was
> reproducible)?

It was reproducible, most of the time, and I had to use app-office/unoconv to be able to get pdf exports.

I haven't experienced any problem lately with the 6.0.3.2 version of libreoffice.
Comment 3 Andreas Sturmlechner gentoo-dev 2018-07-12 21:12:20 UTC
Thanks for checking back.