On Sun, Nov 28, 2010 at 5:26 PM, dotnetdub <[email protected]> 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. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
