Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#45826 - [codeblocks] 3.12-3 is crashing

Attached to Project: Community Packages
Opened by Erkan Yuksel (erk) - Wednesday, 29 July 2015, 10:39 GMT
Last edited by Alexander F. Rødseth (xyproto) - Sunday, 02 August 2015, 16:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
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:
Codeblocks version 13.12-3 that has been compiled against wxgtk 3.0.2-4 crashes.

Downgrading package to 13.12-2 that has been compiled against wxgtk2.8 fixes this issue.

Additional info:
* package version(s)
codeblocks-13.12-3 and wxgtk 3.0.2-4 (crashes)
codeblocks-13.12-2 and wxgtk2.8 2.8.12.1-3 (works well)

* config and/or log files etc.
** this assertion is repeated many time.
/usr/include/wx-3.0/wx/strvararg.h(456): assert "(argtype & (wxFormatStringSpecifier<T>::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match argument type [in thread 7ffb3a44c700]

Call stack:
[00] wxOnAssert(char const*, int, char const*, char const*, char const*)
[01] ParserThread::HandleClass(ParserThread::EClassType)
[02] ParserThread::DoParse()
[03] ParserThread::HandleClass(ParserThread::EClassType)
[04] ParserThread::DoParse()
[05] ParserThread::HandleNamespace()
[06] ParserThread::DoParse()
[07] ParserThread::HandleNamespace()
[08] ParserThread::DoParse()
[09] ParserThread::Parse()
[10] ParserThread::Execute()
[11] cbThreadPool::cbWorkerThread::Entry()
[12] wxThread::CallEntry()
[13] 0x7ffb7dda708d
[14] 0x7ffb7b500354
[15] clone

** before crashing...
./include/wx/dynarray.h(838): assert "uiIndex < m_nCount" failed in Item().

or

codeblocks: XlibInt.c:212: _XPrivSyncFunction: Assertion `dpy->synchandler == _XPrivSyncFunction' failed.


Steps to reproduce:

start codeblocks
load project
write some codes
after 5-10 minutes, it crashes...
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Sunday, 02 August 2015, 16:26 GMT
Reason for closing:  Fixed
Comment by Alexander F. Rødseth (xyproto) - Saturday, 01 August 2015, 22:53 GMT
Thanks for reporting, I'll revert back to wxgtk2.8.
Comment by Alexander F. Rødseth (xyproto) - Sunday, 02 August 2015, 16:25 GMT
The updated version will appear in [community] shortly.

Loading...