Your message dated Tue, 22 Dec 2009 11:36:30 +0100
with message-id <[email protected]>
and subject line Re: Bug#461556: iceweasel: still reproducible
has caused the Debian Bug report #461556,
regarding iceweasel: does not handle X error BadAlloc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
461556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461556
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iceweasel
Version: 2.0.0.11-1
Severity: normal
How to reproduce:
<html>
<head>
<title>Mozilla does not handle x error</title>
<script language="Javascript">
x="-"; for (i=0;i<20;++i) x=x+x; alert(x)
</script>
</head>
<body>
<h1>Mozilla does not handle x error</h1>
<pre>x="-"; for (i=0;i<20;++i) x=x+x; alert(x)</pre>
</body>
</html>
Error:
The program 'gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 9950 error_code 11 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
(it seems epiphany does)
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.13-3-mcore2-imq (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iceweasel depends on:
ii debianutils 2.28.2 Miscellaneous utilities specific t
ii fontconfig 2.5.0-2 generic font configuration library
ii libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii libc6 2.7-5 GNU C Library: Shared libraries
ii libcairo2 1.4.10-1+lenny2 The Cairo 2D vector graphics libra
ii libfontconfig1 2.5.0-2 generic font configuration library
ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib
ii libgcc1 1:4.2.2-4 GCC support library
ii libglib2.0-0 2.14.3-1 The GLib library of C routines
ii libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface
ii libhunspell-1.1-0 1.1.9-1 spell checker and morphological an
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libnspr4-0d 4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii libnss3-0d 3.12.0~1.9b1-2 Transition package for Network Sec
ii libpango1.0-0 1.18.3-1 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
ii libstdc++6 4.2.2-4 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxft2 2.1.12-2 FreeType-based font drawing librar
ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library
ii libxp6 1:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii libxrender1 1:0.9.4-1 X Rendering Extension client libra
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii procps 1:3.2.7-5 /proc file system utilities
ii psmisc 22.6-1 Utilities that use the proc filesy
ii zlib1g 1:1.2.3.3.dfsg-8 compression library - runtime
iceweasel recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.5-1
On Sun, Aug 10, 2008 at 01:07:44PM +0200, Jens Thiele wrote:
> Eric Dorland <[email protected]> writes:
>
> > * Jens Thiele ([email protected]) wrote:
> >> Package: iceweasel
> >> Version: 2.0.0.14-2
> >> Followup-For: Bug #461556
> >>
> >> j...@thialfi:~$ iceweasel -safe-mode file:///tmp/crash.html
> >> The program 'gecko' received an X Window System error.
> >> This probably reflects a bug in the program.
> >> The error was 'BadAlloc (insufficient resources for operation)'.
> >> (Details: serial 4097 error_code 11 request_code 53 minor_code 0)
> >> (Note to programmers: normally, X errors are reported asynchronously;
> >> that is, you will receive the error a while after causing it.
> >> To debug your program, run it with the --sync command line
> >> option to change this behavior. You can then get a meaningful
> >> backtrace from your debugger if you break on the gdk_x_error()
> >> function.)
> >
> > Any improvement in Iceweasel 3.0.1?
>
> No:
>
> j...@thialfi:~$ iceweasel -safe-mode file:///tmp/crash.html
> The program 'firefox-bin' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'RenderBadPicture (invalid Picture parameter)'.
> (Details: serial 3945 error_code 182 request_code 155 minor_code 5)
> (Note to programmers: normally, X errors are reported asynchronously;
> that is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
> j...@thialfi:~$ iceweasel -safe-mode --sync file:///tmp/crash.html
> The program 'firefox-bin' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadAlloc (insufficient resources for operation)'.
> (Details: serial 10443 error_code 11 request_code 53 minor_code 0)
> (Note to programmers: normally, X errors are reported asynchronously;
> that is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
While I can reproduce with the version in Lenny, I can't with the
version in squeeze.
Cheers,
Mike
--- End Message ---