FS#52761 - [aeolus] Segfault on startup

Attached to Project: Community Packages
Opened by Christian F. Coors (ccoors) - Sunday, 29 January 2017, 09:10 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 30 November 2017, 17:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To speps (archspeps)
David Runge (dvzrv)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
aeolus crashes with a segfault. The gdb backtrace suggests a problem in harfbuzz, but actually the stack of the UI thread is too small.

Additional info:
* package version 0.9.0

Steps to reproduce:
1. Start aeolus
2. Segfault.

The author knows about this problem but hasn't released a new version yet. For now this can be fixed by increasing the stack size of the UI in main.cc line 253 from
iface->thr_start (SCHED_OTHER, 0, 0x00010000);
to
iface->thr_start (SCHED_OTHER, 0, 0x00020000);
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 30 November 2017, 17:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  aeolus 0.9.5-1

Loading...