[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-19 Thread codesite-noreply
Comment #105 on issue 12530 by bugdro...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 The following revision refers to this bug:

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-15 Thread codesite-noreply
Comment #103 on issue 12530 by olegueret: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 yusukes, I could finally try latest fix and it works great! Now chromium loads fine with Bitstream Vera Sans similar

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-14 Thread codesite-noreply
Comment #102 on issue 12530 by olegueret: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 yusukes, I will check it when a package its available; latest build which includes fix is broken in launchpad

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #94 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 oleguer, thanks for the info! oleg...@imhotep:/etc/fonts/conf.d$ grep -r weak `find \( ! -regex '.*/\..*'

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #96 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I'm having the same problems as described above except I use 'Snap' font. So i also ran 'FC_DEBUG=1 fc-match Snap' but for

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #97 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 PS: Could it be that a 'case sensitivity' problem. I noticed the output contains both 'snap' and 'Snap' variants. --

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #95 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I'm having the same problems as described above except I use 'Snap' font. So i also ran 'FC_DEBUG=1 fc-match Snap' but for

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #98 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 PS: Could it be a 'case sensitivity' problem. I noticed the output contains both 'snap' and 'Snap' variants. -- You

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-10 Thread codesite-noreply
Comment #99 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 DizzyC81: Thanks for the detailed info. Could it be something related to the snap font beeing a bitmap font?

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-09 Thread codesite-noreply
Comment #88 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-09 Thread codesite-noreply
Comment #89 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Issue 17338 has been merged into this issue. -- You received this message because you are listed in the owner

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-09 Thread codesite-noreply
Updates: Status: Assigned Comment #90 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 olegueret, DizzyC81: Probably my patch had fixed only 1 issue (kuh3h3's) out

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-09 Thread codesite-noreply
Comment #91 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 agl: I finally succeeded to reproduce it (hopefully). In short, I guess edit mode=prepend binding=same or edit

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-09 Thread codesite-noreply
Updates: Status: Started Owner: yusu...@chromium.org Comment #92 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 So, how about skipping the strcasecmp

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-06 Thread codesite-noreply
Comment #87 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 olegueret: Since the fix (#82) is landed in revision 21063, it should already be applied to your build

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-09-05 Thread codesite-noreply
Comment #86 on issue 12530 by olegueret: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Me having this problem too (Chromium installed today - 2009-09-05). oleg...@imhotep:~$ chromium-browser

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-08-14 Thread codesite-noreply
Comment #85 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 phitaugamma: I guess your case is dupe of issue 15949. -- You received this message because you are listed

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-08-13 Thread codesite-noreply
Comment #84 on issue 12530 by phitaugamma: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Getting: [11532:11532:6547845148:FATAL:/b/slave/chromium-rel-linux/build/src/app/gfx/font_skia.cc(90)] Check failed:

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-19 Thread codesite-noreply
Comment #80 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 ah sorry for mistyping.midori with gtkwebkit -- You received this message because you are listed in the owner or CC fields

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-19 Thread codesite-noreply
Comment #78 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 yusuke, and agl great thanks for your kind help. al last my font problems have gone. chrome 3.0.195.0 (21064) buildbot

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-19 Thread codesite-noreply
Comment #79 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 for comparision,midori with recent svn compiled qtweblit looks like this . of course, the two browsers use same nanum font.

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-19 Thread codesite-noreply
Comment #81 on issue 12530 by a...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Ack the rendering issue: I've seen that too, although I've no idea where it's coming from. -- You received

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-18 Thread codesite-noreply
Comment #76 on issue 12530 by linjiework: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I get the follow error message

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-18 Thread codesite-noreply
Comment #77 on issue 12530 by yusu...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 The issue similar to kuh3h3's reproduced on trunk (r21053) with my home workstation that uses Japanese

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-15 Thread codesite-noreply
Comment #70 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 my chrome is buildbot snapshot version. from

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-14 Thread codesite-noreply
Comment #68 on issue 12530 by kuh3h3: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 d...@dgol /media/sdc1/chromium-trunk/src$ cat /etc/lsb*rel* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-09 Thread codesite-noreply
Comment #65 on issue 12530 by monaden: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Same problem forme (latest build, downloaded today):

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-09 Thread codesite-noreply
Comment #66 on issue 12530 by monaden: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Same problem for me (latest build, downloaded today):

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-09 Thread codesite-noreply
Comment #67 on issue 12530 by monaden: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Same problem for me (latest build, downloaded today):

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-08 Thread codesite-noreply
Updates: Status: Assigned Owner: a...@chromium.org Comment #64 on issue 12530 by mikesm...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Hi - another font related crashing issue

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-06 Thread codesite-noreply
Comment #63 on issue 12530 by DizzyC81: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-07-04 Thread codesite-noreply
Comment #62 on issue 12530 by HareStomper: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I think that chromium does not know how to work with different fonts. And decorations does not have any meaning for

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-29 Thread codesite-noreply
Comment #58 on issue 12530 by HareStomper: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Я не хочу кого-то убеждать, что это универсальное средство. Я описал решение в моем случае, после целого дня поиска

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-29 Thread codesite-noreply
Comment #59 on issue 12530 by HareStomper: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I do not want anybody to convince that this is a panacea. I described the solution in my case, after a day of finding

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-29 Thread codesite-noreply
Comment #60 on issue 12530 by john.eastman: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I am able to consistently reproduce the problem, so let me try to be as helpful as I can. I notice that when I

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-29 Thread codesite-noreply
Comment #61 on issue 12530 by elpraga: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Hm, I am using mac4lin too.. I still continue to think that if we know what exactly changes gnome-settings-daemon in

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-28 Thread codesite-noreply
Comment #56 on issue 12530 by HareStomper: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-28 Thread codesite-noreply
Comment #57 on issue 12530 by elpraga: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 That is not the issue. I do have theese fonts intalles. The issue is why chromium cannot find them.. -- You received

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-27 Thread codesite-noreply
Comment #53 on issue 12530 by elpraga: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 On my other system I cannot reproduce the crash either. Please note, that my disk with the old system is failing, and it

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-27 Thread codesite-noreply
Comment #54 on issue 12530 by elpraga: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I can still confirm the crash on my old system. Chromium version: 3.0.191.0 (0) This is the output from terminal:

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-27 Thread codesite-noreply
Comment #55 on issue 12530 by elpraga: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I am not able to reproduce the crash on my new system either. I suppose the way to go would be to find out which

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-26 Thread codesite-noreply
Comment #50 on issue 12530 by john.eastman: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 I am having still having the same problems cited by elpraga.

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-26 Thread codesite-noreply
Comment #51 on issue 12530 by thes...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 Ok, but I still have no idea how to reproduce the crash. On Hardy, I tried running fluxbox and

[chromium-bugs] Issue 12530 in chromium: Segfault when ResourceBundle::GetFont fails -- more font fallback needed?

2009-06-26 Thread codesite-noreply
Comment #52 on issue 12530 by e...@chromium.org: Segfault when ResourceBundle::GetFont fails -- more font fallback needed? http://code.google.com/p/chromium/issues/detail?id=12530 To elaborate on comment #51: it would help if you could provide your exact system setup (distro, language,