Package: liferea
Version: 0.9.1-1
Severity: normal
Tags: patch

liferea segfaults on IA64 because there is no definition for
ui_itemlist_get_tree_store() which makes the compiler assume it
returns an int.  Since it actually returns a pointer, the value is
truncated.

This is fixed in CVS, but not in the released 0.9.2 tarball.  The
attached patch will fix it until the next upstream release.

Thanks,

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages liferea depends on:
ii  libatk1.0-0              1.8.0-4         The ATK accessibility toolkit
ii  libc6.1                  2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libgconf2-4              2.8.1-6         GNOME configuration database syste
ii  libglib2.0-0             2.6.4-1         The GLib library of C routines
ii  libgtk2.0-0              2.6.4-3         The GTK+ graphical user interface 
ii  libice6                  4.3.0.dfsg.1-14 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  libsm6                   4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2                  2.6.16-7        GNOME XML library
ii  liferea-gtkhtml          0.9.1-1         gtkhtml-based rendering for Lifere
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information
--- ./liferea-0.9.2/src/ui_itemlist.h   2005-05-15 20:42:33.000000000 +1000
+++ ./liferea-0.9.2-fixed/src/ui_itemlist.h     2005-06-14 16:14:50.139042583 
+1000
@@ -46,6 +46,13 @@
 void ui_itemlist_init(GtkWidget *itemlist);
 
 /**
+ * This returns the GtkTreeStore that is internal to the
+ * ui_itemlist. This is currently used for setting and getting the
+ * sort column.
+ */
+GtkTreeStore * ui_itemlist_get_tree_store(void);
+
+/**
  * Method to reset the format string of the date column.
  * Should be called upon initializaton and each time the
  * date format changes.

Reply via email to