[Nepomuk] Review Request 114390: nepomukctl: Do not create a global static QTextStream.

Commit Hook null at kde.org
Tue Dec 10 18:16:57 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/114390/#review45494
-----------------------------------------------------------


This review has been submitted with commit d70b472678720e5637e61b12360dbe0aad1e0673 by Raphael Kubo da Costa to branch KDE/4.11.

- Commit Hook


On Dec. 10, 2013, 5:37 p.m., Raphael Kubo da Costa wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/114390/
> -----------------------------------------------------------
> 
> (Updated Dec. 10, 2013, 5:37 p.m.)
> 
> 
> Review request for Nepomuk, Gabriel Poesia and Vishesh Handa.
> 
> 
> Repository: nepomuk-core
> 
> 
> Description
> -------
> 
> nepomukctl: Do not create a global static QTextStream.
> 
> Creating global static objects is a big no-no, and is properly documented in
> KDE's policies. One never knows the order in which they are created and
> destroyed, which was causing crashes at least on FreeBSD when libcxxrt is
> used, as Qt's Q_GLOBAL_STATIC cleanup code would destroy QTextCodec
> instances still referenced by that global QTextStream.
> 
> Since the QTextStream was only used as glorified fprintf(), resort to just
> printing to std::cerr directly.
> 
> 
> Diffs
> -----
> 
>   tools/nepomukctl/main.cpp 93d8a78779efb2d64ef5de6072d8d19ff09dd5fe 
> 
> Diff: http://git.reviewboard.kde.org/r/114390/diff/
> 
> 
> Testing
> -------
> 
> `nepomukctl status' and other commands finally work instead of crashing.
> 
> 
> Thanks,
> 
> Raphael Kubo da Costa
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/nepomuk/attachments/20131210/252dd29e/attachment-0001.html>


More information about the Nepomuk mailing list