Bug#178402: cdebconf/slang: do not accept multiple selections with multiselect

2003-01-26 Thread Petter Reinholdtsen
I redirected stderr in /sbin/debian-installer when it calls debconf (ie /usr/share/debconf/frontend /usr/bin/main-menu 2 /error.log), and got this output: Segmentation fault shift: 30: can't shift that many postinst exited with status 512 I have no idea yet what this means. -- To

Bug#178402: cdebconf/slang: do not accept multiple selections with multiselect

2003-01-26 Thread Petter Reinholdtsen
I got the following backtrace after installaing and attaching gdb to the running frontend: Program received signal SIGSEGV, Segmentation fault. 0x40017c45 in strvacat () from /usr/lib/libdebconf.so.1 (gdb) bt #0 0x40017c45 in strvacat () from /usr/lib/libdebconf.so.1 #1 0x000b in

Bug#178402: cdebconf/slang: do not accept multiple selections with multiselect

2003-01-25 Thread Petter Reinholdtsen
Package: cdebconf Version: CVS version 2003-01-25 I am testing the slang frontend to cdebconf. Something goes wrong when trying to select multiple values with a multiselection question. The script asking the question is terminated. If I only choose one value, the script exits normally. The