Re: Searching mail crashes Blackbox and X.

2001-11-29 Thread Henrik Kinnunen
There is a quick fix for it. The crash is caused due to a window that doesn't set focus to another window when it dies and thus makes the Blackbox::focused_window point to a dead BlackboxWindow. This is fixed by adding these lines in the Window.cc in BlackboxWindow::~BlackboxWindow row 446 : if

Re: Searching mail crashes Blackbox and X.

2001-11-29 Thread Sean 'Shaleh' Perry
On 29-Nov-2001 Henrik Kinnunen wrote: There is a quick fix for it. The crash is caused due to a window that doesn't set focus to another window when it dies and thus makes the Blackbox::focused_window point to a dead BlackboxWindow. This is fixed by adding these lines in the Window.cc in

Re: Searching mail crashes Blackbox and X.

2001-11-29 Thread Sean 'Shaleh' Perry
if (w-isFocused()) { if (screen-isSloppyFocus()) screen-getBlackbox()-setFocusedWindow((BlackboxWindow *) 0); else if (w-isTransient() w-getTransientFor() w-getTransientFor()-isVisible()) w-getTransientFor()-setInputFocus(); else {

Re: Searching mail crashes Blackbox and X.

2001-11-29 Thread Sean 'Shaleh' Perry
On 27-Nov-2001 Christian Dysthe wrote: Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X with it, especially when I search in folders with a lot of mail. I have tried other WM's (icewm, xfce, kde, fvwm) on my

back trace provided Re: Searching mail crashes Blackbox and X.

2001-11-28 Thread Sean 'Shaleh' Perry
Ok friends, here is your chance to earn some karma. I am a little busy and have not been able to devote full attention to this. here is his backtrace from gdb on the core. gdb blackbox core (gdb) where #0 0x401d8971 in kill () from /lib/libc.so.6 #1 0x401d8775 in raise () from

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Erik Jan Tromp
On Mon, 26 Nov 2001 21:06:11 -0600 Christian Dysthe [EMAIL PROTECTED] wrote: Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X with it, especially when I search in folders with a lot of mail. I have tried

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Guido 'lenix' Boehm
On Tue, 27 Nov 2001 12:37:18 -0500 Erik Jan Tromp [EMAIL PROTECTED] wrote: On Mon, 26 Nov 2001 21:06:11 -0600 Christian Dysthe [EMAIL PROTECTED] wrote: Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Sean 'Shaleh' Perry
On 27-Nov-2001 Christian Dysthe wrote: Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X with it, especially when I search in folders with a lot of mail. I have tried other WM's (icewm, xfce, kde, fvwm) on my

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Christian Dysthe
On Tue, 27 Nov 2001 12:37:18 -0500 Erik Jan Tromp [EMAIL PROTECTED] wrote: I've tried duplicating the above with Sylpheed 0.6.5 (stable, not claws) have failed utterly. One possibility presents itself: claws itself I got the 0.6.5 source, built it, installed it and ran it. I then tried to

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Christian Dysthe
On Tue, 27 Nov 2001 10:20:25 -0800 (PST) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: h, nifty. I presume this is bb 0.61.1. Would it be possible for you to make a tarball of a few of these folders available? Perhaps some of them are mailing lists. That way a few of us could try to

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Christian Dysthe
On Tue, 27 Nov 2001 10:40:16 -0800 (PST) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: right. I need a way to recreate this on my box so I can run bb in a debugger and see where it dies. The easiest way (since I do not use sylpheed) would be for you to make a few folders of mail available

Re: Searching mail crashes Blackbox and X.

2001-11-27 Thread Kyle Donaldson
On Tue, 27 Nov 2001, Christian Dysthe wrote: I have done some more testing and come up with something iteresting: It seems the crashes ONLY happens if no mail matches the search criteria. As long as an e-mail is found matching the criteria Blackbox won't crash. In other WM's you get a

Searching mail crashes Blackbox and X.

2001-11-26 Thread Christian Dysthe
Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X with it, especially when I search in folders with a lot of mail. I have tried other WM's (icewm, xfce, kde, fvwm) on my computer, but it is only Blackbox that has

Re: Searching mail crashes Blackbox and X.

2001-11-26 Thread Jamin W. Collins
On Mon, 2001-11-26 at 21:06, Christian Dysthe wrote: Hi,, I am using Sylpheed Claws 0.6.5. for e-mail. When I search for mail with this program Blackbox often crashes and takes down X with it, especially when I search in folders with a lot of mail. I have tried other WM's (icewm, xfce,

Re: Searching mail crashes Blackbox and X.

2001-11-26 Thread Christian Dysthe
On 26 Nov 2001 21:11:18 -0600 Jamin W. Collins [EMAIL PROTECTED] wrote: Have you tried another mail client? Well, yes, but Sylpheed is the one I like. The only problem with it is that it takes down Blackbox for some reason when I try to search for mail. Since this isn't a problem in any other

Re: Searching mail crashes Blackbox and X.

2001-11-26 Thread Jamin W. Collins
On Mon, 2001-11-26 at 21:30, Christian Dysthe wrote: On 26 Nov 2001 21:11:18 -0600 Jamin W. Collins [EMAIL PROTECTED] wrote: Have you tried another mail client? Well, yes, but Sylpheed is the one I like. The only problem with it is that it takes down Blackbox for some reason when I try