Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-07-22 Thread Mike Hommey
On Fri, Jul 21, 2006 at 11:55:12PM -0400, Eric Dorland [EMAIL PROTECTED] 
wrote:
 * Mike Hommey ([EMAIL PROTECTED]) wrote:
  On Fri, Jun 09, 2006 at 05:27:52PM -0400, Justin Pryzby [EMAIL PROTECTED] 
  wrote:
   On Fri, Jun 09, 2006 at 09:20:34PM +0200, Mike Hommey wrote:
retitle 372243 pango backend doesn't handle NULs in source safely
thanks

On Fri, Jun 09, 2006 at 01:06:41PM +0200, Piotr Engelking [EMAIL 
PROTECTED] wrote:
 Mike Hommey [EMAIL PROTECTED] wrote:
 
  Firefox hangs on NULs embedded in html with style=text-align: 
  justify;.
  This bug seems to be Debian-specific, as I wasn't able to 
  reproduce it 
 with
  upstream Mozilla Firefox 1.5.0.4.
 
 Can you try with MOZ_DISABLE_PANGO=1 ?
 
 Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
 also doesn't chop the text at the NUL, as it does without it.

The upstream firefox doesn't use the pango backend, this is why you
weren't seeing the problem. Anyway, it's a bit strange to have nul
characters in html pages.
I'll try to see if firefox 2 (which is supposed to have switched to (a
different) pango backend) is also subject to this bug.
   You can test all the other fix-disable-pango user-tagged bugs, if you
   really want ..
  
  Well, bon echo alpha 3 isn't built with the pango backend... i guess
  it's planned for firefox 3, not firefox 2...
 
 I wonder if this might be a bug in pango and not necessarily a bug in
 the firefox code. 

IIRC, it's a bug in firefox. it does the justification itself.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-07-21 Thread Eric Dorland
* Mike Hommey ([EMAIL PROTECTED]) wrote:
 On Fri, Jun 09, 2006 at 05:27:52PM -0400, Justin Pryzby [EMAIL PROTECTED] 
 wrote:
  On Fri, Jun 09, 2006 at 09:20:34PM +0200, Mike Hommey wrote:
   retitle 372243 pango backend doesn't handle NULs in source safely
   thanks
   
   On Fri, Jun 09, 2006 at 01:06:41PM +0200, Piotr Engelking [EMAIL 
   PROTECTED] wrote:
Mike Hommey [EMAIL PROTECTED] wrote:

 Firefox hangs on NULs embedded in html with style=text-align: 
 justify;.
 This bug seems to be Debian-specific, as I wasn't able to reproduce 
 it 
with
 upstream Mozilla Firefox 1.5.0.4.

Can you try with MOZ_DISABLE_PANGO=1 ?

Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
also doesn't chop the text at the NUL, as it does without it.
   
   The upstream firefox doesn't use the pango backend, this is why you
   weren't seeing the problem. Anyway, it's a bit strange to have nul
   characters in html pages.
   I'll try to see if firefox 2 (which is supposed to have switched to (a
   different) pango backend) is also subject to this bug.
  You can test all the other fix-disable-pango user-tagged bugs, if you
  really want ..
 
 Well, bon echo alpha 3 isn't built with the pango backend... i guess
 it's planned for firefox 3, not firefox 2...

I wonder if this might be a bug in pango and not necessarily a bug in
the firefox code. 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-09 Thread Mike Hommey
On Fri, Jun 09, 2006 at 04:05:29AM +0200, Piotr Engelking [EMAIL PROTECTED] 
wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.4-1
 Severity: important
 
 Firefox hangs on NULs embedded in html with style=text-align: justify;.
 This bug seems to be Debian-specific, as I wasn't able to reproduce it with
 upstream Mozilla Firefox 1.5.0.4.

Can you try with MOZ_DISABLE_PANGO=1 ?

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-09 Thread Piotr Engelking

Mike Hommey [EMAIL PROTECTED] wrote:


 Firefox hangs on NULs embedded in html with style=text-align: justify;.
 This bug seems to be Debian-specific, as I wasn't able to reproduce it with
 upstream Mozilla Firefox 1.5.0.4.

Can you try with MOZ_DISABLE_PANGO=1 ?


Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
also doesn't chop the text at the NUL, as it does without it.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-09 Thread Mike Hommey
retitle 372243 pango backend doesn't handle NULs in source safely
thanks

