Re: [Ekiga-devel-list] Redial issue of Ekiga incoming calls



Eugen, Yes Please I need small patch.

However I will try gdb to trace but my gut is telling me that ALSA
sound cause crash because I notice multi-threads of ALSA spawning like
crazy at before crash.

2013/01/02 13:19:56.526	
1:10.330	AudioEvent...0xad9deb40	GMAudioOutputManager_ptlib	Closing
device[0] Default (PTLIB/ALSA)
2013/01/02 13:19:56.526	  1:10.330	AudioEvent...0xad9deb40	ALSA	Closing default
[New Thread 0xad794b40 (LWP 8821)]
[New Thread 0x9cf64b40 (LWP 8822)]
[Thread 0x9cf64b40 (LWP 8822) exited]
[New Thread 0xa538ab40 (LWP 8823)]
[New Thread 0xa5349b40 (LWP 8824)]
[New Thread 0xa5308b40 (LWP 8825)]
[New Thread 0xa52c7b40 (LWP 8826)]
[New Thread 0xa5286b40 (LWP 8827)]
[Thread 0xaae11b40 (LWP 8803) exited]
[Thread 0xa5308b40 (LWP 8825) exited]
[Thread 0xa538ab40 (LWP 8823) exited]
[Thread 0xa5349b40 (LWP 8824) exited]
[Thread 0xad794b40 (LWP 8821) exited]
[New Thread 0xa5349b40 (LWP 8828)]
[Thread 0xa5036b40 (LWP 8816) exited]
[Thread 0xa0f65b40 (LWP 8820) exited]
[Thread 0xa5286b40 (LWP 8827) exited]
[Thread 0xa52c7b40 (LWP 8826) exited]
[Thread 0xa5349b40 (LWP 8828) exited]
[New Thread 0xa5036b40 (LWP 8831)]
[New Thread 0xa0f65b40 (LWP 8832)]
[Thread 0xa0f65b40 (LWP 8832) exited]
[New Thread 0xad794b40 (LWP 8833)]
[New Thread 0xaae11b40 (LWP 8834)]
[Thread 0xaae11b40 (LWP 8834) exited]
[New Thread 0xa52c7b40 (LWP 8835)]
[Thread 0xad794b40 (LWP 8833) exited]
[New Thread 0xad794b40 (LWP 8836)]
[New Thread 0xaae11b40 (LWP 8837)]
[Thread 0xaae11b40 (LWP 8837) exited]
[New Thread 0xa5286b40 (LWP 8838)]
[New Thread 0xa538ab40 (LWP 8839)]
[New Thread 0xa5308b40 (LWP 8840)]
[New Thread 0xa5245b40 (LWP 8841)]
[New Thread 0xa5204b40 (LWP 8842)]
[New Thread 0xa5108b40 (LWP 8843)]
[Thread 0xa5036b40 (LWP 8831) exited]
[Thread 0xa5204b40 (LWP 8842) exited]
[Thread 0xa5286b40 (LWP 8838) exited]
[Thread 0xa538ab40 (LWP 8839) exited]
[Thread 0xad794b40 (LWP 8836) exited]
[Thread 0xa5308b40 (LWP 8840) exited]
[Thread 0xa5245b40 (LWP 8841) exited]
[Thread 0xa52c7b40 (LWP 8835) exited]
[Thread 0xa5108b40 (LWP 8843) exited]
[New Thread 0xa5036b40 (LWP 8844)]
[New Thread 0xa52c7b40 (LWP 8845)]
[Thread 0xa52c7b40 (LWP 8845) exited]
[New Thread 0xad794b40 (LWP 8846)]
[New Thread 0xaae11b40 (LWP 8847)]
[Thread 0xaae11b40 (LWP 8847) exited]
[New Thread 0xa5245b40 (LWP 8848)]
[Thread 0xad794b40 (LWP 8846) exited]
[New Thread 0xad794b40 (LWP 8849)]
[New Thread 0xaae11b40 (LWP 8850)]
[Thread 0xaae11b40 (LWP 8850) exited]
[New Thread 0xa5308b40 (LWP 8851)]
[New Thread 0xa538ab40 (LWP 8852)]
[New Thread 0xa5286b40 (LWP 8853)]
[New Thread 0xa5204b40 (LWP 8854)]
[New Thread 0xa51c3b40 (LWP 8855)]
[New Thread 0xa515cb40 (LWP 8856)]
[Thread 0xa5036b40 (LWP 8844) exited]
[Thread 0xa5245b40 (LWP 8848) exited]
[Thread 0xa51c3b40 (LWP 8855) exited]
[Thread 0xa5308b40 (LWP 8851) exited]
[Thread 0xad794b40 (LWP 8849) exited]
[Thread 0xa538ab40 (LWP 8852) exited]
[Thread 0xa5286b40 (LWP 8853) exited]
[Thread 0xa5204b40 (LWP 8854) exited]
[Thread 0xa515cb40 (LWP 8856) exited]
[New Thread 0xa5036b40 (LWP 8859)]
[New Thread 0xa5245b40 (LWP 8860)]
[Thread 0xa5245b40 (LWP 8860) exited]
[New Thread 0xad794b40 (LWP 8861)]
[New Thread 0xaae11b40 (LWP 8862)]
[Thread 0xaae11b40 (LWP 8862) exited]
[Thread 0xad794b40 (LWP 8861) exited]

