Bug#450599: perl-tk: abort() called from HList while adding with -after

2007-11-08 Thread Christophe Beauregard
Package: perl-tk Version: 1:804.027-7 Severity: important The following script generates a core dump in the TK::HList code. #!/usr/bin/perl use strict; use warnings; use Tk; use Tk::Tree; my $mw = MainWindow-new(-title = Editor ); my

Bug#450599: workaround: It's an argument ordering problem

2007-11-08 Thread Christophe Beauregard
If we change the problematic add to: $tree-add('show_one.three', -text = 'three', -data = ['button'], -after = 'show_one.two', ); it works. Seems the the abort() is called in the HList New_Element when i!=n, and that only occurs when -after, -itemtype, -before or -at is used.

Bug#406660: xinetd fails to restart openbsd-inetd when uninstalling

2007-01-12 Thread Christophe Beauregard
Package: xinetd Version: 1:2.3.14-1 Severity: minor Installed xinetd to quickly test something, immediately uninstalled it, and found services in /etc/inetd.conf no longer running. Have to manually /etc/init.d/openbsd-inetd restart to get functioning again. -- System Information: Debian Release: