Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-23 Thread Damien Sandras
Le mercredi 18 octobre 2006 à 09:53 +1000, Craig Southeren a écrit :
 On Tue, 17 Oct 2006 18:49:57 +0200
 Jan Schampera [EMAIL PROTECTED] wrote:
 
  On Tue, 17 Oct 2006 17:03:27 +0200
  Damien Sandras [EMAIL PROTECTED] wrote:
  
Attached is the error output of an OPAL build. Configure params were
--enable-localspeex and --disable-lid.

   
   I told Simon. He did an update on opalplugin.h 2 hours ago to fix the
   problem. I have not tested.
  
  The most recent commit was done exactly where it fails, but it still
  doesn't build (same error) :/
  
  I'm OPAL-less now ;)
 
 I've fixed the compile problem - still looking for the crash problem
 


Any news about that and the codecs problems Craig?

-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-23 Thread Craig Southeren
On Mon, 23 Oct 2006 12:10:44 +0200
Damien Sandras [EMAIL PROTECTED] wrote:

..deleted

  
  I've fixed the compile problem - still looking for the crash problem
  
 
 
 Any news about that and the codecs problems Craig?

Sorry - forgot to post that I checked in a new version of tlibthrd.cxx
yesterday

As far as codecs are concerned. don't use GSM-AMR for either SIP or
H.323. It's not compliant, and while it may work with itself, it won't
work with anything else.

Perhaps someone will fix it one day.

   Craig


---
 Craig Southeren  Post Increment – VoIP Consulting and Software
 [EMAIL PROTECTED]   www.postincrement.com.au

 Phone:  +61 243654666  ICQ: #86852844
 Fax:+61 243656905  MSN: [EMAIL PROTECTED]
 Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]

 It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say.   Sting


___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-20 Thread Damien Sandras
Le vendredi 20 octobre 2006 à 17:31 +1000, Craig Southeren a écrit :
 On Thu, 19 Oct 2006 15:39:26 +0200
 Damien Sandras [EMAIL PROTECTED] wrote:
 
 ..deleted
 
   Can you please try revision 1.152 of ptlib/src/ptlib/unix/tlibthrd.cxx
   and see if that has the same problem? 
   
  
  This one works...
 
 I will review the differences between 1.152 and 1.155 (which are quite
 small) and see if I can determine what might be causing the problem.
 
 Any additional information you can provide would be helpful
 

I can test your changes at any time this morning...
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-19 Thread Craig Southeren
On Thu, 19 Oct 2006 10:04:52 +0200
Damien Sandras [EMAIL PROTECTED] wrote:

..deleted

   The fix is to add the check I sent you by e-mail last time, but it is
   more a workaround than a real fix for the real problem.
   
   The problem is that blockedThread is sometimes set to NULL when
   calling :
 int stat = blockedThread-PXBlockOnIO(os_handle, type, timeout);
  
  That workaround was working yesterday but not anymore. :-/
 
 Craig, I see you reverted the changes in tlibthrd.cxx. However, even
 with that revert, I still get crashes with the same backtrace

Hmmm...so this would seem to indicate that the crash is not due to the
changes I made in PWLib, but perhaps are due to a change in Ekiga
revealing an old problem in PWLib or OPAL.

 blockedThread is NULL on the line above, causing a SEGFAULT, when I exit
 Ekiga.

I thought the error was occuring when a call is terminated, but this
message seems to indicate that the error occurs when you exit Ekiga?

Which is correct?

   Craig

---
 Craig Southeren  Post Increment – VoIP Consulting and Software
 [EMAIL PROTECTED]   www.postincrement.com.au

 Phone:  +61 243654666  ICQ: #86852844
 Fax:+61 243656905  MSN: [EMAIL PROTECTED]
 Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]

 It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say.   Sting

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-19 Thread Damien Sandras
Le jeudi 19 octobre 2006 à 19:21 +1000, Craig Southeren a écrit :
 On Thu, 19 Oct 2006 10:04:52 +0200
 Damien Sandras [EMAIL PROTECTED] wrote:
 
 ..deleted
 
