After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107262 - [eel_pango_layout_set_font_desc_from_string] Application "gnome-terminal" (process 18409) has crashed due to a fatal error.
[eel_pango_layout_set_font_desc_from_string] Application "gnome-terminal" (pr...
Status: RESOLVED DUPLICATE of bug 120891
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: High critical
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 111320 113197 117308 119966 125685 126290 129372 129836 131144 133767 134789 135048 135799 136051 136362 139419 139620 140242 140582 140761 141076 141201 141573 143564 145699 145757 145921 146039 146040 146079 146189 146333 152554 153543 154148 154288 155045 160225 160661 165883 166425 168343 169303 300427 305249 306433 311699 317421 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-28 15:26 UTC by Tobias Abenius
Modified: 2005-09-29 11:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Tobias Abenius 2003-02-28 15:26:45 UTC
Description of Problem:
I had a terminal with 4 tabs. In the third of them
I wrote at my zsh-prompt: cat <<SLUT > hello.java
....
SLUT

Pressing enter scrolled my window up half a
window, where the upper half was in the background
color (the one of the GTK-skin, not the white
background of my terminal, i use AquaX) and then I
got the standard gnome-crash-dialog..

Steps to reproduce the problem:
1. cat <<SLUT
/** Hello  prints two lines in the command window */
public class Hello 
{ public static void main(String[] args) 
  { System.out.println("Hello to you!");
    System.out.println(49); 
  }
}
SLUT

Actual Results:
segfaults, always. but only on this piece of code.
 not on other multiline strings.

Expected Results:
duh..

How often does this happen? 
Every time.

Additional Information:
Commands with cat <<BLAH-heredoc-multiline-strings
 results in setting a multiline title on the tab.
So the tabs vertical size expands to fit the text.
(but not on the window, in the window CRLF becomes
those squares..), could that have something to do
with it?
Comment 1 Elijah Newren 2003-02-28 15:49:27 UTC
Thanks for the bug report. What version of gnome-terminal are you
running?  I can't duplicate this crash with gnome-terminal 2.0.1 (on
Redhat 8 with either bash or zsh as the underlying shell).  Without a
stack trace from the crash we may not be able to determine what caused
the crash. Can you provide us with one?  Please see
http://bugzilla.gnome.org/getting-traces.cgi for more information
about getting a useful stack trace.
Comment 2 Tobias Abenius 2003-02-28 16:49:28 UTC
I run version 2.2.1

here is a stack trace (sorry, no debugging info..)

  • #0 pango_layout_iter_get_char_extents
    from /usr/lib/libpango-1.0.so.0
  • #1 eel_pango_layout_set_font_desc_from_string
  • #2 eel_pango_layout_set_font_desc_from_string
  • #3 eel_pango_layout_set_text_ellipsized
  • #4 eel_ellipsizing_label_set_text
  • #5 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #11 gtk_widget_size_allocate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_notebook_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_notebook_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_notebook_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_widget_size_allocate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_vbox_new
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #27 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #29 gtk_widget_size_allocate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #30 gtk_window_reshow_with_initial_size
    from /usr/lib/libgtk-x11-2.0.so.0
  • #31 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #32 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #33 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #34 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #35 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #36 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #37 gtk_widget_size_allocate
    from /usr/lib/libgtk-x11-2.0.so.0
  • #38 gtk_container_resize_children
    from /usr/lib/libgtk-x11-2.0.so.0
  • #39 _gtk_window_unset_focus_and_default
    from /usr/lib/libgtk-x11-2.0.so.0
  • #40 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #41 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #42 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #43 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #44 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #45 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #46 gtk_container_check_resize
    from /usr/lib/libgtk-x11-2.0.so.0
  • #47 gtk_container_set_reallocate_redraws
    from /usr/lib/libgtk-x11-2.0.so.0
  • #48 g_timeout_add
    from /usr/lib/libglib-2.0.so.0
  • #49 g_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #50 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #51 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #52 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #53 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #54 main

and as it seems like a bug in a library.. here goes..

