[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-03-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464419

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-07 Thread Gleb Popov
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #8 from Gleb Popov <6year...@gmail.com> ---
(In reply to Aram from comment #7)
> I once tried building a browser from the ports, and it took a few days on my
> notebook (you may imagine it's not a top notch one, as you need a reasonably
> seasoned notebook to run FreeBSD without driver issues). I can imagine
> building kwin will take about the same time.

Not really. Browsers are enormous codebases. KWin is a quite small piece of
software compared to them. Instructions I gave you minimizes the amount of code
you have to compile, so it should take no more than an hour even on moderate
hardware.

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-07 Thread Aram
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #7 from Aram  ---
(In reply to Gleb Popov from comment #6)
Gleb, thank you very much indeed!

I once tried building a browser from the ports, and it took a few days on my
notebook (you may imagine it's not a top notch one, as you need a reasonably
seasoned notebook to run FreeBSD without driver issues). I can imagine building
kwin will take about the same time. I do have the ports installed though. Will
try, but again, not sure I will be able to reproduce the bug.

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-07 Thread Gleb Popov
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 
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  altogether.

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-06 Thread Aram
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #5 from Aram  ---
(In reply to Nate Graham from comment #4)
> You may be able to re-compile yourself with debug symbols, then.
> 
> But in general, if your distro doesn't provide debug symbols, that's a
> problem, and it will make it impossible for you to submit actionable crash
> reports. I'd recommend discussing it with the developers of your distro.

It's FeeBSD, not a distro. 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!

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464419

Nate Graham  changed:

   What|Removed |Added

 CC||gr...@kde.org

--- Comment #4 from Nate Graham  ---
You may be able to re-compile yourself with debug symbols, then.

But in general, if your distro doesn't provide debug symbols, that's a problem,
and it will make it impossible for you to submit actionable crash reports. I'd
recommend discussing it with the developers of your distro.

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-02-05 Thread Aram
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #3 from Aram  ---
(In reply to Nate Graham from comment #1)
> Can you attach the full backtrace content? Looks like it didn't come
> through. Thanks!

Unfortunately, I have a regular install of KDE, and to my knowledge it does not
come with debug info, so I am not sure how to provide a backtrace.

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464419

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 464419] kwin_x11 crashed without good reason with segmentation fault

2023-01-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464419

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Nate Graham  ---
Can you attach the full backtrace content? Looks like it didn't come through.
Thanks!

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