Bug#628509: patch

2012-09-25 Thread Frank van Viegen
apply this, as we rely on this functionality, and having to do source installs with every update is little fun. Thanks! Frank van Viegen www.paiq.nl fr...@paiq.nl -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#628509: php5-mysql: mysqli_real_connect ignores flags

2011-05-29 Thread Frank van Viegen
Package: php5-mysql Version: 5.3.6-6~dotdeb.0 Severity: normal Tags: patch upstream mysqli_real_connect flags are ignored since upgrading from Lenny. This can silently change semantics, like in the case of the MYSQLI_CLIENT_FOUND_ROWS flag. This bug has been fixed upstream and thus in Debian

Bug#493045: backtrace

2008-10-25 Thread Frank van Viegen
Same problem here. 'php --help' exits with a segfault about 30% of the times. The problem only occurs when mysql or mysqli is loaded; default settings are used. As the problem seems to be thread-related, it may be relevant to know that this is on a dual processor box, running Linux version

Bug#453049: vim: crash when attempting [Tab] command completion on ~homeDir

2007-11-26 Thread Frank van Viegen
Package: vim Version: 1:7.1-138+1 Severity: normal After starting a clean vim (vim -U NONE -u NONE), leave compatibility mode (:set nocp) and try to [Tab]-autocomplete a user's home directory when opening a file (:e ~x[Tab]). On the two systems I have tested it, this consistently results in:

Bug#379297: epoll_ctl manual error

2006-07-26 Thread Frank van Viegen
On 7/26/06, Martin Schulze [EMAIL PROTECTED] wrote: So, looking at the code, EBADF refers to epfd and not to fd, just as it is documented in the manual page. Extending your source quote by a few lines: /* Get the struct file * for the eventpoll file */ error = -EBADF; file =

Bug#379297: epoll_ctl manual error

2006-07-22 Thread Frank van Viegen
Package: manpages-dev Version: 2.34-1 The epoll_ctl(2) man page states: ERRORS EBADF epfd is not a valid file descriptor. However, based upon actual kernel (2.6.11-9-em64t-p4-smp) behaviour it should probably read: ERRORS EBADF fd is not a valid file descriptor. -- To

Bug#364667: dnsmasq segfaults on dhcp requests

2006-04-24 Thread Frank van Viegen
Package: dnsmasq Version: 2.29-1 Since my latest Debian update, dnsmasq no longer survives dhcp requests, segfaulting directly after having handled one. According to upstream CHANGELOG, this regression was introduced in 2.29 and fixed in 2.30. A source install of 2.30 did indeed solve the