[asterisk-users] Stability..

David Backeberg dbackeberg at gmail.com
Mon Nov 29 11:15:08 CST 2010


On Sun, Nov 28, 2010 at 5:26 PM, dotnetdub <dotnetdub at gmail.com> wrote:
> Sorry,
> what I meant was:
> server*CLI> remove extension (hit tab)
> segfault..
> 1.4.22
> It could be an extension name.... Where is the error trapping if this is the
> case.. Who writes this shit?

If you remove an extension that is being used, control could flow into
the now non-loaded extension, and THAT is what caused your core dump.

Don't do that.

If you want to NEVER load extensions and also not crash asterisk,
you're better off taking a look at modules.conf, particular making
entries that begin with
noload =>

You can also take a look at 1.6 and make menuconfig, and just not
build modules that you don't want. Then they'll really never load at
startup.



More information about the asterisk-users mailing list