Bug 293 - deleting message caused crash
: deleting message caused crash
Status: RESOLVED FIXED
: Sylpheed-Claws (GTK1)
User Interface/Message View
: other
: PC Linux
: P3 normal
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2003-09-04 14:24 by
Modified: 2003-09-05 15:27 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-09-04 14:24:47
From the Message View window, I clicked on the Delete icon and S-C crashed with
a seg fault.

Sylpheed version 0.9.4claws55
GTK+ version 1.2.10
Features:
Operating system: Linux 2.4.21-0.25mdk (i686)
C Library: GNU libc 2.3.1
--
[New Thread 16384 (LWP 21340)]
0x4002d677 in waitpid () from /lib/i686/libpthread.so.0
#0  0x4002d677 in waitpid () from /lib/i686/libpthread.so.0
#1  0x0809b53e in crash_handler (sig=22533) at crash.c:536
#2  0x4002c5ce in __pthread_sighandler () from /lib/i686/libpthread.so.0
#3  0x403893b8 in __libc_sigaction () from /lib/i686/libc.so.6
#4  0x080e3a53 in messageview_delete (msgview=0x82acdf8) at messageview.c:789
#5  0x0814183b in toolbar_buttons_cb (widget=0xfffffe00, item=0xa80da60)
    at toolbar.c:1457
#6  0x4013dc56 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
------- Comment #1 From 2003-09-04 19:50:52 -------
Using seperate message views?
------- Comment #2 From 2003-09-04 19:56:31 -------
I mean: Having more than one open?
------- Comment #3 From 2003-09-05 15:14:13 -------
-> me
------- Comment #4 From 2003-09-05 15:27:40 -------
2003-09-03 [alfons]     0.9.4claws62

        * src/messageview.c
                deleting a message in a message view frees its msginfo, make
                messageview_update_all() aware of that (should fix bug #293,
                "deleting message caused crash")