Re: Slightly improved error checking in send.c



On 2001.10.03 10:18:25 +0200 M . Thielker wrote:
> On 2001.10.02 23:23 Ali Akcaagac wrote:
> >  yeah.... 1.2.1 sounds cool but what about making balsa THREADSAFE ?
> >  i dont know how to say this but something causes balsa to exit or
> >  freeze when pop3 messages (only when popping) sending with pthreads,
> >  accessing the clist with pthreads and so on everything works fine.
> 
> A workaround that WorksForMe and also gives some pointers in the right 
> direction is this:
> In Prefs, select "Progress Dialog" "Never" and "Quiet background check". Do 
> not, ever press "Check", let Balsa do it automatically in the background. 
> Voila, no more hangs.
> That makes me think that the code responsible for communication with the 
> GUI thread is broken somewhere. As soon as that's put out of use, I didn't 
> get hangs anymore.
> When you press "Check", that code will get used, so checking for mail 
> manually may hang.

hello,

short question please, could it be that you use gcc3.x together with
glibc2.2.x to compile balsa ?

i ldd'ed /etc/libpthreads.so and got this

libpthread-0.9.so:
	libc.so.6 => /lib/libc.so.6 (0x4001d000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x4014f000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libpthread.so.0:
	libc.so.6 => /lib/libc.so.6 (0x4001d000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x4014f000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

from what i know libgcc_s.so isnt binary compatible so it may be this
but on the otherhand... why does sending and accessing local mayboxes
work with pthreads... strange strange...

i am now working for a longer period on this thing now e.g. step'ping
through all lines of the code only to figure out whats going on. well
if my pthreads is broken then i may understand this but i dont understand
why the rest of the balsa code works perfectly with pthreads (so does
other apps too).

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]