linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Crash with no sound card installed...


From: Robin Getz
Subject: Re: [Linphone-developers] Crash with no sound card installed...
Date: Tue, 27 Mar 2007 23:35:51 -0400
User-agent: KMail/1.9.5

On Thu 22 Mar 2007 12:18, Simon Morlat pondered:
> Hi,
>
> Thanks for this bug report.
> Can you include me the full backtrace ?

Actually - now it crashes in a different place - but for the same reason... 
This system has dynamic device nodes - if there is no audio system in place 
(like when the failure occurs), /dev/dsp doesn't exist.

(gdb) c
[New Thread 94]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 94]
ms_snd_card_set_capture (obj=0x0, c=MS_SND_CARD_MIC) 
at ../../../mediastreamer2/src/mssndcard.c:119
119             if (obj->desc->set_capture!=NULL)
(gdb) where
#0  ms_snd_card_set_capture (obj=0x0, c=MS_SND_CARD_MIC) 
at ../../../mediastreamer2/src/mssndcard.c:119
#1  0x03015160 in sound_config_read ()
#2  0x030152f0 in linphone_core_init ()
#3  0x03011d96 in main ()

This is with no .linphonerc file

-Robin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]