Bug#242558: marked as done (when loading attached file glade-2 segfaults)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 22 Oct 2004 10:48:12 -0700


Your message dated Fri, 22 Oct 2004 14:33:36 -0300
with message-id <1098466416.4049.1.camel@alface.horta>
and subject line Bug#242558: Still there?
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Apr 2004 12:17:31 +0000
>From Nicolas.Chauvat@logilab.fr Wed Apr 07 05:17:31 2004
Return-path: <Nicolas.Chauvat@logilab.fr>
Received: from logilab.net2.nerim.net (licorne.logilab.fr) [62.4.19.137] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BBBzn-0002kS-00; Wed, 07 Apr 2004 05:17:31 -0700
Received: from orion.logilab.fr (scutum.logilab.fr [172.17.0.2])
	by licorne.logilab.fr (Postfix) with ESMTP id C18C11B916
	for <submit@bugs.debian.org>; Wed,  7 Apr 2004 14:16:59 +0200 (CEST)
Received: from aries.logilab.fr (aries.logilab.fr [172.17.1.66])
	by orion.logilab.fr (Postfix) with SMTP
	id 157342BDFA; Wed,  7 Apr 2004 14:17:00 +0200 (CEST)
Received: by aries.logilab.fr (sSMTP sendmail emulation); Wed,  7 Apr 2004 14:16:59 +0200
From: "Nicolas Chauvat" <Nicolas.Chauvat@logilab.fr>
Content-Type: multipart/mixed; boundary="===============1532677920=="
MIME-Version: 1.0
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: when loading attached file glade-2 segfaults
X-Mailer: reportbug 2.48
Date: Wed, 07 Apr 2004 14:16:59 +0200
Message-Id: <20040407121700.157342BDFA@orion.logilab.fr>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	HTML_60_70,UPPERCASE_25_50 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1 1

This is a multi-part MIME message sent by reportbug.

--===============1532677920==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: glade-2
Version: 2.0.1-3
Severity: normal

i did not manage to reduce the attached case any further. removing any
element, even the label, is enough to avoid the core dumps that happens
when clicking on "main_window" in glade's list of windows and dialogs.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.22-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (ignored: LC_ALL set to fr_FR@euro)

Versions of packages glade-2 depends on:
ii  glade-common-2              2.0.1-3      Common files for GTK+ 2 User Inter
ii  libatk1.0-0                 1.4.1-1      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libglib2.0-0                2.2.3-1      The GLib library of C routines
ii  libgtk2.0-0                 2.2.4-3      The GTK+ graphical user interface 
ii  libpango1.0-0               1.2.5-2.1    Layout and rendering of internatio
ii  libxml2                     2.6.6-1      GNOME XML library
ii  scrollkeeper                0.3.14-5     A free electronic cataloging syste
ii  xlibs                       4.2.1-12.1   X Window System client libraries
ii  zlib1g                      1:1.2.1-4    compression library - runtime

-- no debconf information


--===============1532677920==
Content-Type: text/xml; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bug.glade"

<?xml version="1.0" standalone="no"?> 
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>