Thread 1 (Thread 0xb4b42880 (LWP 8785)):
#0  call_notification_action_cb (notification=0x8287c80,
action=<optimized out>, data=0xb357dfac) at
../../plugins/libnotify/libnotify-main.cpp:85

static void
call_notification_action_cb (NotifyNotification *notification,
                             gchar *action,
                             gpointer data)
{
  Ekiga::Call *call = (Ekiga::Call *) data;

  notify_notification_close (notification, NULL);
  if (!strcmp (action, "accept"))
    call->answer ();
  else
    call->hangup ();
}

On Thu, Jan 3, 2013 at 1:23 AM, Eugen Dedu
<Eugen Dedu pu-pm univ-fcomte fr> wrote:
> Then if I send you a small patch, can you apply it and try again?
>
> Or alternatively if you are a programmer can you see which instruction in
> call_notification_action_cb triggers the crash?
>
>
> On 03/01/13 00:23, Lorin Melander wrote:
>>
>> not really  I press answer only.
>> I follow instructions of the ekiga website to get ptlib and opal.
>>
>> On Wed, Jan 2, 2013 at 4:20 PM, Eugen Dedu
>> <Eugen Dedu pu-pm univ-fcomte fr>  wrote:
>>>
>>> On 02/01/13 21:29, Lorin Melander wrote:
>>>>
>>>>
>>>> I'm running Ubuntu 12.10 OS and use Ekiga 4.0 for h323 test.
>>>>
>>>> I was able to dial to the Ekiga from the ntouch VP (Sorenson VP
>>>> H323/SIP).
>>>>
>>>> However the crash occurred after redailing to the ekiga.
>>>>
>>>> The Ekiga can redial to the ntouch VP without problem but the Ekiga
>>>> would be crashed after redailing from the ntouch VP.
>>>>
>>>> Help much appreciated.  Happy to provide additional info if needed.
>>>>
>>>> The link of file is http://filebin.ca/SATOpWV4l4j/gdb-ekiga.txt.gz.
>>>
>>>
>>>
>>> I am really out of ideas on where the problem is...
>>>
>>> Julien, Damien, any idea?  The crash appears at the call of a callback
>>> function, it seems.
>>>
>>>
>>> Where did you downloaded ekiga and ptlib from?
>>>
>>> The crash appears after having pressed Reject, is that right?
>>>
>>> Is it reproducible 100% at the second incoming call?
>>>
>>> --
>>> Eugen
>
> _______________________________________________
> ekiga-devel-list mailing list
> ekiga-devel-list gnome org
> https://mail.gnome.org/mailman/listinfo/ekiga-devel-list



-- 
-lorin


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