$ ldd `which gnome-terminal`
        libvte.so.4 => /usr/lib/libvte.so.4 (0x40023000)
        libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x400f9000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40109000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40157000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4015c000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x4017f000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x401be000)
        libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0x4027a000)
        libgnomeui-2.so.0 => /usr/lib/libgnomeui-2.so.0 (0x4028e000)
        libgnutls.so.5 => /usr/lib/libgnutls.so.5 (0x4030a000)
        libtasn1.so.0 => /usr/lib/libtasn1.so.0 (0x4033c000)
        libgcrypt.so.1 => /usr/lib/libgcrypt.so.1 (0x4034a000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40383000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40397000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x403b5000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x403bd000)
        libbonoboui-2.so.0 => /usr/lib/libbonoboui-2.so.0 (0x403d2000)
        libgnomecanvas-2.so.0 => /usr/lib/libgnomecanvas-2.so.0
(0x4042a000)
        libgnome-2.so.0 => /usr/lib/libgnome-2.so.0 (0x40452000)
        libesd.so.0 => /usr/lib/libesd.so.0 (0x40465000)
        libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x4046c000)
        libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0x4048a000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x4049f000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x404be000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x406c9000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x4072c000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0
(0x40742000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x40753000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x40771000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x4077d000)
        libbonobo-2.so.0 => /usr/lib/libbonobo-2.so.0 (0x407ac000)
        libORBitCosNaming-2.so.0 => /usr/lib/libORBitCosNaming-2.so.0
(0x407fb00                                                      0)
        libgnomevfs-2.so.0 => /usr/lib/libgnomevfs-2.so.0 (0x407ff000)
        libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x40832000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x40857000)
        libz.so.1 => /lib/libz.so.1 (0x4092e000)
        librt.so.1 => /lib/librt.so.1 (0x4093b000)
        libbonobo-activation.so.4 =>
/usr/lib/libbonobo-activation.so.4 (0x4094d                          
                           000)
        libORBit-2.so.0 => /usr/lib/libORBit-2.so.0 (0x4095f000)
        libpopt.so.0 => /lib/libpopt.so.0 (0x4099b000)
        libm.so.6 => /lib/libm.so.6 (0x409a2000)
        liblinc.so.1 => /usr/lib/liblinc.so.1 (0x409c3000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x409ca000)
        libdl.so.2 => /lib/libdl.so.2 (0x409cf000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x409d2000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x40a01000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40a06000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40a55000)
        libstartup-notification-1.so.0 =>
