[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Kedar Bhise kedarbhise+libreoff...@gmail.com changed:

   What|Removed |Added

 CC||kedarbhise+libreoffice@gmai
   ||l.com

--- Comment #14 from Kedar Bhise kedarbhise+libreoff...@gmail.com ---
Did some research on this issue. Led me to this page:

http://ask.libreoffice.org/en/question/9085/scrolling-through-fonts-causes-crash/

Tried both workarounds mentioned in the page:

1. Disable Font preview via:
Menu Tools → Options → LibreOffice → View →
Font Lists
☐ Show preview of fonts (disabled).

This option works. My LO no longer crashes when scrolling through Fonts combo
box.

2. Have you try resetting the user profile? Sometimes solve strange issues.
http://wiki.documentfoundation.org/UserProfile

Created a fresh user profile as suggested in the wiki. This does not work. LO
using the fresh profile also crashes when scrolling through Fonts combo box.

Hope this is useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #15 from bfoman bfo.bugm...@spamgourmet.com ---
Created attachment 73078
  -- https://bugs.freedesktop.org/attachment.cgi?id=73078action=edit
Bug 37449 - WinDbg session

(In reply to comment #11)
 bfoman: would it be possible to have a bt of this one?

Confirmed with:
LO 3.5.6.2 
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Attached full WinDbg session with mini dump file loaded generated by procdump
soffice.bin -h.

Checked with:
LO 4.0.0.1
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

Could not reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #16 from Julien Nabet serval2...@yahoo.fr ---
bfoman: thank you for your bt very useful!

Caolán: one for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #17 from Julien Nabet serval2...@yahoo.fr ---
I noticed that in svtools/source/misc/sampletext.cxx, function rtl::OUString
makeShortRepresentativeTextForSelectedFont(OutputDevice rDevice), 
maUnicodeRange  from aFontCapabilities is initialized

l1163 :aFontCapabilities maUnicodeRange = getCommonLatnSubsetMask();

but nothing for maCodePageRange, perhaps missed it? (didn't find an equivalent
function to getCommonLatnSubsetMask for maCodePageRange)

So obviously these lines can't work:
   1076 boost::dynamic_bitsetsal_uInt32 aMaskedCodePage =
   1077 rFontCapabilities.maCodePageRange  aCJKCodePageMask;
   1078 //fold Korean
   1079 if (aMaskedCodePage[vcl::CodePageCoverage::CP1361])

(now why does it work for non Windows env?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #18 from Caolán McNamara caol...@redhat.com ---
re: I noticed that in svtools/source/misc/sampletext.cxx, function
rtl::OUString makeShortRepresentativeTextForSelectedFont(OutputDevice
rDevice), 
maUnicodeRange  from aFontCapabilities is initialized

1163 :aFontCapabilities maUnicodeRange = getCommonLatnSubsetMask();

actually maUnicodeRange and maCodePageRange are initialized in the earlier call
at line 1153 to GetFontCapabilities, its just that we remove the common the
latin/common bits from the maUnicodeRange as typically all fonts support
those are we want to remove them to see if the font is particularly tuned for
some specific script.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #19 from Caolán McNamara caol...@redhat.com ---
on the other hand that getfontcapabilities will return ok if there is unicode
range info, but no codepage info, so it can indeed be empty there now that you
point it out :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #12 from Kedar Bhise kedarbhise+libreoff...@gmail.com ---
I also see this behaviour on Version 3.6.4.3 (Build ID: 2ef5aff), Win XP, SP3.

I have just installed a new font called Roboto. I am attaching the relevant zip
file separately.

I am able to scroll through the font list till I reach R. At which point, LO
crashes. Crash happens even if I type R in the font combo box.

Is this a duplicate of 44595?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #13 from Kedar Bhise kedarbhise+libreoff...@gmail.com ---
Created attachment 73045
  -- https://bugs.freedesktop.org/attachment.cgi?id=73045action=edit
ZIP Archive of Roboto fonts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #9 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Created attachment 72868
  -- https://bugs.freedesktop.org/attachment.cgi?id=72868action=edit
Font Pgtextje.ttf

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #10 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
(In reply to comment #8)
 pierre-yves samyn: I don't know if it's still relevant with last LO version
 (3.6.4) but if it's the case, would it be possible you attach the font?
 The goal is to test and retrieve a bt

Done...
Still occurs with Version 4.0.0.0.beta1+ (Build ID:
546faa79bf3b1e4b222f182d43a9839106a398d)

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||bfo.bugm...@spamgourmet.com

--- Comment #11 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources and 4.0, both updated today, I don't
reproduce this.
I don't reproduce this too with 3.6 sources updated some days ago and Debian
package 3.5.4.

However I had a crash with 3.6.4.3 on Win7 so put it at NEW
Pierre-Yves: thank you for you feedback.

bfoman: would it be possible to have a bt of this one?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
pierre-yves samyn: I don't know if it's still relevant with last LO version
(3.6.4) but if it's the case, would it be possible you attach the font?
The goal is to test and retrieve a bt

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-08-28 21:46:27 UTC 
---
Pierre-Yves Samyn: Thank you for your feedback, put it at NEW.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2012-08-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

--- Comment #6 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2012-08-25 15:52:24 UTC ---
Hello

(In reply to comment #5)
 pierre-yves: http://omnibuus.com/font-download/ doesn't work, do you know 
 where
 one can download this font?
 

Indeed, the link is no longer active ... Unfortunately I did not find other
(the font is installed with the software and is therefore perhaps not free
...).

However, the bug persists of course with Version 3.6.1.2 (Build ID: e29a214)

Regards
Pierre-Yves

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet serval2...@yahoo.fr 2012-08-18 21:17:40 UTC 
---
pierre-yves: http://omnibuus.com/font-download/ doesn't work, do you know where
one can download this font?

Joop: what ttf font do you use? Could you attach the doc?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2011-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

pierre-yves samyn pierre-yves.sa...@laposte.net changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2011-12-24 04:21:42 PST ---
Hello

Still persists with LOdev 3.5.0beta2+Build ID: 62b9587-7ef74e0-7bf1c81

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37449] Crash when previewing the Pgtextje.ttf font in the font list

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37449

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:04:48 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs