Bug#466339: liferea: crashes randomly when updating feeds

2012-11-04 Thread David Smith
Hello,

I've tried reproducing this with 1.8.6-1 and wasn't able to reproduce
this.  Is this bug still a problem for you? And if so, can you try
installing the liferea-dbg package and grabbing a useful backtrace?

Thanks.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#466339: liferea: crashes randomly when updating feeds

2008-02-18 Thread Nicolas Évrard
* Luis Rodrigo Gallardo Cruz  [2008-02-18 16:15 +0100]: 

On Mon, Feb 18, 2008 at 07:01:47AM +0100, Nicolas Évrard wrote:
When using liferea, I get sometimes weird crashes that appear to 
happend randomously.



Version: 1.4.11-1


Has this started to happen recently, or have you seen it in previous
versions too? Is there some way you could try to see if an update in
some other package is related to this?


Here's the output from gdb:
(gdb) bt
#0  0x2abd3c5d2162 in ?? () from /lib/libc.so.6
#1  0x2abd3c5d430c in ?? () from /lib/libc.so.6
#2  0x2abd3c5d5960 in malloc () from /lib/libc.so.6
#3  0x2abd3bbe32bb in g_malloc () from /usr/lib/libglib-2.0.so.0
#4  0x00433f7e in NetIO (host=0x2aaab8047c80 "formats-ouverts.org", 
url=0x2aaab8047b5a "/rss.php", cur_ptr=0x2aaab8044910, authdata=0x0, 
proto=NETIO_PROTO_HTTP, suppressoutput=0) at netio.c:1096


I've taken a look at that code and there's nothing strange
there. Moreover, it's code that has not changed since two years ago.


Once again it segfaulted on the same piece of code but while 
retrieving another feed.


--
(°>  Nicolas Évrard
/ )  Liège - Belgique
^^


signature.asc
Description: Digital signature


Bug#466339: liferea: crashes randomly when updating feeds

2008-02-18 Thread Nicolas Évrard
* Luis Rodrigo Gallardo Cruz  [2008-02-18 16:15 +0100]: 

On Mon, Feb 18, 2008 at 07:01:47AM +0100, Nicolas Évrard wrote:
When using liferea, I get sometimes weird crashes that appear to 
happend randomously.



Version: 1.4.11-1


Has this started to happen recently, or have you seen it in previous
versions too? Is there some way you could try to see if an update in
some other package is related to this?


No it has been there for quite some time now, but I finally took the 
time to use liferea-dbg only today (and so far it had only crash 
once).



Here's the output from gdb:
(gdb) bt
#0  0x2abd3c5d2162 in ?? () from /lib/libc.so.6
#1  0x2abd3c5d430c in ?? () from /lib/libc.so.6
#2  0x2abd3c5d5960 in malloc () from /lib/libc.so.6
#3  0x2abd3bbe32bb in g_malloc () from /usr/lib/libglib-2.0.so.0
#4  0x00433f7e in NetIO (host=0x2aaab8047c80 "formats-ouverts.org", 
url=0x2aaab8047b5a "/rss.php", cur_ptr=0x2aaab8044910, authdata=0x0, 
proto=NETIO_PROTO_HTTP, suppressoutput=0) at netio.c:1096


I've taken a look at that code and there's nothing strange
there. Moreover, it's code that has not changed since two years ago.

- netio.c:1095-1098 --
length = recvbufused - (nextstr-netbuf);
body = g_malloc(length+1);
memcpy(body, nextstr, length);
body[length] = '\0';
--

The only thing there that's not quite kosher is that length is an
unsigned int, but g_malloc wants an unsigned long. Even if those are
different types on your arch there's no way I see that can be a problem,
because as far as I can see from the code, length will always be less
than 4096.

This is weird.


Indeed ... the randomness is also a hint that something strange is 
going on there. I would input that on faulty hardware if it was not 
the only app misbehaving on my laptop.


--
(°>  Nicolas Évrard
/ )  Liège - Belgique
^^


signature.asc
Description: Digital signature


Bug#466339: liferea: crashes randomly when updating feeds

2008-02-17 Thread Nicolas Évrard
Package: liferea
Version: 1.4.11-1
Severity: normal


Hello,
When using liferea, I get sometimes weird crashes that appear to 
happend randomously.

Here's the output from gdb:
(gdb) bt
#0  0x2abd3c5d2162 in ?? () from /lib/libc.so.6
#1  0x2abd3c5d430c in ?? () from /lib/libc.so.6
#2  0x2abd3c5d5960 in malloc () from /lib/libc.so.6
#3  0x2abd3bbe32bb in g_malloc () from /usr/lib/libglib-2.0.so.0
#4  0x00433f7e in NetIO (host=0x2aaab8047c80 "formats-ouverts.org", 
url=0x2aaab8047b5a "/rss.php", cur_ptr=0x2aaab8044910, authdata=0x0, 
proto=NETIO_PROTO_HTTP, suppressoutput=0) at netio.c:1096
#5  0x00434e90 in DownloadFeed (url=0x2aaab8047b5a "/rss.php", 
cur_ptr=0x2aaab8044910, suppressoutput=0) at netio.c:1222
#6  0x00429dcb in network_process_request (request=0x2aaab80479e0)
at net.c:138
#7  0x0042f94e in update_job_run (job=0x2aaab8047b70) at update.c:481
#8  0x0042fce0 in update_dequeue_jobs (data=)
at update.c:554
#9  0x2abd3bbfd864 in ?? () from /usr/lib/libglib-2.0.so.0
#10 0x2abd3c34e017 in start_thread () from /lib/libpthread.so.0
#11 0x2abd3c62827d in clone () from /lib/libc.so.6
#12 0x in ?? ()

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages liferea depends on:
ii  gconf2 2.20.1-2+b1   GNOME configuration database syste
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libgconf2-42.20.1-2+b1   GNOME configuration database syste
ii  libgcrypt111.4.0-3   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgnutls132.0.4-3   the GNU TLS library - runtime libr
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liblua5.1-05.1.3-1   Simple, extensible, embeddable pro
ii  libnm-glib00.6.5-5   network management framework (GLib
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  liborbit2  1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsqlite3-0   3.4.2-2   SQLite 3 shared library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.22-1  XSLT processing library - runtime 
ii  libxul0d   1.8.1.12-1Gecko engine library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages liferea recommends:
ii  curl  7.18.0-1   Get a file from an HTTP, HTTPS or 
ii  dbus  1.1.2-1simple interprocess messaging syst
ii  dbus-x11  1.1.2-1simple interprocess messaging syst
ii  wget  1.10.2-3   retrieves files from the web

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]