[Bug 206196] x11-wm/xfce4-panel dumps core

2018-07-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206196

--- Comment #22 from Marko Cupać  ---
Guido,

I think you're onto something about plugin crashing the panel, "Window Buttons"
being the problematic one.

I am on 11.2-RELEASE now. Opening the following link in Chromium crashes the
panel:

https://blog.goo.ne.jp/nhh0/m/201404/2

... but only when I have "Window Buttons" enabled.

I don't have x11-fonts/droid-fonts-ttf installed, I have never been installing
it as a prime-origin, I guess it used to be chromium's dependency but not
anymore.

So, I would say the crash happens when I open web page containing "east asian"
characters (political correctness police, please don't be too harsh on me if I
said something forbidden :D), in both Firefox and Chromium, when Window Buttons
are presented in panel.

Here's my locale:

pacija@efreet:~ % locale
LANG=en_GB.UTF-8
LC_CTYPE=sr_RS.UTF-8@latin
LC_COLLATE=sr_RS.UTF-8@latin
LC_TIME=sr_RS.UTF-8@latin
LC_NUMERIC=sr_RS.UTF-8@latin
LC_MONETARY=sr_RS.UTF-8@latin
LC_MESSAGES="en_GB.UTF-8"
LC_ALL=

Would it be helpful to debuggers to remove custom locale and see if the problem
persists?

Thank you in advance,

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 206196] x11-wm/xfce4-panel dumps core

2018-07-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206196

--- Comment #23 from Guido Falsi  ---
(In reply to Marko Cupać from comment #22)
> Guido,
> 
> I think you're onto something about plugin crashing the panel, "Window
> Buttons" being the problematic one.
> 
> I am on 11.2-RELEASE now. Opening the following link in Chromium crashes the
> panel:
> 
> https://blog.goo.ne.jp/nhh0/m/201404/2
> 
> ... but only when I have "Window Buttons" enabled.

Here using the C default locale that URL is not causing a crash.

But maybe I have some other font satisfying the requirement whole you are
missing some font and that could be the cause of the crash. It should not crash
obviously, that's a bug, but we need to identify it.

> 
> I don't have x11-fonts/droid-fonts-ttf installed, I have never been
> installing it as a prime-origin, I guess it used to be chromium's dependency
> but not anymore.
> 
> So, I would say the crash happens when I open web page containing "east
> asian" characters (political correctness police, please don't be too harsh
> on me if I said something forbidden :D), in both Firefox and Chromium, when
> Window Buttons are presented in panel.
> 
> Here's my locale:
> 
> pacija@efreet:~ % locale
> LANG=en_GB.UTF-8
> LC_CTYPE=sr_RS.UTF-8@latin
> LC_COLLATE=sr_RS.UTF-8@latin
> LC_TIME=sr_RS.UTF-8@latin
> LC_NUMERIC=sr_RS.UTF-8@latin
> LC_MONETARY=sr_RS.UTF-8@latin
> LC_MESSAGES="en_GB.UTF-8"
> LC_ALL=
> 
> Would it be helpful to debuggers to remove custom locale and see if the
> problem persists?

If you could test setting the default ("C") locale or an en_US locale and test
again it could be useful to understand if the locale is the cause or some
missing font.

If using the C locale it crashes anyway I'd rule out the locale setting and
start looking at installed font as the real cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 206196] x11-wm/xfce4-panel dumps core

2018-07-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206196

--- Comment #24 from Marko Cupać  ---
(In reply to Guido Falsi from comment #23)

Hi,

thank you for quick reply. The crash happens with both C locale (completely
commented out .login_conf) and en_US locale (.login_conf as follows)

me:\
  :charset=UTF-8:\
  :lang=en_US.UTF-8:\
 
:setenv=LC_COLLATE=en_US.UTF-8,LC_CTYPE=en_US.UTF-8,LC_MESSAGES=en_US.UTF-8,LC_MONETARY=en_US.UTF-8,LC_NUMERIC=en_US.UTF-8,LC_TIME=en_US.UTF-8:

Of course, I checked each time if changes were applied with `locale' and they
were.

Thank you once again for looking into it. The bug doesn't bother me much as it
happens so rarely, still it would be nice to have it solved for the sake of
software improvement.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"