Bug 199512 - editors/texstudio crashes on ARM
Summary: editors/texstudio crashes on ARM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-18 09:02 UTC by Ulrich Grey
Modified: 2015-07-07 13:44 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (abiliojr)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Grey 2015-04-18 09:02:04 UTC
I have built editors/texstudio on an wandboard-quad (FreeBSD 11.0-CURRENT #1 r281266M).
This was possible after a patch was applied to the port.
See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199487#c1

Before I had installed texlive-full-20140525_1.

I have done some testing with editors/texstudio. I can compile a LaTeX file and graphics/xpdf shows me the correct output. But when I try to use the builtin preview, texstudio crashes:

% texstudio
QPixmap::scaleHeight: Pixmap is a null pixmap
QPixmap::scaleHeight: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QPixmap::scaled: Pixmap is a null pixmap
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
QPixmap::scaled: Pixmap is a null pixmap
QCursor: Cannot create bitmap cursor; invalid bitmap(s)
Bus error (core dumped)

(The pdf-file is ok.)

I guess, this is related to graphics/poppler.
I have the same issue with editors/texworks.
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2015-06-30 18:32:56 UTC
Hi,

The sigbus is caused by graphics/lcms2, I've opened PR/201226.

This PR can be closed.
Comment 2 Glen Barber freebsd_committer freebsd_triage 2015-07-07 13:44:24 UTC
Closed at request.

Thank you for your submission.