On Fri, Jun 09, 2006 at 01:06:41PM +0200, Piotr Engelking [EMAIL PROTECTED] 
wrote:
 Mike Hommey [EMAIL PROTECTED] wrote:
 
  Firefox hangs on NULs embedded in html with style=text-align: justify;.
  This bug seems to be Debian-specific, as I wasn't able to reproduce it 
 with
  upstream Mozilla Firefox 1.5.0.4.
 
 Can you try with MOZ_DISABLE_PANGO=1 ?
 
 Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
 also doesn't chop the text at the NUL, as it does without it.

The upstream firefox doesn't use the pango backend, this is why you
weren't seeing the problem. Anyway, it's a bit strange to have nul
characters in html pages.
I'll try to see if firefox 2 (which is supposed to have switched to (a
different) pango backend) is also subject to this bug.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-09 Thread Justin Pryzby
On Fri, Jun 09, 2006 at 09:20:34PM +0200, Mike Hommey wrote:
 retitle 372243 pango backend doesn't handle NULs in source safely
 thanks
 
 On Fri, Jun 09, 2006 at 01:06:41PM +0200, Piotr Engelking [EMAIL PROTECTED] 
 wrote:
  Mike Hommey [EMAIL PROTECTED] wrote:
  
   Firefox hangs on NULs embedded in html with style=text-align: justify;.
   This bug seems to be Debian-specific, as I wasn't able to reproduce it 
  with
   upstream Mozilla Firefox 1.5.0.4.
  
  Can you try with MOZ_DISABLE_PANGO=1 ?
  
  Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
  also doesn't chop the text at the NUL, as it does without it.
 
 The upstream firefox doesn't use the pango backend, this is why you
 weren't seeing the problem. Anyway, it's a bit strange to have nul
 characters in html pages.
 I'll try to see if firefox 2 (which is supposed to have switched to (a
 different) pango backend) is also subject to this bug.
You can test all the other fix-disable-pango user-tagged bugs, if you
really want ..

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-09 Thread Mike Hommey
On Fri, Jun 09, 2006 at 05:27:52PM -0400, Justin Pryzby [EMAIL PROTECTED] 
wrote:
 On Fri, Jun 09, 2006 at 09:20:34PM +0200, Mike Hommey wrote:
  retitle 372243 pango backend doesn't handle NULs in source safely
  thanks
  
  On Fri, Jun 09, 2006 at 01:06:41PM +0200, Piotr Engelking [EMAIL 
  PROTECTED] wrote:
   Mike Hommey [EMAIL PROTECTED] wrote:
   
Firefox hangs on NULs embedded in html with style=text-align: 
justify;.
This bug seems to be Debian-specific, as I wasn't able to reproduce it 
   with
upstream Mozilla Firefox 1.5.0.4.
   
   Can you try with MOZ_DISABLE_PANGO=1 ?
   
   Excellent, with MOZ_DISABLE_PANGO=1 the bug doesn't appear. Firefox
   also doesn't chop the text at the NUL, as it does without it.
  
  The upstream firefox doesn't use the pango backend, this is why you
  weren't seeing the problem. Anyway, it's a bit strange to have nul
  characters in html pages.
  I'll try to see if firefox 2 (which is supposed to have switched to (a
  different) pango backend) is also subject to this bug.
 You can test all the other fix-disable-pango user-tagged bugs, if you
 really want ..

Well, bon echo alpha 3 isn't built with the pango backend... i guess
it's planned for firefox 3, not firefox 2...

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#372243: firefox: hangs on NULs embedded in html with style=text-align: justify;

2006-06-08 Thread Piotr Engelking

Package: firefox
Version: 1.5.dfsg+1.5.0.4-1
Severity: important

Firefox hangs on NULs embedded in html with style=text-align: justify;.
This bug seems to be Debian-specific, as I wasn't able to reproduce it with
upstream Mozilla Firefox 1.5.0.4.

Steps to reproduce:

* Open the attached file in Firefox.
* Select the text with a mouse a couple of times. Firefox should hang.

Scrolling the text also triggers the bug.

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-rc3
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages firefox depends on:
ii  debianutils 2.16.1   Miscellaneous utilities specific t
ii  fontconfig  2.3.2-5.1generic font configuration library
ii  libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii  libc6   2.3.6-13 GNU C Library: Shared libraries
ii  libcairo2   1.0.4-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-4GCC support library
ii  libglib2.0-02.10.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.8.17-2 The GTK+ graphical user interface
ii  libidl0 0.8.6-1  library for parsing CORBA IDL file
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libpango1.0-0   1.12.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.8.2-5.1  FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxp6  1:1.0.0-1X Printing Extension (Xprint) clie
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  psmisc  22.2-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-11   compression library - runtime

firefox recommends no packages.

-- no debconf information
hippyhome