/usr/lib/libstartup-notification-1.so.                               
                     0 (0x40ab7000)
        libc.so.6 => /lib/libc.so.6 (0x40ac0000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40bd0000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40bdd000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40bfb000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Comment 3 Elijah Newren 2003-02-28 17:09:00 UTC
Appears to be a unique stack trace, according to the
simple-dup-finder.  Marking priority->high (it's a crasher), changing
GNOMEVER2.0->GNOMEVER2.2 (since tobbe said he ran version 2.2.1),
adding  bugsquad keyword, and reopening.
Comment 4 Elijah Newren 2003-02-28 18:24:15 UTC
tobbe: Luis said that he "can't understand how that is a terminal
trace, since terminal doesn't use eel, AFAIK".  Are you sure you
didn't cut and paste the wrong stack trace?  Anyway, I'm reassigning
this to eel, as per Luis' suggestion.  
Comment 5 Tobias Abenius 2003-02-28 18:32:44 UTC
Yes I'm sure this is the one.. couldn't be I use AquaX-gtk-skin which
uses xenophilia or something? I don't know :) I know very little of
which  components relates to eachother.. I don't code guis..
Comment 6 Havoc Pennington 2003-03-01 05:06:29 UTC
g-t contains eel cut-and-pastage. 

Can we check if this is specific to a particular theme or font?
Comment 7 Havoc Pennington 2003-04-12 14:29:05 UTC
Should also try without zshell, it looks like the crash is in trying to 
set the terminal tab title. So you'd have to have multiple tabs 
open to reproduce, and have to have the same title-setting setup 
as the bug reporter.

Using this info maybe we can get complete reproduction instructions
for what to set in the title that triggers a crash.

Please reopen if reproduction instructions added.
Comment 8 Elijah Newren 2003-04-23 03:36:41 UTC
*** Bug 111320 has been marked as a duplicate of this bug. ***
Comment 9 Elijah Newren 2003-05-25 15:07:09 UTC
*** Bug 113197 has been marked as a duplicate of this bug. ***
Comment 10 Elijah Newren 2003-05-25 15:09:52 UTC
Bug 111320 was a nautilus crash; bug 113197 was another gnome-terminal
crash this time using RedHat 9.

The reporter of bug 113197 had the following to say:
   Sometimes gnome-terminal crashes after a "cd ..".

   Steps to reproduce the problem:
   1.  Just type "cd .." 
   2.  Just press "enter"

   How often does this happen?
   Twice in a few days, my usage of gnome-terminal is almost
   intensive.

   Additional Information:
   My gnome-terminal is the one given whit red-hat 9.0, I have
   changed the font.

I've asked him to add a comment here saying which font it is that he
changed to.
Comment 11 mwehner 2003-09-26 13:50:50 UTC
*** Bug 117308 has been marked as a duplicate of this bug. ***
Comment 12 Mariano Suárez-Alvarez 2003-10-24 00:35:13 UTC
*** Bug 119966 has been marked as a duplicate of this bug. ***
Comment 13 Olav Vitters 2003-10-28 16:20:39 UTC
*** Bug 125685 has been marked as a duplicate of this bug. ***
Comment 14 Olav Vitters 2003-10-28 18:02:01 UTC
I think I've found an easy way to reproduce this crash. The following
crashes gnome-terminal, but I haven't compared stacktraces.

To reproduce:
1. Start a new gnome-terminal
2. Create another tab
   (this is required so that gnome-terminal shows the tabbar)
3. Run: foo="abcdefghhijklmnopqrstuvwxyz"
4. Run: echo -ne "\016\033]0;$foo$foo$foo$foo$foo$foo\007";sleep 2
5. gnome-terminal crashes

The weird characters are caused by the \016 before the xterm title
update. Thats seems to crash gnome-terminal when setting a xterm title
larger than the available space in the tabbar. The sleep 2 is required
when PROMPT_COMMAND or PS1 also changes the xterm title.
Comment 15 Elijah Newren 2003-10-28 21:23:15 UTC
bugzilla-gnome@bkor.dhs.org: The version on this bug is still 2.2. 
Does that mean you're still using gnome-terminal-2.2.x?  If so, is
there any way you could try out 2.4.x and see if the problem still
exists under that version?  Thanks.
Comment 16 Olav Vitters 2003-10-29 22:14:41 UTC
newren@math.utah.edu: It was with gnome-terminal 2.4.0.1 and vte
0.11.10.  I've finally managed to create gnome 2.4 and 2.5
stacktraces. They are both different, but the 2.4 stacktrace matches
the one in bug 116108. The function from #0
(pango_layout_iter_get_char_extents) is the same, so it could be that
it is same bug, but with a different stacktrace under gnome 2.2. Gnome
2.2 does not want to compile with jhbuild, so I'll just continue in
bug 116108.

removing newlines from summary
Comment 17 Mariano Suárez-Alvarez 2003-10-29 22:49:06 UTC
The \016 character, which in ASCII is called SO (Shift Out), causes an
xterm terminal (and gnome-terminal, which emulates that) to switch to
the alternate character set (whatever that may be...; see
ami.univ-evry.fr/XFree86/4.0.1/doc/ctlseqs.TXT) This is reversed when
the terminal sees a SI (Shift In) character, ie, a \017.

One should *not* send \016 to terminals...

I do not see this crashes using gtk+ HEAD and gnome-terminal 2.5, btw.
Indeed, I see almost the same behaviour when I follow the above steps
in gnome-terminal and xterm, except that gnome-terminal's title is
garbled while xterm's is not. One reason for that I can think of is
thayt vte is sending the text of the newly set title in the alternate
charset, while gnome-terminal expects utf8; I'll have to check, tho.
Comment 18 Mariano Suárez-Alvarez 2003-10-29 22:50:57 UTC
hmmm, the url I meant to paste was
http://www.lami.univ-evry.fr/XFree86/4.3.0/doc/ctlseqs.TXT
Comment 19 Olav Vitters 2003-10-29 23:51:49 UTC
> One should *not* send \016 to terminals...

Note that Midnight Commander (mc) does sometimes send \016 to the
terminal. I found this out by redirecting the output of mc to tee +
lots of trial and error.
Catting the file created by tee sometimes crashes mc, but not
reliably. Now that I have a gnome-terminal with debugging information
I'll try to reproduce this stacktrace with gnome-terminal 2.4.
Comment 20 Olav Vitters 2003-11-05 16:44:24 UTC
*** Bug 126290 has been marked as a duplicate of this bug. ***
Comment 21 Mariano Suárez-Alvarez 2003-11-05 23:23:50 UTC
Yeah, \016 is not that bad, actually ;)

This bug is in pango, actually: I distilled a gnome-terminal-free
little program, to be found in bug 120891, which exposes it. That bug
in turn turns out to be part of the breakage in bug 89541, and,
luckily, that part has been fixed there. There are other parts to it,
though.

I'll mark this as a duplicate of bug 120891, which is the closest one.

*** This bug has been marked as a duplicate of 120891 ***
Comment 22 Elijah Newren 2003-12-15 20:28:30 UTC
*** Bug 129372 has been marked as a duplicate of this bug. ***
Comment 23 John Fleck 2003-12-24 16:33:05 UTC
*** Bug 129836 has been marked as a duplicate of this bug. ***
Comment 24 Matthew Gatto 2004-01-12 09:05:22 UTC
*** Bug 131144 has been marked as a duplicate of this bug. ***
Comment 25 Mariano Suárez-Alvarez 2004-01-27 21:37:04 UTC
*** Bug 121894 has been marked as a duplicate of this bug. ***
Comment 26 Mariano Suárez-Alvarez 2004-02-08 01:42:35 UTC
*** Bug 133767 has been marked as a duplicate of this bug. ***
Comment 27 Mariano Suárez-Alvarez 2004-02-18 23:21:57 UTC
*** Bug 134789 has been marked as a duplicate of this bug. ***
Comment 28 Theodore Randall 2004-02-24 01:23:04 UTC
*** Bug 135048 has been marked as a duplicate of this bug. ***
Comment 29 Mariano Suárez-Alvarez 2004-03-01 01:24:31 UTC
*** Bug 135799 has been marked as a duplicate of this bug. ***
Comment 30 Mariano Suárez-Alvarez 2004-03-03 16:53:22 UTC
*** Bug 136051 has been marked as a duplicate of this bug. ***
Comment 31 Mariano Suárez-Alvarez 2004-03-06 08:08:51 UTC
*** Bug 136362 has been marked as a duplicate of this bug. ***
Comment 32 Mariano Suárez-Alvarez 2004-04-09 23:58:20 UTC
*** Bug 139620 has been marked as a duplicate of this bug. ***
Comment 33 Martin Wehner 2004-04-14 16:57:31 UTC
*** Bug 139419 has been marked as a duplicate of this bug. ***
Comment 34 Mariano Suárez-Alvarez 2004-04-18 04:57:20 UTC
*** Bug 140242 has been marked as a duplicate of this bug. ***
Comment 35 Mariano Suárez-Alvarez 2004-04-22 00:14:30 UTC
This is being used as the original for all this bugs, so making the summary be
more useful.
Comment 36 Mariano Suárez-Alvarez 2004-04-22 00:15:21 UTC
*** Bug 140761 has been marked as a duplicate of this bug. ***
Comment 37 Martin Wehner 2004-04-24 17:11:03 UTC
*** Bug 140582 has been marked as a duplicate of this bug. ***
Comment 38 Mariano Suárez-Alvarez 2004-04-25 23:42:24 UTC
*** Bug 141076 has been marked as a duplicate of this bug. ***
Comment 39 Mariano Suárez-Alvarez 2004-04-27 18:32:17 UTC
*** Bug 141201 has been marked as a duplicate of this bug. ***
Comment 40 Mariano Suárez-Alvarez 2004-05-02 20:30:23 UTC
*** Bug 141573 has been marked as a duplicate of this bug. ***
Comment 41 Mariano Suárez-Alvarez 2004-06-02 11:09:13 UTC
*** Bug 143564 has been marked as a duplicate of this bug. ***
Comment 42 Olav Vitters 2004-07-08 18:10:06 UTC
*** Bug 145699 has been marked as a duplicate of this bug. ***
Comment 43 Olav Vitters 2004-07-08 19:09:02 UTC
*** Bug 145757 has been marked as a duplicate of this bug. ***
Comment 44 Olav Vitters 2004-07-08 22:27:10 UTC
*** Bug 145921 has been marked as a duplicate of this bug. ***
Comment 45 Martin Wehner 2004-07-09 01:27:21 UTC
*** Bug 146039 has been marked as a duplicate of this bug. ***
Comment 46 Martin Wehner 2004-07-09 01:27:33 UTC
*** Bug 146040 has been marked as a duplicate of this bug. ***
Comment 47 Martin Wehner 2004-07-09 01:27:47 UTC
*** Bug 146079 has been marked as a duplicate of this bug. ***
Comment 48 Martin Wehner 2004-07-09 01:28:09 UTC
*** Bug 146189 has been marked as a duplicate of this bug. ***
Comment 49 Vincent Noel 2004-09-23 15:39:41 UTC
*** Bug 153543 has been marked as a duplicate of this bug. ***
Comment 50 Matthew Gatto 2004-10-10 04:49:32 UTC
*** Bug 154288 has been marked as a duplicate of this bug. ***
Comment 51 Matthew Gatto 2004-10-10 04:50:37 UTC
*** Bug 146333 has been marked as a duplicate of this bug. ***
Comment 52 Matthew Gatto 2004-10-10 04:51:53 UTC
*** Bug 152554 has been marked as a duplicate of this bug. ***
Comment 53 Matthew Gatto 2004-10-18 13:36:53 UTC
*** Bug 155045 has been marked as a duplicate of this bug. ***
Comment 54 Matthew Gatto 2004-11-01 03:13:29 UTC
*** Bug 154148 has been marked as a duplicate of this bug. ***
Comment 55 Martin Wehner 2004-12-02 21:28:25 UTC
*** Bug 160225 has been marked as a duplicate of this bug. ***
Comment 56 Elijah Newren 2004-12-07 04:31:08 UTC
*** Bug 160661 has been marked as a duplicate of this bug. ***
Comment 57 Alex Duggan 2005-02-01 05:29:23 UTC
*** Bug 165883 has been marked as a duplicate of this bug. ***
Comment 58 Martin Wehner 2005-02-24 18:52:05 UTC
*** Bug 168343 has been marked as a duplicate of this bug. ***
Comment 59 Martin Wehner 2005-02-24 18:53:47 UTC
*** Bug 166425 has been marked as a duplicate of this bug. ***
Comment 60 Elijah Newren 2005-03-05 17:58:06 UTC
*** Bug 169303 has been marked as a duplicate of this bug. ***
Comment 61 Martin Wehner 2005-04-14 21:36:43 UTC
*** Bug 300427 has been marked as a duplicate of this bug. ***
Comment 62 Elijah Newren 2005-05-29 15:49:43 UTC
*** Bug 305249 has been marked as a duplicate of this bug. ***
Comment 63 Martin Wehner 2005-06-04 12:34:53 UTC
*** Bug 306433 has been marked as a duplicate of this bug. ***
Comment 64 Michele Baldessari 2005-07-27 10:00:48 UTC
*** Bug 311699 has been marked as a duplicate of this bug. ***
Comment 65 Brent Smith (smitten) 2005-09-29 05:21:12 UTC
*** Bug 317421 has been marked as a duplicate of this bug. ***