https://bugs.kde.org/show_bug.cgi?id=467087

--- Comment #5 from Paul Floyd <pjfl...@wanadoo.fr> ---
(In reply to varun.yeturu from comment #4)
> Created attachment 157192 [details]
> attachment-229496-0.html
> 
> Sure.
> I compile with ā€œ-debug -O0 -gā€ flags.
> 
> [yeturva@ran6 source]$ size ../bin/cpcc
>    text        data        bss         dec        hex    filenameTyp
> 87956828            383888                13069709208     13158049924    
> 31047e884          ../bin/cpcc

13 Gbytes of BSS, could be the problem

Can you see where you are creating that? It's probably a file static array.

If you run "nm -f sysv -e" on your executable there will be a column with the
size, and look for something that is Class d and Type OBJECT/

Can you reduce the size of that static object?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to