FS#49348 - [qtcreator] crashes into core dump

Attached to Project: Arch Linux
Opened by Mike Golod (mage) - Sunday, 15 May 2016, 20:50 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 21 July 2016, 08:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
qtcreator does not run, crashes into core dump

`--> qtcreator
/usr/bin/qtcreator: line 2: 12007 Illegal instruction (core dumped) QT_LOGGING_TO_CONSOLE=1 qtcreator-bin $@

Additional info:
* qtcreator version 4.0.0-1
* qt5-base version 5.6.0-5

`--> coredumpctl dump qtcreator-bin
PID: 11641 (qtcreator-bin)
UID: 1000 (mage)
GID: 100 (users)
Signal: 4 (ILL)
Timestamp: Sun 2016-05-15 23:36:24 MSK (2min 1s ago)
Command Line: qtcreator-bin
Executable: /usr/bin/qtcreator-bin
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Session: c1
Owner UID: 1000 (mage)
Boot ID: d399cc3e345847e680860063930b20fa
Machine ID: f52380f7ac7f46d8994a71a079492d43
Hostname: x120e
Coredump: /var/lib/systemd/coredump/core.qtcreator-bin.1000.d399cc3e345847e680860063930b20fa.11641.1463344584000000000000.lz4
Message: Process 11641 (qtcreator-bin) of user 1000 dumped core.

Stack trace of thread 11641:
#0 0x00007f487557b0d1 n/a (n/a)
Refusing to dump core to tty.

Steps to reproduce:
run qtcreator from console
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Thursday, 21 July 2016, 08:40 GMT
Reason for closing:  No response
Additional comments about closing:  Reopen if it remains a problem.
Comment by patrick (potomac) - Sunday, 15 May 2016, 21:24 GMT
check if your system is up to date ( pacman -Syu ), and test with another user ( new /home ),

qtcreator should start, but it can crash with qbs projects, see  FS#49330 

Comment by Mike Golod (mage) - Thursday, 19 May 2016, 04:58 GMT
My system always up to date. I saw that bug, but i can't run qtcreator at all, even with a freshly created user
Comment by Donald Carr (sirspudd) - Friday, 20 May 2016, 07:29 GMT
Please note, to the best of my knowledge, this is filed against my qtcreator-prerelease aur package, not the official Arch qtcreator package.
Comment by Mike Golod (mage) - Friday, 20 May 2016, 09:20 GMT
For official package i have the same outcome
Comment by patrick (potomac) - Friday, 20 May 2016, 19:12 GMT
Mike Golod : qcreator uses openGL acceleration for his GUI, maybe it's a problem with your graphic driver,

to check that you can run qcreator with this command line in a console :

export LIBGL_ALWAYS_SOFTWARE=1
qcreator
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 03 July 2016, 11:42 GMT
Any news on this? There is no way I can debug this.

Loading...