Bug 2260307 - [abrt] tiled: qt_message_fatal(): tiled killed by SIGABRT
Summary: [abrt] tiled: qt_message_fatal(): tiled killed by SIGABRT
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: tiled
Version: 39
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Artur Frenszek-Iwicki
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:17e58695b9f4de9d98bc7157175...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-01-25 07:36 UTC by daniesmar0
Modified: 2024-08-03 02:28 UTC (History)
5 users (show)

Fixed In Version: tiled-1.11.0-3.fc41 tiled-1.11.0-2.fc40 tiled-1.11.0-2.fc39
Clone Of:
Environment:
Last Closed: 2024-07-25 17:06:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: proc_pid_status (1.48 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: maps (3.98 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: limits (1.29 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: environ (1.79 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: open_fds (7.97 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: mountinfo (3.25 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: os_info (734 bytes, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: cpuinfo (3.13 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: core_backtrace (44.57 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: dso_list (242 bytes, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: var_log_messages (173 bytes, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details
File: backtrace (107.89 KB, text/plain)
2024-01-25 07:36 UTC, daniesmar0
no flags Details

Description daniesmar0 2024-01-25 07:36:08 UTC
Version-Release number of selected component:
tiled-1.10.2-1.fc39

Additional info:
reporter:       libreport-2.17.11
type:           CCpp
reason:         tiled killed by SIGABRT
journald_cursor: s=f4be2c9e697c4cddbf2ca9bc1d82df3e;i=cd99f;b=2d0a715f99934701ba419c2928f0439e;m=2b95fa6ef;t=60fae9f302de5;x=8d9415b33a5dce55
executable:     /usr/bin/tiled
cmdline:        /usr/bin/tiled
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/app-gnome-org.mapeditor.Tiled-38303.scope
rootdir:        /
uid:            1000
kernel:         6.6.12-200.fc39.x86_64
package:        tiled-1.10.2-1.fc39
runlevel:       N 5
backtrace_rating: 4
crash_function: qt_message_fatal

Truncated backtrace:
Thread no. 1 (6 frames)
 #4 qt_message_fatal at global/qlogging.cpp:1919
 #5 QMessageLogger::fatal at global/qlogging.cpp:898
 #6 qt_assert at global/qglobal.cpp:3392
 #7 Tiled::TilesetManager::~TilesetManager at /usr/src/debug/tiled-1.10.2-1.fc39.x86_64/src/libtiled/tilesetmanager.cpp:60
 #9 Tiled::TilesetManager::deleteInstance at /usr/src/debug/tiled-1.10.2-1.fc39.x86_64/src/libtiled/tilesetmanager.cpp:80
 #10 Tiled::TiledApplication::~TiledApplication at /usr/src/debug/tiled-1.10.2-1.fc39.x86_64/src/tiled/tiledapplication.cpp:64

Comment 1 daniesmar0 2024-01-25 07:36:12 UTC
Created attachment 2010430 [details]
File: proc_pid_status

Comment 2 daniesmar0 2024-01-25 07:36:14 UTC
Created attachment 2010431 [details]
File: maps

Comment 3 daniesmar0 2024-01-25 07:36:15 UTC
Created attachment 2010432 [details]
File: limits

Comment 4 daniesmar0 2024-01-25 07:36:17 UTC
Created attachment 2010433 [details]
File: environ

Comment 5 daniesmar0 2024-01-25 07:36:19 UTC
Created attachment 2010434 [details]
File: open_fds

Comment 6 daniesmar0 2024-01-25 07:36:20 UTC
Created attachment 2010435 [details]
File: mountinfo

Comment 7 daniesmar0 2024-01-25 07:36:22 UTC
Created attachment 2010436 [details]
File: os_info

Comment 8 daniesmar0 2024-01-25 07:36:23 UTC
Created attachment 2010437 [details]
File: cpuinfo

Comment 9 daniesmar0 2024-01-25 07:36:25 UTC
Created attachment 2010438 [details]
File: core_backtrace

Comment 10 daniesmar0 2024-01-25 07:36:26 UTC
Created attachment 2010439 [details]
File: dso_list

Comment 11 daniesmar0 2024-01-25 07:36:28 UTC
Created attachment 2010440 [details]
File: var_log_messages

Comment 12 daniesmar0 2024-01-25 07:36:30 UTC
Created attachment 2010441 [details]
File: backtrace

Comment 13 Thorbjørn Lindeijer 2024-07-16 14:05:49 UTC
This issue could be closed since the triggered assert was removed from TilesetManager::~TilesetManager in Tiled 1.11. However, it shouldn't have been triggering in earlier versions either, but it did because Tiled wasn't being compiled in release mode.

Please add `config:release` to the `qbs_args`. Apart from avoiding crashes to the assertion failures, it should make Tiled considerably faster. :-)

Comment 14 Fedora Admin user for bugzilla script actions 2024-07-17 04:45:52 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 15 Artur Frenszek-Iwicki 2024-07-25 12:54:57 UTC
I'm having some trouble with this, as it seems adding `config:release` to `qbs_args` overrides the `qbs.installPrefix` setting and everything gets put inside /usr/local.

Comment 16 Artur Frenszek-Iwicki 2024-07-25 16:35:46 UTC
Okay, so I managed to figure this out. qbs documentation leaves a lot to be desired, sadly.

Comment 17 Fedora Update System 2024-07-25 17:03:58 UTC
FEDORA-2024-ccab04b388 (tiled-1.11.0-3.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-ccab04b388

Comment 18 Fedora Update System 2024-07-25 17:06:30 UTC
FEDORA-2024-ccab04b388 (tiled-1.11.0-3.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 19 Fedora Update System 2024-07-25 18:35:27 UTC
FEDORA-2024-e1f7c66fea (tiled-1.11.0-2.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-e1f7c66fea

Comment 20 Fedora Update System 2024-07-25 19:05:50 UTC
FEDORA-2024-1641029540 (tiled-1.11.0-2.fc39) has been submitted as an update to Fedora 39.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-1641029540

Comment 21 Fedora Update System 2024-07-26 01:58:39 UTC
FEDORA-2024-e1f7c66fea has been pushed to the Fedora 40 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-e1f7c66fea`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-e1f7c66fea

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 22 Fedora Update System 2024-07-26 02:01:29 UTC
FEDORA-2024-1641029540 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-1641029540`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-1641029540

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 23 Fedora Update System 2024-08-03 01:49:33 UTC
FEDORA-2024-e1f7c66fea (tiled-1.11.0-2.fc40) has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 24 Fedora Update System 2024-08-03 02:28:53 UTC
FEDORA-2024-1641029540 (tiled-1.11.0-2.fc39) has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.