-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with VLC #755
Comments
Hi @sebaro I can't reproduce this. If you compile fvwm3 with debug symbols, can you get a corefile and hence a backtrace for me to analyse? |
How do I get this? I tried with CFLAGS="-Og -g2 -ggdb" but this causes an issue with FvwmPager "malloc:zero size". |
I would say:
Don't worry about FvwmPager -- if that's really a problem we can fix it after the fact. |
With the latest git there's no crash with VLC but with the pager, when I open an app the pager disappears and on app minimize fvwm crashes. |
Those files you've sent through aren't corefiles -- so I can't use them. So are you now saying that Please heed the bug report instructions next time -- it does ask you to try the |
Even with your new instructions, I can't make FvwmPager segfault. Can you send me through your entire fvwm config, please? |
This is in the vlc core dump:
I don't get this with the latest git, but two issues with FvwmPager and IconBox. FvwmPager disappears when opening an app, the problem is this option:
IconBox crashes fvwm with these two options:
My config |
Regarding the FvwmPager issue, can you try the following:
When you say "IconBox crashes fvwm with these two options" -- what do you mean? IconBox is just an area for icons to reside when an application is iconified. Are you saying fvwm3 is crashing? |
The patch works.
Yes, fvwm3 crashes when I minimize/iconify apps. Commenting the "IconBackground" style options fixes this issue. |
When computing the border rectangle of windows, set those to just 1 pixel, so that existing rendering routines continue to function. Fixes #755
When computing the border rectangle of windows, set those to just 1 pixel, so that existing rendering routines continue to function. Fixes #755
FVWM crashes when closing VLC whle playing a video or when the video finishes playing.
The issue is with Qt version not CLI.
git-bisect:
The text was updated successfully, but these errors were encountered: