OK, this is the output of the backtrace

#0  0x2952ef53 in unpack_huff () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#1  0x295213bb in cup3_init () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#2  0x2951f7b3 in L3audio_decode_MPEG1 () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#3  0x2951f640 in L3audio_decode () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#4  0x29519ef0 in audio_decode () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#5  0x29519c52 in _init () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#6  0x0805abd9 in ast_translate ()
#7  0x0805af39 in ast_register_translator ()
#8  0x29519e32 in load_module () from
/usr/local/lib/asterisk/modules/codec_mp3_d.so
#9  0x080538cf in ast_load_resource ()
#10 0x08053d70 in load_modules ()
#11 0x0807b554 in main ()
#12 0x0804fb42 in _start ()

So I added
Noload=>codec_mp3_d.so to modules.conf

Asterisk is now running but I have not yet found out what the impact
is....Seems to me that this has something to do with the soundcard giving a
warning.

If someone knows what this module does please let me know?

Thanks to all for their hints and suggestions.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Giagnocavo
Sent: Monday, October 25, 2004 10:21 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Error starting Asterisk.

"bt" should do it.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Oscar Bults
Sent: Monday, October 25, 2004 2:14 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Error starting Asterisk.

......I got the coredump, I got gdb, I can issue commands at the
gdb-cli.....

But I have no idea how to do a backtrace...

Thanks though (I hoped this was a somewhat known error) for your effort 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Seth Remington
Sent: Monday, October 25, 2004 9:53 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Error starting Asterisk.

On Mon, 2004-10-25 at 15:16, Oscar Bults wrote:
> The warning is gone, but asterisk still exits with the same error.
> 
> Thanks for taking the effort though ;-)
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin 
> on Asterisk Mailing Lists
> Sent: Monday, October 25, 2004 8:48 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Error starting Asterisk.
> 
> On Mon, 25 Oct 2004 20:32:51 +0200, Oscar Bults 
> <[EMAIL PROTECTED]>
> wrote:
> > When I issue the command
> > asterisk -vvvvc
> >   
> > I can see only a warning for file chan_oss.c: I don't work right 
> > with non-full duplex sounds cards
> 
> try "noload => chan_oss.so" in /etc/asterisk/modules.conf and see if 
> it works without OSS.
> 
> rgds
> benjk

Start up Asterisk with a 'g' option so it will do a core dump when it
crashes. (i.e. asterisk -vvvvgc) Then you can load the core dump into gdb
and get a backtrace to see exactly where it is failing.

-Seth

--
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to