The fix is to add the check I sent you by e-mail last time, but it is
more a workaround than a real fix for the real problem.

The problem is that blockedThread is sometimes set to NULL when
calling :
  int stat = blockedThread-PXBlockOnIO(os_handle, type, timeout);
   
   That workaround was working yesterday but not anymore. :-/
  
  Craig, I see you reverted the changes in tlibthrd.cxx. However, even
  with that revert, I still get crashes with the same backtrace
 
 Hmmm...so this would seem to indicate that the crash is not due to the
 changes I made in PWLib, but perhaps are due to a change in Ekiga
 revealing an old problem in PWLib or OPAL.

I've not changed Ekiga. It appeared when I upgraded pwlib recently. I
will try with the WorkingOctober2006 tag.

 
  blockedThread is NULL on the line above, causing a SEGFAULT, when I exit
  Ekiga.
 
 I thought the error was occuring when a call is terminated, but this
 message seems to indicate that the error occurs when you exit Ekiga?
 

YEs.

 Which is correct?
 

The last one. As I said blockedThread is NULL causing the crash.

Craig
 
 ---
  Craig Southeren  Post Increment – VoIP Consulting and Software
  [EMAIL PROTECTED]   www.postincrement.com.au
 
  Phone:  +61 243654666  ICQ: #86852844
  Fax:+61 243656905  MSN: [EMAIL PROTECTED]
  Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]
 
  It takes a man to suffer ignorance and smile.
   Be yourself, no matter what they say.   Sting
 
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-19 Thread Damien Sandras
Le jeudi 19 octobre 2006 à 22:01 +1000, Craig Southeren a écrit :
 On Thu, 19 Oct 2006 12:40:35 +0200
 Damien Sandras [EMAIL PROTECTED] wrote:
 
 ..deleted
 
I thought the error was occuring when a call is terminated, but this
message seems to indicate that the error occurs when you exit Ekiga?
   
   Yes.
   
Which is correct?

   
   The last one. As I said blockedThread is NULL causing the crash.
 
 I understand.
 
  I confirm it was already broken with the Working_10OCTOBER2006 version.
 
 OK, thanks.
 
  I guess the bug must have been introduced before. Same thing,
  blockedThread is NULL.
 
 Can you please try revision 1.152 of ptlib/src/ptlib/unix/tlibthrd.cxx
 and see if that has the same problem? 
 

This one works...
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-18 Thread Craig Southeren
On Wed, 18 Oct 2006 09:47:02 +0200
Damien Sandras [EMAIL PROTECTED] wrote:

 Le mercredi 18 octobre 2006 à 09:53 +1000, Craig Southeren a écrit :
  On Tue, 17 Oct 2006 18:49:57 +0200
  Jan Schampera [EMAIL PROTECTED] wrote:
  
   On Tue, 17 Oct 2006 17:03:27 +0200
   Damien Sandras [EMAIL PROTECTED] wrote:
   
 Attached is the error output of an OPAL build. Configure params were
 --enable-localspeex and --disable-lid.
 

I told Simon. He did an update on opalplugin.h 2 hours ago to fix the
problem. I have not tested.
   
   The most recent commit was done exactly where it fails, but it still
   doesn't build (same error) :/
   
   I'm OPAL-less now ;)
  
  I've fixed the compile problem - still looking for the crash problem
 
 
 The crash problem seems to be fixed.

Is this with v1.162 of tlibthrd.cxx ?

   Craig