<widget class="GtkWindow" id="main_window">
  <property name="visible">True</property>
  <property name="title" translatable="yes">CGNS Viewer</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_NONE</property>
  <property name="modal">False</property>
  <property name="resizable">True</property>
  <property name="destroy_with_parent">False</property>


  <child>
    <widget class="GtkVBox" id="vbox1">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>
      <child>
	<widget class="GtkToolbar" id="toolbar1">
	  <property name="visible">True</property>
	  <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
	  <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
	  <property name="tooltips">True</property>

	  <child>
	    <widget class="button" id="button_open">
	      <property name="visible">True</property>
	      <property name="label">gtk-open</property>
	      <property name="use_stock">True</property>
	      <signal name="clicked" handler="on_button_open_clicked" last_modification_time="Thu, 19 Feb 2004 22:08:54 GMT"/>
	    </widget>
	  </child>

	  <child>
	    <widget class="button" id="button_quit">
	      <property name="visible">True</property>
	      <property name="label">gtk-quit</property>
	      <property name="use_stock">True</property>
	      <signal name="clicked" handler="on_button_quit_clicked" last_modification_time="Thu, 19 Feb 2004 22:09:07 GMT"/>
	    </widget>
	  </child>
	</widget>
	<packing>
	  <property name="padding">0</property>
	  <property name="expand">False</property>
	  <property name="fill">False</property>
	</packing>
      </child>

      <child>
	<widget class="GtkNotebook" id="notebook1">
	  <property name="visible">True</property>
	  <property name="can_focus">True</property>
	  <property name="show_tabs">True</property>
	  <property name="show_border">True</property>
	  <property name="tab_pos">GTK_POS_TOP</property>
	  <property name="scrollable">False</property>
	  <property name="enable_popup">False</property>

	  <child>
	    <widget class="GtkHPaned" id="hpaned2">
	      <property name="border_width">3</property>
	      <property name="visible">True</property>
	      <property name="can_focus">True</property>

	      <child>
		<widget class="GtkVBox" id="vbox3">
		  <property name="visible">True</property>
		  <property name="homogeneous">False</property>
		  <property name="spacing">0</property>

		  <child>
		    <widget class="GtkFrame" id="frame4">
		      <property name="visible">True</property>
		      <property name="label_xalign">0</property>
		      <property name="label_yalign">0.5</property>
		      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>


		      <child>
			<widget class="GtkScrolledWindow" id="scrolledwindow5">
			  <property name="visible">True</property>
			  <property name="can_focus">True</property>
			  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
			  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
			  <property name="shadow_type">GTK_SHADOW_NONE</property>
			  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

			  <child>
			    <widget class="GtkTextView" id="textview_cgns_data">
			      <property name="visible">True</property>
			      <property name="can_focus">True</property>
			      <property name="editable">True</property>
			      <property name="justification">GTK_JUSTIFY_LEFT</property>
			      <property name="wrap_mode">GTK_WRAP_NONE</property>
			      <property name="cursor_visible">True</property>
			      <property name="pixels_above_lines">0</property>
			      <property name="pixels_below_lines">0</property>
			      <property name="pixels_inside_wrap">0</property>
			      <property name="left_margin">0</property>
			      <property name="right_margin">0</property>
			      <property name="indent">0</property>
			      <property name="text" translatable="yes"></property>
			    </widget>
			  </child>
			</widget>
		      </child>

		      <child>
			<widget class="GtkLabel" id="label12">
			  <property name="visible">True</property>
			  <property name="label" translatable="yes">Description</property>
			  <property name="use_underline">False</property>
			  <property name="use_markup">False</property>
			  <property name="justify">GTK_JUSTIFY_LEFT</property>
			  <property name="wrap">False</property>
			  <property name="selectable">False</property>
			  <property name="xalign">0.5</property>
			  <property name="yalign">0.5</property>
			  <property name="xpad">0</property>
			  <property name="ypad">0</property>
			</widget>
			<packing>
			  <property name="type">label_item</property>
			</packing>
		      </child>
		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">True</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		  <child>
		    <widget class="GtkFrame" id="frame5">
		      <property name="visible">True</property>
		      <property name="label_xalign">0</property>
		      <property name="label_yalign">0.5</property>
		      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>

		      <child>
			<widget class="GtkScrolledWindow" id="scrolledwindow4">
			  <property name="visible">True</property>
			  <property name="can_focus">True</property>
			  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
			  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
			  <property name="shadow_type">GTK_SHADOW_NONE</property>
			  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>

			  <child>
			    <widget class="GtkTreeView" id="treeview_cgns_data">
			      <property name="visible">True</property>
			      <property name="can_focus">True</property>
			      <property name="headers_visible">True</property>
			      <property name="rules_hint">False</property>
			      <property name="reorderable">False</property>
			      <property name="enable_search">True</property>
			    </widget>
			  </child>
			</widget>
		      </child>

		    </widget>
		    <packing>
		      <property name="padding">0</property>
		      <property name="expand">True</property>
		      <property name="fill">True</property>
		    </packing>
		  </child>

		</widget>
		<packing>
		  <property name="shrink">True</property>
		  <property name="resize">True</property>
		</packing>
	      </child>

	    </widget>
	    <packing>
	      <property name="tab_expand">False</property>
	      <property name="tab_fill">True</property>
	    </packing>
	  </child>

	</widget>
	<packing>
	  <property name="padding">0</property>
	  <property name="expand">True</property>
	  <property name="fill">True</property>
	</packing>
      </child>

    </widget>
  </child>

</widget>


</glade-interface>

--===============1532677920==--

---------------------------------------
Received: (at 242558-done) by bugs.debian.org; 22 Oct 2004 17:33:42 +0000
>From kov@debian.org Fri Oct 22 10:33:41 2004
Return-path: <kov@debian.org>
Received: from linares.terra.com.br [200.154.55.228] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CL3IL-0004FB-00; Fri, 22 Oct 2004 10:33:41 -0700
Received: from cuenca.terra.com.br (cuenca.terra.com.br [200.154.55.130])
	by linares.terra.com.br (Postfix) with ESMTP
	id 00B77DDD6F5; Fri, 22 Oct 2004 14:33:39 -0300 (BRT)
X-Terra-Karma: -2%
X-Terra-Hash: 698443a0afcf571e85d9b8d3025ea3ce
Received: from alface.horta (unknown [200.181.6.100])
	(authenticated user bhz52091)
	by cuenca.terra.com.br (Postfix) with ESMTP
	id 8BD043C022; Fri, 22 Oct 2004 14:33:39 -0300 (BRT)
Received: from alface.horta ([127.0.0.1])
	by alface.horta with esmtp (Exim 4.34)
	id 1CL3II-0001DV-AT; Fri, 22 Oct 2004 14:33:38 -0300
Subject: Re: Bug#242558: Still there?
From: Gustavo Noronha Silva <kov@debian.org>
To: Nicolas Chauvat <Nicolas.Chauvat@logilab.fr>,
	242558-done@bugs.debian.org
In-Reply-To: <20041022131557.GE924@logilab.fr>
References: <1098330951.4120.23.camel@alface.horta>
	 <20041022131557.GE924@logilab.fr>
Content-Type: text/plain; charset=UTF-8
Organization: Debian Brasil
Date: Fri, 22 Oct 2004 14:33:36 -0300
Message-Id: <1098466416.4049.1.camel@alface.horta>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.2 
Content-Transfer-Encoding: quoted-printable
Delivered-To: 242558-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Em Sex, 2004-10-22 =C3=A0s 15:15 +0200, Nicolas Chauvat escreveu:
> On Thu, Oct 21, 2004 at 12:55:51AM -0300, Gustavo Noronha Silva wrote:
> >=20
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D242558
>=20
> Just tried again and it works fine. I really don't know what was the sour=
ce of
> the problem.

So, I'll close this bug for now. Please reopen if you come across it
again =3D).

Thanks,

--=20
kov@debian.org: Gustavo Noronha <http://people.debian.org/~kov>
Debian:  <http://www.debian.org>  *  <http://www.debian-br.org>