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

Gleb Popov <6year...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |6year...@gmail.com

--- Comment #6 from Gleb Popov <6year...@gmail.com> ---
(In reply to Aram from comment #5)
> I will check to see if I can install debug into
> files from the repository to be sure that if something happens again (the
> same bug did repeat up yet), I will be able to submit a relevant bug report.
> Thank you!

There are no debugging info packages in FreeBSD at the moment. You'll need to
build a port from source to get the debugging info. Here are the quick steps:

1. Obtain the Ports tree with "portsnap" or "git clone".
2. cd <ports_dir>
3. Gather the list of packages required to compile:
make -C x11-wm/plasma5-kwin/ build-depends-list | xargs -L 1 -J % make -C % -V
'${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}'
4. "pkg install -A" them.
5. Build and install debug version of the port
make -C x11-wm/plasma5-kwin WITH_DEBUG=yes install

This will allow you to get sensible backtrace from gdb. After you're done
remember to run
make -C x11-wm/plasma5-kwin clean
or remove <ports_dir> altogether.

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

Reply via email to