Your message dated Sun, 13 Aug 2006 06:32:13 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#310713: fixed in mlview 0.9.0-1 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)
--- Begin Message ---Package: mlview Version: 0.7.1-1 Severity: grave When editing the attached file and clicking on "jobtitle" I get a freeze. Built the source from the debian package and attached the gdb backtrace: Starting program: /tmp/foo/mlview-0.7.1/src/.libs/mlv ~/cv/xml/resume.xml [Thread debugging using libthread_db enabled] [New Thread -1222326112 (LWP 32299)] (mlv:32299): GLib-GObject-WARNING **: gsignal.c:1304: signal "editing_started" already exists in the `GtkCellRenderer' class ancestry Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1222326112 (LWP 32299)] 0xb74ece84 in mallopt () from /lib/tls/libc.so.6 (gdb) where #0 0xb74ece84 in mallopt () from /lib/tls/libc.so.6 #1 0xb74ebdcb in free () from /lib/tls/libc.so.6 #2 0xb75dbe6a in xmlValidGetValidElementsChildren (a_node=0x8187160, a_list=0xbfffe550, a_max=256) at mlview-utils.c:2183 #3 0xb760a424 in mlview_parsing_utils_build_element_name_completion_list (a_app_context=0x80cd9c8, a_insertion_scheme=ADD_CHILD, a_current_xml_node=0x8187160, a_feasible_names_ptr=0xbfffe988) at mlview-parsing-utils.c:1640 #4 0xb7629e22 in mlview_completion_table_select_node (a_widget=0x81b89b8, a_node_found=0x8187160) at mlview-completion-table.c:651 #5 0xb75e4138 in update_completion_widget_cb (a_xml_doc=0x80f6978, a_node_found=0x8187160, a_user_data=0x81b89b8) at mlview-tree-view.c:655 #6 0xb76f8c03 in g_cclosure_marshal_VOID__POINTER () from /usr/lib/libgobject-2.0.so.0 #7 0xb76e6736 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #8 0xb76f7dcf in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0 #9 0xb76f6e9c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #10 0xb76f7126 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #11 0xb76044f0 in mlview_xml_document_select_node (a_this=0x80f6978, a_node=0x8187160) at mlview-xml-document.c:4055 #12 0xb761c851 in mlview_tree_editor_select_node (a_this=0x81b7f00, a_node=0x8187160, a_issued_by_model=0, a_signal_model=1) at mlview-tree-editor.c:7357 #13 0xb760f25b in nodeset_selected_cb (a_sel=0x81f8a58, a_data=0x81b7f00) at mlview-tree-editor.c:670 #14 0xb76f82a6 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #15 0xb76e6736 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #16 0xb76f7dcf in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0 #17 0xb76f6e9c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #18 0xb76f7126 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #19 0xb7b2948e in _gtk_tree_selection_internal_select_node () from /usr/lib/libgtk-x11-2.0.so.0 #20 0xb7b422d4 in gtk_tree_view_set_reorderable () from /usr/lib/libgtk-x11-2.0.so.0 #21 0xb7b32e34 in gtk_tree_view_get_type () from /usr/lib/libgtk-x11-2.0.so.0 #22 0xb7a6b9fe in _gtk_marshal_BOOLEAN__BOXED () from /usr/lib/libgtk-x11-2.0.so.0 #23 0xb76e69c9 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0 #24 0xb76e6736 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #25 0xb76f7855 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0 #26 0xb76f6c8c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #27 0xb76f7126 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #28 0xb7b5ae97 in gtk_widget_send_expose () from /usr/lib/libgtk-x11-2.0.so.0 #29 0xb7a6a512 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0 #30 0xb7a69366 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #31 0xb77f3775 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0 #32 0xb767a582 in g_main_depth () from /usr/lib/libglib-2.0.so.0 ---Type <return> to continue, or q <return> to quit---q Quit (gdb) frame 2 #2 0xb75dbe6a in xmlValidGetValidElementsChildren (a_node=0x8187160, a_list=0xbfffe550, a_max=256) at mlview-utils.c:2183 2183 xmlFree ((xmlChar *) test_node->name); (gdb) print test_node $1 = (xmlNode *) 0x82112b8 (gdb) print test_node->name $2 = (const xmlChar *) 0x81a0f31 "<!dummy?>" (gdb) -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.11.6-Uniball-1 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages mlview depends on: ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit ii libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library ii libbonoboui2-0 2.8.1-2 The Bonobo UI library ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an ii libeel2-2 2.8.2-1 Eazel Extensions Library (for GNOM ii libgail-common 1.8.4-1 GNOME Accessibility Implementation ii libgail17 1.8.4-1 GNOME Accessibility Implementation ii libgconf2-4 2.8.1-6 GNOME configuration database syste ii libglade2-0 1:2.4.2-2 library to load .glade files at ru ii libglib2.0-0 2.6.4-1 The GLib library of C routines ii libgnome2-0 2.8.1-2 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.8.0-1 A powerful object-oriented display ii libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.8.4-4 The GNOME virtual file-system libr ii libgtk2.0-0 2.6.4-1 The GTK+ graphical user interface ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library ii liborbit2 1:2.12.2-1 libraries for ORBit2 - a CORBA ORB ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management ii libxml2 2.6.16-7 GNOME XML library ii libxslt1.1 1.1.12-8 XSLT processing library - runtime ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information -- ---------------- -- Katoob Main Developer, Arabbix Maintainer. GNU/Linux registered user #224950 Proud Egyptian GNU/Linux User Group <www.eglug.org> Admin. Life powered by Debian, Homepage: www.foolab.org -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.gnu.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
resume.xml
Description: application/xml
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: mlview Source-Version: 0.9.0-1 We believe that the bug you reported is fixed in the latest version of mlview, which is due to be installed in the Debian FTP archive: mlview_0.9.0-1.diff.gz to pool/main/m/mlview/mlview_0.9.0-1.diff.gz mlview_0.9.0-1.dsc to pool/main/m/mlview/mlview_0.9.0-1.dsc mlview_0.9.0-1_i386.deb to pool/main/m/mlview/mlview_0.9.0-1_i386.deb mlview_0.9.0.orig.tar.gz to pool/main/m/mlview/mlview_0.9.0.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastien Bacher <[EMAIL PROTECTED]> (supplier of updated mlview package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 13 Aug 2006 14:18:53 +0200 Source: mlview Binary: mlview Architecture: source i386 Version: 0.9.0-1 Distribution: unstable Urgency: low Maintainer: Sebastien Bacher <[EMAIL PROTECTED]> Changed-By: Sebastien Bacher <[EMAIL PROTECTED]> Description: mlview - An xml editor for GNOME environment Closes: 310713 335425 Changes: mlview (0.9.0-1) unstable; urgency=low . * New upstream version (Closes: #335425): - fix "freeze when editing an XML file" (Closes: #310713) Enhancements since 0.8.0 - switch the codebase to C++, use Gtkmm yay! - initial preferences support - rework application preference storage management - integrate MlView Clipboard with the native clipboard (works for the tree view only) - rework the view management internals - added a dialog to execute a script on a currend document - initial support for loadable modules Bugs fixed since 0.8.0 - #30992 new view tab title broken - #309917 compilation fixed - various gcc 4 compilation fixes * debian/control: - Build-Depends on libgtksourceview-dev, libvte-dev, libgnomevfs2-dev, libglademm-2.4-dev, libgtkmm-2.4-dev - updated glib, gtk requirements according to configure - updated Standards-Version to 3.7.2 * debian/mlview.menu: - uppdated * debian/patches/01_fix_binary_name.patch: - fix binary name to use for the .desktop menu item * debian/patches/90_from_bugzilla_fix_build_with_new_gcc.patch: - patch from http://bugzilla.gnome.org/show_bug.cgi?id=342511, fix the build with the new gcc Files: 63aa7a581462bd540e1849d7183339d9 927 editors optional mlview_0.9.0-1.dsc 264f5312a1500bbfc78f8f1cd3288d34 1025018 editors optional mlview_0.9.0.orig.tar.gz e0c25d981b3d3c734ada90885e3be7f2 3814 editors optional mlview_0.9.0-1.diff.gz 7f41468bc96675596b4502093047dfc7 787570 editors optional mlview_0.9.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD4DBQFE3ygvQxo87aLX0pIRAlzDAJitimgbmPPA+wRyZHHO0Wn9CE8QAJ41yGV/ YJuqVYSmfDaa2ReLHYH4xw== =TErK -----END PGP SIGNATURE-----
--- End Message ---