-
Helen Southeren [EMAIL PROTECTED]
Flying Needles Machine Quilting, http://www.flyingneedles.com.au
Phone: (02) 4367 3256 Fax: (02) 4365 6905

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-18 Thread Damien Sandras
Le mercredi 18 octobre 2006 à 20:15 +1000, Craig Southeren a écrit :
 On Wed, 18 Oct 2006 09:47:02 +0200
 Damien Sandras [EMAIL PROTECTED] wrote:
 
  Le mercredi 18 octobre 2006 à 09:53 +1000, Craig Southeren a écrit :
   On Tue, 17 Oct 2006 18:49:57 +0200
   Jan Schampera [EMAIL PROTECTED] wrote:
   
On Tue, 17 Oct 2006 17:03:27 +0200
Damien Sandras [EMAIL PROTECTED] wrote:

  Attached is the error output of an OPAL build. Configure params were
  --enable-localspeex and --disable-lid.
  
 
 I told Simon. He did an update on opalplugin.h 2 hours ago to fix the
 problem. I have not tested.

The most recent commit was done exactly where it fails, but it still
doesn't build (same error) :/

I'm OPAL-less now ;)
   
   I've fixed the compile problem - still looking for the crash problem
  
  
  The crash problem seems to be fixed.
 
 Is this with v1.162 of tlibthrd.cxx ?

Yes, it seems to be fixed.

I am not 100% sure yet, but I couldn't reproduce any crash during my
tests.
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-18 Thread Craig Southeren
On Wed, 18 Oct 2006 12:21:38 +0200
Damien Sandras [EMAIL PROTECTED] wrote:

..deleted

   The crash problem seems to be fixed.
  
  Is this with v1.162 of tlibthrd.cxx ?
 
 Yes, it seems to be fixed.
 
 I am not 100% sure yet, but I couldn't reproduce any crash during my
 tests.

Sounds good :) Let me know if you find anything.

   Craig

---
 Craig Southeren  Post Increment – VoIP Consulting and Software
 [EMAIL PROTECTED]   www.postincrement.com.au

 Phone:  +61 243654666  ICQ: #86852844
 Fax:+61 243656905  MSN: [EMAIL PROTECTED]
 Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]

 It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say.   Sting

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-17 Thread Damien Sandras
Le mardi 17 octobre 2006 à 16:46 +0200, Jan Schampera a écrit :
 Hi.
 
 Attached is the error output of an OPAL build. Configure params were
 --enable-localspeex and --disable-lid.
 

I told Simon. He did an update on opalplugin.h 2 hours ago to fix the
problem. I have not tested.

OPAL is still crashing due to PWLIB anyway :(
-- 
 _  Damien Sandras
(o- 
//\ Ekiga Softphone: http://www.ekiga.org/
v_/_NOVACOM: http://www.novacom.be/
FOSDEM : http://www.fosdem.org/
SIP Phone  : sip:[EMAIL PROTECTED]
 sip:[EMAIL PROTECTED]

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] OPAL fqails to build

2006-10-17 Thread Craig Southeren
On Tue, 17 Oct 2006 18:49:57 +0200
Jan Schampera [EMAIL PROTECTED] wrote:

 On Tue, 17 Oct 2006 17:03:27 +0200
 Damien Sandras [EMAIL PROTECTED] wrote:
 
   Attached is the error output of an OPAL build. Configure params were
   --enable-localspeex and --disable-lid.
   
  
  I told Simon. He did an update on opalplugin.h 2 hours ago to fix the
  problem. I have not tested.
 
 The most recent commit was done exactly where it fails, but it still
 doesn't build (same error) :/
 
 I'm OPAL-less now ;)

I've fixed the compile problem - still looking for the crash problem

   Craig

---
 Craig Southeren  Post Increment – VoIP Consulting and Software
 [EMAIL PROTECTED]   www.postincrement.com.au

 Phone:  +61 243654666  ICQ: #86852844
 Fax:+61 243656905  MSN: [EMAIL PROTECTED]
 Mobile: +61 417231046  Jabber: [EMAIL PROTECTED]

 It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say.   Sting


___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list