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

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@compton.nu

--- Comment #1 from Tom Hughes <t...@compton.nu> ---
Compiling your program with -fno-omit-frame-pointer doesn't help if the problem
occurs in libc and libc has been compiled without any way to unwind the stack.

Almost certainly your libc does not have DWARF frame unwind information
available and has been compiled without frame pointers (completely normal these
days).

If your distro has debug packages then installing the debug package for libc
may well help.

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

Reply via email to