|
From: William J. M. <wm...@es...> - 2003-11-05 22:42:54
|
Excellent! Probably the next to-do then is to disable POSIX threads on that platform and only use native. Regards, -bill On Wed, Nov 05, 2003 at 12:12:47PM +0800, Guan Wee LOO wrote: > Hi > My mistake, you are right. It seems to work fine with the native thread > library of SUNOS instead of the POSIX thread library. Thank you. > > Regards, > Guan Wee > > -----Original Message----- > From: Guan Wee LOO > Sent: Monday, November 03, 2003 4:15 PM > To: 'William J. Mills' > Cc: bee...@li... > Subject: RE: [Beepcore-c-users] BEEPD clashes in Solaris 2.6 > > > Hi, > Thanks for the suggestion. Now I simply use the pthread library instead > of the native thread library. However I still feel that the wrapper > codes are not really stable. > > > Guan Wee > > -----Original Message----- > From: William J. Mills [mailto:wm...@es...] > Sent: Saturday, November 01, 2003 5:21 AM > To: Guan Wee LOO > Cc: bee...@li... > Subject: Re: [Beepcore-c-users] BEEPD clashes in Solaris 2.6 > > > There might be a couple of different threading options on Solaris. The > code used to compile there, but I am not sure if anyone has in > a while. Can you see what threading you have available and perhaps > reconfigure to native from posix threads for example? This might solve > it. > > -bill > > > On Fri, Oct 31, 2003 at 03:51:42PM +0800, Guan Wee LOO wrote: > > Hi, > > I managed to compiled the BEEPCORE-c implementation and its beepd > > sample listener program (but only after disabling the logging feature, > > > can anyone tell me how without doing this?). Initially, everything > > seemed fine but the program hanged and crashed after about the 4th > > BEEP connection (from a BEEP client using the echo profile). I am > > testing with the null-echo profile that comes with the samples. It > > seems that the problem lies with the SEM_WAIT call in the > > fiostate_unblock_write function (bp_fiostate.c)- it hangs at this > > point. I am using the libposix4 library. Is there anyone who manage to > > > compile and run the samples successfully in Solaris 2.x without > > encountering any problem? Please let me know. Thanks. > > > > Regards, > > Guan Wee |